Skip to main content
Participant
August 2, 2006
Answered

passing arbitrary parameters from html

  • August 2, 2006
  • 2 replies
  • 176 views
I'm having trouble figuring out how to pass an arbitrary string to a basic flash movie (*.swf) as a parameter. In this case I plan to instantiate a number of the same flash movie objects on the html page and they will determine their behavior by inspecting the argument passed from the html instantiation and act accordingly. What is the best way to accomplish this?

Thanks,
Richard Bagdazian
This topic has been closed for replies.
Correct answer Craig Grummitt
whereever you include the swf name in your html code, you can also include variable names and values eg: test.swf?var1=test

please edit your other posts to show they are no longer active.

2 replies

Participant
August 3, 2006
Thanks! I get the idea.
Craig Grummitt
Craig GrummittCorrect answer
Inspiring
August 3, 2006
whereever you include the swf name in your html code, you can also include variable names and values eg: test.swf?var1=test

please edit your other posts to show they are no longer active.