PDA

View Full Version : There's a way to load a variable as Java?



enb141
February 2nd, 2004, 01:05 PM
Hi, in java you can load a variable that is in the HTML for example

<applet code="Applet.class" width="210" height="95" ARCHIVE="Applet.jar">
<param name="variable" value="value">
</applet>

I would like to know if there's a way to load a variable in that way with flash.

claudio
February 2nd, 2004, 01:07 PM
http://www.macromedia.com/support/flash/ts/documents/set_variables.htm#querystring

enb141
February 2nd, 2004, 03:20 PM
Thanks that's what I was looking for

claudio
February 3rd, 2004, 04:54 AM
welcome :)