A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How can I use the Action "SetVariable()"?

  1. #1
    Junior Member
    Join Date
    Jan 2003
    Location
    San Sebastian - Spain
    Posts
    3

    How can I use the Action "SetVariable()"?

    Now, I have to use the "SetVariable()" Action, but I have no Idea, how can I make it...

    Do you know a book or a WebSite where I'm able to find an example?

    Thanks a lot... Nico
    ***********
    Niko Kain

  2. #2
    Junior Member
    Join Date
    Nov 2001
    Location
    Portugal
    Posts
    2
    Code:
      
    
    
      <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
     codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
     WIDTH="100%" HEIGHT="100%" ALIGN="">
        <PARAM NAME=movie VALUE="show_fotos.swf">
        <PARAM NAME=quality VALUE=high>
        <PARAM NAME=bgcolor VALUE=#FFFFFF>
        <param name="flashVars" value="var=test">
        <EMBED src="show_fotos.swf" FlashVars="var=test" WIDTH="100%" HEIGHT="100%" ALIGN="" quality=high bgcolor=#FFFFFF></EMBED> </OBJECT>

    comment:

    PARAM NAME for IE (<param name="flashVars" value="var=test">)
    EMABED for NetScape (FlashVars="var=test")

    use two for more integration in both browsers

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center