Quote:
|
Originally Posted by SPeRMiNaToR
is there any way to get around the click to activate this control shit in IE re: flash?
|
Haven't tried it, but I heard using javascript to write the object and embed tags might do it.
In regard to having an embed src like:
src="flash.swf?url=http://www.someurl.com/" with an additional query string appended to the URL paramter, try and escape the "?" -- so there's not two question marks after the "flash.swf".
Also, the button in the flash movie must be coded so it uses the passed in "url" parameter. Haven't used flash in a while, but I think the command is:
getUrl( url );