Closed GoogleCodeExporter closed 9 years ago
Can you try changing 'true' to true (use boolean instead of string) when
invoking setProperty. Using the string 'true' in flashVars is fine, but in
setProperty it needs the right type.
If that does not work then my response is as follows:
We haven't used swfObject much. If you have found any workaround, please let us
know. But yes, if you don't use the nested object/embed tags then the
ExternalInterface API of Flash Player misbehaves.
Can you use Chrome developer tool to see whether it is using nested
object/embed from swfObject and copy-paste the HTML here. Specifically, the
object tag should have the classid and codebase as shown in
http://myprojectguide.org/p/flash-videoio/1.html
under the nested object/embed example.
Is any other setProperty working for you? e.g.,
window.movie.setProperty("controls", false);
Original comment by theinten...@gmail.com
on 27 Jul 2012 at 7:11
Original issue reported on code.google.com by
scohen28...@gmail.com
on 18 Jul 2012 at 6:55