Mar 28, 2002 #1 DeepBlerg Technical User Joined Jan 13, 2001 Messages 224 Location AU Is it possible to send a variable from html page to a flash movie when user clicks an <A HREF> link? If so, how? Thanks.
Is it possible to send a variable from html page to a flash movie when user clicks an <A HREF> link? If so, how? Thanks.
Mar 28, 2002 1 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Yep! http://odin.prohosting.com/~oldnew/movie1.html Not only do the movies talk to each other, but the two links (text one, and the image one), talk to the clips. Flash methods is the trick. You could use SetVariable to pass on a variable to any movie. Regards, Upvote 0 Downvote
Yep! http://odin.prohosting.com/~oldnew/movie1.html Not only do the movies talk to each other, but the two links (text one, and the image one), talk to the clips. Flash methods is the trick. You could use SetVariable to pass on a variable to any movie. Regards,