Création interface wmp
Fermé
Tidauph
Messages postés
2
Date d'inscription
mardi 21 mars 2006
Statut
Membre
Dernière intervention
21 mars 2006
-
21 mars 2006 à 10:34
Tidauph Messages postés 2 Date d'inscription mardi 21 mars 2006 Statut Membre Dernière intervention 21 mars 2006 - 21 mars 2006 à 13:59
Tidauph Messages postés 2 Date d'inscription mardi 21 mars 2006 Statut Membre Dernière intervention 21 mars 2006 - 21 mars 2006 à 13:59
A voir également:
- Création interface wmp
- Wmp - Télécharger - Lecture
- Creation compte gmail - Guide
- Création compte google - Guide
- Media creation tool - Télécharger - Systèmes d'exploitation
- Création site web - Guide
1 réponse
Tidauph
Messages postés
2
Date d'inscription
mardi 21 mars 2006
Statut
Membre
Dernière intervention
21 mars 2006
21 mars 2006 à 13:59
21 mars 2006 à 13:59
En fait je pense que le code est complètement faux. Je l'ai retravaillé mais j'aurais besoin d'un guideou de quelques explications. Quand je veux installer l'interface, il me dit que "le fichier d'apparence n'est pas valide."
Est-ce que le fichier .js est nécessaire?
Merci aux âmes charitables
<THEME id = "GED_skin"
author = "Gérald SEYVOZ"
title = "GED Skin">
<VIEW id = interface
titlebar = "false"
backgroundcolor = "none"
width = "1024"
height = "768"
transparencycolor = "#252E69">
<SUBVIEW id = "video"
backgroundimage = "fond.bmp"
clippingcolor = "#646464"
zindex = "-2"
titlebar = "false"
resizable = "true"
scriptfile = "script.js"
left = "0"
top = "0">
</SUBVIEW>
<BUTTONGROUP id = "playbackcontrols"
clippingcolor = "#646464"
mappingimage = "Cercles.bmp"
image = "Boutons.bmp"
hoverimage = "Boutons.bmp"
disabledimage = "Boutons.bmp"
left = "0"
top = "0">
<PLAYELEMENT id = "playit"
mappingcolor = "#00FF00"
uptooltip = "Lecture"
sticky = "true"
onclick = "JScript:player.controls.play();">
</PLAYELEMENT>
<PAUSEELEMENT id = "Pause"
mappingcolor = "#0000FF"
uptooltip = "Pause"
enabled = "wmpenabled:player.controls.Pause"
onclick = "JScript:player.controls.Pause();">
</PAUSEELEMENT>
<BUTTONELEMENT id = "Close"
mappingcolor = "#FF0000"
uptooltip = "Fermer"
onmouseover = "JScript:main.alphablendto(210,400);"
onmouseout = "JScript:main.alphablendto(255,400);"
onclick = "JScript:view.close();">
</BUTTONELEMENT>
</BUTTONGROUP>
</VIEW>
</THEME>
Est-ce que le fichier .js est nécessaire?
Merci aux âmes charitables
<THEME id = "GED_skin"
author = "Gérald SEYVOZ"
title = "GED Skin">
<VIEW id = interface
titlebar = "false"
backgroundcolor = "none"
width = "1024"
height = "768"
transparencycolor = "#252E69">
<SUBVIEW id = "video"
backgroundimage = "fond.bmp"
clippingcolor = "#646464"
zindex = "-2"
titlebar = "false"
resizable = "true"
scriptfile = "script.js"
left = "0"
top = "0">
</SUBVIEW>
<BUTTONGROUP id = "playbackcontrols"
clippingcolor = "#646464"
mappingimage = "Cercles.bmp"
image = "Boutons.bmp"
hoverimage = "Boutons.bmp"
disabledimage = "Boutons.bmp"
left = "0"
top = "0">
<PLAYELEMENT id = "playit"
mappingcolor = "#00FF00"
uptooltip = "Lecture"
sticky = "true"
onclick = "JScript:player.controls.play();">
</PLAYELEMENT>
<PAUSEELEMENT id = "Pause"
mappingcolor = "#0000FF"
uptooltip = "Pause"
enabled = "wmpenabled:player.controls.Pause"
onclick = "JScript:player.controls.Pause();">
</PAUSEELEMENT>
<BUTTONELEMENT id = "Close"
mappingcolor = "#FF0000"
uptooltip = "Fermer"
onmouseover = "JScript:main.alphablendto(210,400);"
onmouseout = "JScript:main.alphablendto(255,400);"
onclick = "JScript:view.close();">
</BUTTONELEMENT>
</BUTTONGROUP>
</VIEW>
</THEME>