Ticket #4 (closed defect: wontfix)
Cannot add "allowScriptAccess" flash param
| Reported by: | lindner.livejournal.com | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | OpenSocial Gadget Server | Version: | |
| Keywords: | Cc: |
Description
Reported by justin.kruger, Mar 01
What steps will reproduce the problem? 1. add a "allowScriptAccess" param to the embedFlash command
var opt_param = {allowScriptAccess:"always"}
gadgets.flash.embedFlash(swfUrl, swfContainer, swfVersion, opt_params)
What is the expected output? What do you see instead?
a flash object tag with the parameter <object allowScriptAccess = "always"></object>
if we load our own javascript lib (SWFObject) we are able to get around the problem, but we are not caching the flash object.
a further work around solution uses getProxyUrl(swfUrl) to return an url for swfObject to load a proxied version of the swf.
First reported here
Change History
Note: See
TracTickets for help on using
tickets.