Ticket #4 (closed defect: wontfix)

Opened 2 years ago

Last modified 19 months ago

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

http://code.google.com/p/hi5-opensocial/issues/detail?id=6

Change History

Changed 19 months ago by me.yahoo.com/siruguri#82788

  • status changed from new to closed
  • resolution set to wontfix

Please report to OpenSocial mailing list.

Note: See TracTickets for help on using tickets.
Close