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

-- 
View this message in context: 
http://www.nabble.com/using-other-javascript-tp19061128p19061128.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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