hejsa, jeg har lavet mig en lille hjemmeside som bruges af mig selv og andre
på mit LAN... desuden også tilgængelig på
www.mdk-data.da.ru
anyway... jeg har lavet en sektion med Quicktime Trailers og vil gerne have
disse trailers til at pop'e op i en extern player... således er gjort...
problemet er så at den skal autoplay i (fullscreen + normal)
hvad der allerede ér lavet :
<TABLE WIDTH="600" BORDER="1" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD WIDTH="600" VALIGN="top" ALIGN="CENTER">
<p>
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="480"
height="288" CODEBASE="
http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM NAME="src" VALUE="
http://mdk/Trailers/qtstart5a_480x228.mov">
<PARAM NAME="controller" VALUE="false">
<PARAM NAME="target" VALUE="quicktimeplayer">
<PARAM NAME="href" VALUE="
http://mdk/Trailers/bad%20Boys%202.mov">
<PARAM NAME="autoplay" VALUE="true">
</object>
</p>
</TD>
</TR>
</TABLE>
How'da'hulan får jeg den til at gå fullscreen + normal ?