| Voir le sujet précédent :: Voir le sujet suivant |
| Auteur |
Message |
lazcar TX 1.0, le seul
Inscrit le: 02 Mai 2006 Messages: 22
|
Posté le: Sam 03 Fév 2007 à 11:29 Sujet du message: Modifier la taille du swf |
|
|
salut
voila je voulais savoir ou je pouvais modifier la taille
du bbcode flash.
c'est a dire quand je place une animation en .swf.
je voudrais regler la taille,pour que toute l'animation soit vu.
alors qu'il y a des moments je place un .swf et qu'une partie apparait
merci a vous a bientot
ps :je verrais pour mettre un screenshot pour vous detailler |
|
| Revenir en haut de page |
|
 |
Dakin Quelia Décimètre en Chef

Inscrit le: 17 Sep 2006 Messages: 486 Localisation: Belgique
|
Posté le: Sam 03 Fév 2007 à 12:08 Sujet du message: |
|
|
Bonjour,
Ouvre le fichier templates/subSilver/bbcode.tpl.
Cherche:
| Code: | | <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="420" HEIGHT="276" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"> |
Là, tu peux modifier la hauteur et la largeur.
| Citation: | | <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="420" HEIGHT="276" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"> |
PS: j'ai édité le titre qui n'était pas explicite.
Cordialement,
Dakin Quelia _________________ Pas de support par MP |
|
| Revenir en haut de page |
|
 |
lazcar TX 1.0, le seul
Inscrit le: 02 Mai 2006 Messages: 22
|
Posté le: Sam 03 Fév 2007 à 12:23 Sujet du message: |
|
|
salut
merci a toi,je vais voir cela de suite
a bientot |
|
| Revenir en haut de page |
|
 |
lazcar TX 1.0, le seul
Inscrit le: 02 Mai 2006 Messages: 22
|
Posté le: Dim 11 Fév 2007 à 16:24 Sujet du message: |
|
|
salut
je repond avec un peu de retard,mais pas eu trop le temp avant.
j'ai modifier la hauteur et longueur
mais je me trouve toujors avec le meme soucis
pourtant j'ai passe les mesures comme cela
| Code: | | <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="450" HEIGHT="700" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"> |
a bientot |
|
| Revenir en haut de page |
|
 |
Alcazarfr Moddeurs

Inscrit le: 04 Nov 2004 Messages: 2408 Localisation: Dans le port d'Amsterdam, [...]
|
Posté le: Dim 11 Fév 2007 à 18:55 Sujet du message: |
|
|
Salut,
pourrais tu afficher tout le code du flash et le code qui l'entoure stp  _________________ Je n'utilise en aucun cas MSN Messenger & je ne participe pas au projet de site
// En vacances |
|
| Revenir en haut de page |
|
 |
lazcar TX 1.0, le seul
Inscrit le: 02 Mai 2006 Messages: 22
|
Posté le: Dim 11 Fév 2007 à 21:19 Sujet du message: |
|
|
voici le code, j'ai remis comme c'etait avant
| Code: | <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="450" HEIGHT="276" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">
<PARAM NAME="controller" VALUE="TRUE">
<PARAM NAME="type" VALUE="video/quicktime">
<PARAM NAME="autoplay" VALUE="true">
<PARAM NAME="target" VALUE="myself">
<PARAM NAME="src" VALUE="{URL}">
<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">
<EMBED WIDTH="420" HEIGHT="276" CONTROLLER="TRUE" TARGET="myself" SRC="{URL}" type="video/quicktime" BGCOLOR="#ECECEC" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED>
</OBJECT>
<!-- END quick -->
<!-- BEGIN win -->
<embed TYPE='application/x-mplayer2' src="{URL}" width="420" height="276" autostart="yes" autoload="yes" bgcolor="#ECECEC" CONTROLS='yes'></embed>
<!-- END win -->
<!-- BEGIN real -->
<embed TYPE='audio/x-pn-realaudio-plugin' src="{URL}" width="420" height="276" controls="ImageWindow" autostart="true" bgcolor="#ECECEC"></embed>
<!-- END real -->
<!-- BEGIN son -->
<embed src="{URL}" width="420" height="50" autostart="yes" autoplay="yes"></embed>
<!-- END son -->
<!-- BEGIN swf -->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" >
<param name="movie" value="{URL}">
<param name="quality" value="high">
<param name="bgcolor" value="#ECECEC">
<embed src="{URL}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#ECECEC"></embed>
</object>
<!-- END swf --> |
|
|
| Revenir en haut de page |
|
 |
Dakin Quelia Décimètre en Chef

Inscrit le: 17 Sep 2006 Messages: 486 Localisation: Belgique
|
Posté le: Dim 11 Fév 2007 à 21:35 Sujet du message: |
|
|
Bonsoir lazcar,
Vous devez modifier toutes les tailles par celles que vous souhaitez sachant qu'elles seront d'applications partout!
| Citation: | <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="450" HEIGHT="276"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">
<PARAM NAME="controller" VALUE="TRUE">
<PARAM NAME="type" VALUE="video/quicktime">
<PARAM NAME="autoplay" VALUE="true">
<PARAM NAME="target" VALUE="myself">
<PARAM NAME="src" VALUE="{URL}">
<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">
<EMBED WIDTH="420" HEIGHT="276"
CONTROLLER="TRUE" TARGET="myself" SRC="{URL}" type="video/quicktime" BGCOLOR="#ECECEC" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED>
</OBJECT>
<!-- END quick -->
<!-- BEGIN win -->
<embed TYPE='application/x-mplayer2' src="{URL}" width="420" height="276" autostart="yes" autoload="yes" bgcolor="#ECECEC" CONTROLS='yes'></embed>
<!-- END win -->
<!-- BEGIN real -->
<embed TYPE='audio/x-pn-realaudio-plugin' src="{URL}" width="420" height="276" controls="ImageWindow" autostart="true" bgcolor="#ECECEC"></embed>
<!-- END real -->
<!-- BEGIN son -->
<embed src="{URL}" width="420" height="50" autostart="yes" autoplay="yes"></embed>
<!-- END son -->
<!-- BEGIN swf -->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" >
<param name="movie" value="{URL}">
<param name="quality" value="high">
<param name="bgcolor" value="#ECECEC">
<embed src="{URL}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#ECECEC"></embed>
</object>
<!-- END swf --> |
Modifiez bien ce qui est en rouge gras!
Cordialement,
Dakin Quelia _________________ Pas de support par MP |
|
| Revenir en haut de page |
|
 |
|