A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: movie reset on 2nd load - not accepting variables - HELP ME!

  1. #1
    Junior Member
    Join Date
    Jan 2003
    Location
    New York City
    Posts
    10

    movie reset on 2nd load - not accepting variables - HELP ME!

    I have posted this in the flash forum - please see my entry there:

    forum post


    Thank you for your help!


    SEPP!

  2. #2
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    So your question is
    Is there anyway to force the .swf file to accept a new variable each time it is displayed?
    Hmm toughy.
    For a random one would use
    Option a would be using an If Chance function in swish
    Something akin to
    Code:
    onLoad () {
        if (chance(10)) {
            loadVariablesNum("my10.txt",0);
        }
    }

    What you might do is use the query function in the
    object embed to force the load var

    src=movie.swf?pageVar=MyVarHERE

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