Can I write a VBscript or JavaScript function in the <HEAD> section, and then send a variable for the function to a dynamic textbox in Flash MX through a query string?
For example:
<embed src="testV3.swf?x=curDate"> where x would be equal the Now function in VBscript?
is it possible to use ASP within Flash? or PHP within Flash?
And also, is it possible to set relative sizes instead of absolute sizes? Having a 1024x768 SWF file can tend to lag quite a bit.. Plus if there was a way I could say something like Width=100% instead of Width=800 or Width=1024 it would be great.