A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Sending variables from one Flash file to another

  1. #1
    Member
    Join Date
    Apr 2003
    Location
    Sydney
    Posts
    66

    Sending variables from one Flash file to another

    Is there a good tutorial (or help) on how to send variables from one swf to another?

    Assuming they are on different domains,

    Thanks very much.

  2. #2
    Banned
    Join Date
    Mar 2009
    Posts
    153
    Use LocalConnection, if you want both swf's to be open at the same time
    (Refer to Adobe LiveDoc)

    (OR)

    Use FlashVars(swf1 will pass variable to the html page that holds your swf2. This swf2 html page will use FlashVars to push the variable into swf2)

  3. #3
    Member
    Join Date
    Apr 2003
    Location
    Sydney
    Posts
    66
    Thanks heaps e tit,
    I'll see if I have anymore questions when I try it out.

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