Closed GoogleCodeExporter closed 9 years ago
This is not a bug, but an authoring error / misunderstanding of how things work.
Please post authoring questions to the mailing list before submitting a "bug".
With static markup, you are defining use cases for both IE and non IE browsers
(and only one <object> will be used based on the conditional logic). With
dynamic embed, browser detection is used, and only the singular required
<object> will be rendered to the page.
In order to call methods such as myFlashObject.Play(), make sure you set the id
and name property in the attributes object so that the object can be found and
referenced with document.getElementById() etc.
See examples in the test suite for working examples, such as:
http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_dynamic_com.html
I am closing this as invalid.
Original comment by aran.rhee@gmail.com
on 15 Jul 2011 at 4:33
Original issue reported on code.google.com by
sergio...@gmail.com
on 15 Jul 2011 at 2:21Attachments: