Forum Moderators: open
Here is the special code I've used for IE:
<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
[edited by: travelin_cat at 7:02 pm (utc) on Feb. 15, 2009]
[edit reason] removed link [/edit]
echo '<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"><PARAM name="SRC" VALUE="http://www.example.com/' . preg_replace('/\s/', '%20', $_GET['file']) . '">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="http://www.example.com/' . preg_replace('/\s/', '%20', $_GET['file']) . '" WIDTH="320" HEIGHT="256" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>';
Preparing Websites with Active Content for Upcoming Changes to Internet Explorer for Windows:
[developer.apple.com...]