Re: howto hide QuickTime object?



Janwillem Borleffs wrote:

> Encapsulin wrote:
>> Is it possible? How should _hide_() function looks like?
>
> // Hide the movie
> function hide(){
> document.getElementById("qtvr").style.display = 'none';
> }
>
> // Show the movie
> function show(){
> document.getElementById("qtvr").style.display = '';
> }

<URL:http://pointedears.de/scripts/test/whatami#inference>


PointedEars
.