I’ve only had limited success getting the Embedded component to properly handle a quicktime movie. I’ve learned:
- You must set the type to Embedded.TYPE_BROWSER rather than Embedded.TYPE_OBJECT. The latter creates an empty HTML element.
- Optional parameters specified by “embedded.setParameter(“blah”,“blah”)” are not making it to the HTML.
Because of #2 there is no way to cause the controller bar to appear at the bottom of the windows.
Have I misunderstood the use of the Embedded component? Should the Embedded.TYPE_OBJECT be working in this case?