An Interesting Code Example
Jul 06 07 | 8:54 am
From http://lists.evolt.org/archive/Week-of-Mon-20021028/125649.html:
You can pass a variable like this:
Within the html, passing variables bush=”evil” and gore=”actuallywon”
to the movie “Mymovie.swf”:
<object>
<param name="movie" value="Mymovie.swf?bush=evil&gore=actuallywon">
<embed src="Mymovie.swf?bush=evil&gore=actuallywon">
</embed></param></object>
In other news, 20% of Americans believe the Sun revolves around the earth.
Comment by cobalt — Jul 06 07 | 4:16 pm