Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorLaurent_fr
    • CommentTimeDec 13th 2007
     
    I try to add variable in this case and it doesnt work

    How can I do to ?

    thank you


    <object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="120">
    <param name="movie" value="test.swf" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="test.swf" width="300" height="120">
    <!--<![endif]-->
    <div>
    <h1>Alternative content</h1>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    • CommentAuthorDNo
    • CommentTimeDec 13th 2007
     
    Une documentation en français qui explique le passage de variable et plein d'autres choses sur SWFObject :
    http://wiki.mediabox.fr/documentation/swfobject

    En gros :
    var so = new SWFObject("movie.swf", "mymovie", 200, 100, 7, "#336699");
    so.addVariable("variable1", "value1");
    ---
    A french website to help you : http://wiki.mediabox.fr/documentation/swfobject