Hi,

I am not sure what this QX_WriteObject do, but it may write some code to 
the current position using document.write. If the file do not support 
any other methods maybe for appending to a given DOM node etc. you are 
out of chance to integrate the result into a HTML widget or any other 
qooxdoo widget.

Sebastian


johndela1 schrieb:
> My current html prototype has this in the head area:
> 
> <script src="AC_QuickTime.js" language="javascript"> </script>
> 
> then I call this later in the body area:
> 
> 
> <script language="javascript">
> 
>     QT_WriteOBJECT('MyMovie.mov' , '320', '240' , '');
> 
> </script>
> 
> this outputs the code needed for a quicktime plugin to run
> 
> 
> How would I code my Application.js to have the external javascript file
> being included in the header?  Or would I manually but that in the html?
> 
> and then... how woudl I call the QT_WriteOBJECT and get the output?  I'm
> currently looking at the HTML widget
> 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to