Page 1 of 1

Skin stopped working

Posted: 01 Mar 2006 22:26
by Guest
Hi. I'm creating a skin for VLC but for some unknown reason it won't load anymore. :( Here is my code. Maybe someone know what I need to change to get it to load again. Thanks for any help. :roll:

Code: Select all

<!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd"> <Theme version="1.0" magnet="9" alpha="255" movealpha="200"> <ThemeInfo name="Stainless" author="" email=""/> <Bitmap id="top" file="layout/f_top.png" alphacolor="#FF00FF"/> <Bitmap id="top_left" file="layout/f_topleft.png" alphacolor="#FF00FF"/> <Bitmap id="top_right" file="layout/f_topright.png" alphacolor="#FF00FF"/> <Bitmap id="bottom" file="layout/f_bottom.png" alphacolor="#FF00FF"/> <Bitmap id="bottom_left" file="layout/f_bottomleft.png" alphacolor="#FF00FF"/> <Bitmap id="bottom_right" file="layout/f_bottomright.png" alphacolor="#FF00FF"/> <Bitmap id="left" file="layout/f_left.png" alphacolor="#FF00FF"/> <Bitmap id="right" file="layout/f_right.png" alphacolor="#FF00FF"/> <Bitmap id="body" file="layout/body.png" alphacolor="#FF00FF"/> <Bitmap id="gripper" file="layout/gripper.png" alphacolor="#FF00FF"/> <Bitmap id="resize" file="layout/resize.png" alphacolor="#FF00FF"/> <Bitmap id="logo" file="layout/logo.png" alphacolor="#FF00FF"/> <Bitmap id="min" file="layout/cb_min.png" alphacolor="#FF00FF"/> <Bitmap id="min_mouseover" file="layout/cb_min_hover.png" alphacolor="#FF00FF"/> <Bitmap id="min_onclick" file="layout/cb_min_hover.png" alphacolor="#FF00FF"/> <Bitmap id="max" file="layout/cb_max.png" alphacolor="#FF00FF"/> <Bitmap id="max_mouseover" file="layout/cb_max_hover.png" alphacolor="#FF00FF"/> <Bitmap id="max_onclick" file="layout/cb_max_hover.png" alphacolor="#FF00FF"/> <Bitmap id="quit" file="layout/cb_close.png" alphacolor="#FF00FF"/> <Bitmap id="quit_mouseover" file="layout/cb_close_hover.png" alphacolor="#FF00FF"/> <Bitmap id="quit_onclick" file="layout/cb_close_hover.png" alphacolor="#FF00FF"/> <Bitmap id="stop" file="layout/c_stop.png" alphacolor="#FF00FF"/> <Bitmap id="stop_mouseover" file="layout/c_stop_hover.png" alphacolor="#FF00FF"/> <Bitmap id="stop_onclick" file="layout/c_stop_click.png" alphacolor="#FF00FF"/> <Bitmap id="play" file="layout/c_play.png" alphacolor="#FF00FF"/> <Bitmap id="play_mouseover" file="layout/c_play_hover.png" alphacolor="#FF00FF"/> <Bitmap id="play_onclick" file="layout/c_play_click.png" alphacolor="#FF00FF"/> <Bitmap id="pause" file="layout/c_pause.png" alphacolor="#FF00FF"/> <Bitmap id="pause_mouseover" file="layout/c_pause_hover.png" alphacolor="#FF00FF"/> <Bitmap id="pause_onclick" file="layout/c_pause_click.png" alphacolor="#FF00FF"/> <Bitmap id="previous" file="layout/c_prev.png" alphacolor="#FF00FF"/> <Bitmap id="previous_mouseover" file="layout/c_prev_hover.png" alphacolor="#FF00FF"/> <Bitmap id="previous_onclick" file="layout/c_prev_click.png" alphacolor="#FF00FF"/> <Bitmap id="next" file="layout/c_next.png" alphacolor="#FF00FF"/> <Bitmap id="next_mouseover" file="layout/c_next_hover.png" alphacolor="#FF00FF"/> <Bitmap id="next_onclick" file="layout/c_next_click.png" alphacolor="#FF00FF"/> <Bitmap id="playlist_button" file="layout/c_playlist.png" alphacolor="#FF00FF"/> <Bitmap id="playlist_mouseover" file="layout/c_playlist_hover.png" alphacolor="#FF00FF"/> <Bitmap id="playlist_onclick" file="layout/c_playlist_click.png" alphacolor="#FF00FF"/> <Bitmap id="slider" file="layout/slider.png" alphacolor="#FF00FF"/> <Bitmap id="slider_mouseover" file="layout/slider.png" alphacolor="#FF00FF"/> <Bitmap id="volume" file="layout/volume.png" alphacolor="#FF00FF"/> <Bitmap id="volume_mouseover" file="layout/volume_mouseover.png" alphacolor="#FF00FF"/> <Bitmap id="volume_meter" file="layout/volume_meter.png" alphacolor="#FF00FF"/> <Bitmap id="volon" file="layout/c_volume.png" alphacolor="#FF00FF"/> <Bitmap id="volon_mouseover" file="layout/c_volume_hover.png" alphacolor="#FF00FF"/> <Bitmap id="volon_onclick" file="layout/c_volume.png" alphacolor="#FF00FF"/> <Bitmap id="voloff" file="layout/c_volume_mute.png" alphacolor="#FF00FF"/> <Bitmap id="voloff_mouseover" file="layout/c_volume_mute_hover.png" alphacolor="#FF00FF"/> <Bitmap id="voloff_onclick" file="layout/c_volume_mute.png" alphacolor="#FF00FF"/> <Font id="tahoma" file="fonts/tahoma.ttf" size="8"/> <Window id="Player" x="540" y="382" dragdrop="true" playondrop="true"> <Layout id="FullSize" width="540" height="382" minwidth="340" minheight="270" maxwidth="1600" maxheight="1200"> <Group x="0" y="0"> <Video x="5" y="55" width="530" height="299" lefttop="lefttop" rightbottom="rightbottom"/> <Image image="body" x="5" y="55" lefttop="lefttop" rightbottom="rightbottom"/> <Image image="top" x="5" y="0" lefttop="lefttop" rightbottom="righttop" resize="scale" action="move"/> <Image image="top_left" x="0" y="0" lefttop="lefttop" rightbottom="lefttop" action="move"/> <Image image="top_right" x="535" y="0" lefttop="righttop" rightbottom="righttop" action="move"/> <Image image="left" x="0" y="55" lefttop="lefttop" rightbottom="leftbottom" resize="scale"/> <Image image="right" x="535" y="55" lefttop="righttop" rightbottom="rightbottom" resize="scale"/> <Image image="bottom" x="16" y="354" lefttop="leftbottom" rightbottom="rightbottom"/> <Image image="bottom_left" x="0" y="354" lefttop="leftbottom" rightbottom="leftbottom"/> <Image image="bottom_right" x="513" y="354" lefttop="rightbottom" rightbottom="rightbottom"/> <Image image="logo" x="7" y="5" lefttop="lefttop" rightbottom="lefttop"/> <Image image="gripper" x="7" y="32" lefttop="lefttop" rightbottom="lefttop"/> <Image image="gripper" x="58" y="32" lefttop="lefttop" rightbottom="lefttop"/> <Image image="gripper" x="109" y="32" lefttop="lefttop" rightbottom="lefttop"/> <Image image="gripper" x="261" y="32" lefttop="lefttop" rightbottom="lefttop"/> <Image image="volume_meter" x="140" y="40" lefttop="lefttop" rightbottom="lefttop"/> <Image image="resize" x="524" y="366" lefttop="rightbottom" rightbottom="rightbottom" action="resizeSE"/> <Checkbox x="13" y="32" up1="play" up2="pause" down1="play_onclick" down2="pause_onclick" over1="play_mouseover" over2="pause_mouseover" state="vlc.isPlaying" action1="vlc.play()" action2="vlc.pause()" lefttop="lefttop" rightbottom="lefttop"/> <Button up="stop" down="stop_onclick" over="stop_mouseover" x="34" y="32" lefttop="lefttop" rightbottom="lefttop" action="vlc.stop()" tooltiptext="Stop"/> <Button up="previous" down="previous_onclick" over="previous_mouseover" x="64" y="32" lefttop="lefttop" rightbottom="lefttop" action="playlist.previous()" tooltiptext="Previous Track"/> <Button up="next" down="next_onclick" over="next_mouseover" x="85" y="32" lefttop="lefttop" rightbottom="lefttop" action="playlist.next()" tooltiptext="Next Track"/> <Checkbox x="115" y="32" up1="volon" up2="voloff" down1="volon_onclick" down2="voloff_onclick" over1="volon_mouseover" over2="voloff_mouseover" state="vlc.isMute" action1="vlc.mute()" action2="vlc.mute()" lefttop="lefttop" rightbottom="lefttop"/> <Slider x="144" y="41" up="slider" down="slider_mouseover" over="slider_mouseover" points="(0,0),(104,0)" value="volume" lefttop="lefttop" rightbottom="lefttop" tooltiptext="Volume: $V%"/> <Slider x="18" y="367" up="slider" down="slider_mouseover" over="slider_mouseover" points="(0,0),(494,0)" value="time" lefttop="leftbottom" rightbottom="rightbottom" tooltiptext="$T"/> <Button x="267" y="32" up="playlist_button" down="playlist_onclick" over="playlist_mouseover" action="Player.setLayout(Compact)" lefttop="lefttop" rightbottom="lefttop"/> <Button x="478" y="5" up="min" down="min_onclick" over="min_mouseover" lefttop="righttop" rightbottom="righttop" action="vlc.minimize()" tooltiptext="Minimize VLC Media Player"/> <Button x="498" y="5" up="max" down="max_onclick" over="max_mouseover" lefttop="righttop" rightbottom="righttop" action="vlc.fullscreen()" tooltiptext="Fullscreen"/> <Button x="516" y="5" up="quit" down="quit_onclick" over="quit_mouseover" lefttop="righttop" rightbottom="righttop" action="vlc.quit()" tooltiptext="Quit VLC Media Player"/> </Group> </Layout> </Window> </Theme>

Posted: 01 Mar 2006 23:28
by Guest
Never mind, I found the error. :D