google-code-export / nyromodal

Automatically exported from code.google.com/p/nyromodal
1 stars 1 forks source link

Add ability to assign an id attribute to the <object> element for swf files #546

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I was using nyromodal to display swf content. The swf had several javascript 
interactions with the page. They were firing in all browsers but IE. This ended 
up being because the <object> element had no id attribute.

This describes a case similar to mine:
http://support.soundcloud.com/soundcloud/topics/message_null_is_null_or_not_an_o
bject_ie_7_8#reply_2715357

I would like the following:

1) A new setting called swf.objectId that is used to set id attribute of the 
object element.
2) A sane default value such as <object id='nyroSwfObject'/>

Original issue reported on code.google.com by zippy1...@gmail.com on 14 Nov 2010 at 6:33