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