

new!








|
[ Forums >> Webmasters >> Général >> swf aléatoire ]
| > swf aléatoire |
[ Posté par MiSs_Ge ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 22-03-2008 à 18:25 | 1 messages ]
  allo!
J'ai chercher sur le site pour trouver comment mettre 2 swf aléatoire dans une page HTML. Mais je ne trouve pas!!
J'ai déjà essayé plusieurs codes, le dernier étais ça :
<script language="JavaScript">
// Generate a Random Number
var randomnumber = Math.round(Math.random());
// Select a movie and execute the corresponding function
if (randomnumber == 0)
{movie1();}
else
{movie2();}
//Functions to write out the correct flash movie resource.
function movie1(){
document.write("<object classid=\"clsid 27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width=\"900\" height=\"200\"><param name=movie value="flash/anim1.swf"><param name=quality value=high><embed src="flash/anim1.swf" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"900\" height=\"200\"></embed></object>")
}
function movie2(){
document.write("<object classid=\"clsid 27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"900\" height=\"200\"><param name=movie value="flash/anim2.swf"><param name=quality value=high><embed src="flash/anim2.swf" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"900\" height=\"200\"></embed></object>")
}
</script>
Et il y a rien qui affiche dans ma page HTML!
Au secours! Merciii
[Message édité par MiSs_Ge le 22-03-2008 à 19:33]
________________ Ge
 
|
|
|
[ Posté par guySk ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 25-03-2008 à 15:31 | 712 messages ]
 
MiSs_Ge a dit
.
function movie1(){
document.write("<object classid='clsid: D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='900' height='200'><param name='movie' value='flash/anim1.swf'><param name='quality' value='high'><embed src='flash/anim1.swf' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='900' height='200'></embed></object>")
}
|
|
Je pense qu'en modifiant ton code de la sorte, ça devrait fonctionner.
________________ a'++'a
|
|
Services email :
  Vous devez vous identifier pour profiter des services par email du forum.
|

|