Re: [qooxdoo-devel] using other javascript

2008-08-20 Thread Fabian Jakobs
John de la Garza schrieb: > Sebastian Werner wrote: > >> 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

Re: [qooxdoo-devel] using other javascript

2008-08-20 Thread John de la Garza
Sebastian Werner wrote: > 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

Re: [qooxdoo-devel] using other javascript

2008-08-19 Thread Sebastian Werner
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 qooxdo

[qooxdoo-devel] using other javascript

2008-08-19 Thread johndela1
My current html prototype has this in the head area: then I call this later in the body area: QT_WriteOBJECT('MyMovie.mov' , '320', '240' , ''); 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