Forum Moderators: open
For example: if my SWF file is on www.domain1.com and I want to call www.domain2.com/test.as, is it possible to code:
#include "http://www.domain2.com/test.as"?
If not, can I load an external SWF file from the domain name like:
loadMovie("http://www.domain2.com/test.swf", "EQ");
Of course, the SWF file would have the actionscript in it.
If anyone knows the answer, please let me know.
Bruce