Flash and getUrl
Today at work we had some issues with Firefox not opening links in flash file. Links were regular getUrl buttons.
The interesting thing is those links worked fine in IE but nothing happened when you clicked them in Firefox. After some poking around me and my buddy Brian, discovered that the problem is outbound scripting control. The reason is that flash and other media file on yahoo store platform are located on a separate server with a different sub-domain. Adding this parameter to the flash object helps resolving it: param name=”allowScriptAccess” value=”always”.
I’m not sure why IE had no problems with it. Any ideas?
Read more:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16494
http://groups.google.com/group/swfobject/browse_thread/thread/181642d2af7f8b51
Jul 11, 09:52 PM |