I wanna make a widget with flash in it, and to be able to send data between flash and widget, with javascript/getURL() but it doesn't work.
it only works if the html and flash are in the internet http://....
WHY?!?!?!?
guess this messed up in the last firmware on 5800 V 50.... because I remember it works before...
and in my flash i haveCode:<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="238" height="318" id="MyFlash" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="MyFlash.swf" /> <param name="loop" value="false" /> <param name="menu" value="false" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="bgcolor" value="#ffffff" /> <embed src="MyFlash.swf" loop="false" menu="false" quality="high" wmode="opaque" bgcolor="#ffffff" width="238" height="318" name="Finish" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
and the alert(1) script does not execute...Code:getURL("javascript:alert(1)")![]()


Reply With Quote

