[SWFObject] Passing URLs thru SWFObject

Tim Vaught timv at narrowgatemedia.com
Tue Oct 10 11:14:43 PDT 2006


Hello,

I want to use SWF Object to pass URLs to a button in the flash movie.

I assume my button's actionscript should be

on (release) {
	getURL(myURL);
}


and the SWF Object code should be

so.addVariable("myURL", "http://www.myDomain.com/myPage.html");


This code is not producing the desired results.  Has anyone successfully done this before?  If so, where am I going wrong?

Thanks,
Tim



More information about the Swfobject mailing list