A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: HTML to Flash communication?

  1. #1
    Member
    Join Date
    Aug 2000
    Posts
    59
    Hi !
    Any idea on how to make a HTML button make flash jump to a specific frame by pressing on it?

    Pls, write ASAP !!
    Thank you very much!!

    Best regards,
    Strato

  2. #2
    Actkid
    Join Date
    Feb 2001
    Location
    Surat
    Posts
    764

    Post Hi there

    Well i have an one idea try that...

    On button...<a href link call the swf with the some variable like test=true&....so on what ever you like.

    Now on that calling swf..in that movie on the frist frame check the variable like this :


    if(_root.varname == <desirevalue>){
    // your action coming over here
    }
    else
    {
    //else actions over here.
    }


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