> > So Windows users don't have a player with their QuickTime? > > They do, but the default behavior of Internet Explorer is to launch a new > browser window with the QT file when target="quicktime" is used.
And as I apologized to Taylor offlist, my coffee hadn't kicked in yet. :) The correct way to get the QT application to launch is using target="quicktimeplayer" which he had in his code and I inadvertently shortened to "quicktime". So in a more correct summary of the situation, to get IE to display the JPG image correctly, you need to use the <object> tag: <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="240" width="320"> And for his particular case, you need the following <param> entries to make IE work: <param name="src" value="http://photos1.blogger.com/blogger/2399/1362/320/JayDedman2004.jpg"> <param name="href" value="http://ia300130.us.archive.org/3/items/jayin2004onvloggingbmov/jayin2 004onvloggingb.mov"> <param name="target" value="quicktimeplayer"> <param name="autoplay" value="false"> <param name="type" value="video/quicktime" height="240" width="320"> Firefox seems to work without any of that. Jake Ludington http://www.mediablab.com http://www.podcastingstarterkit.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/lBLqlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/videoblogging/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
