Quick Time Player Bar and Vista?
Posted by: Rex
Posted on: 2009-01-28 19:52:00
I have a simple HTML website that uses a QuickTime player bar to stream my original tunes. After Vista came out I noticed that computers with Vista (my and my wife's laptop) cannot get the player bar to load. It shows up but not completely. And it is not functional.
This is the code I am currently using:
<p>
<-- For Internet Explorer * Quicktime -->
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
type="application/x-oleobject" width="300" height="30">
<param name="src" value="Songs/Song-30-PrettyWomanWhyDoYouTurnMyHead.mp3">
<param name="controller" value="true">
<param name="autostart" value="false">
<param name="bgcolor" value="#cccccc">
<-- For other browsers * Quicktime/Default Player -->
<--[if !IE]> <-->
<object data="Songs/Song-30-PrettyWomanWhyDoYouTurnMyHead.mp3" type="audio/mp3"
width="300" height="30">
<param name="controller" value="true">
<param name="autostart" value="false">
<param name="bgcolor" value="#cccccc">
</object>
<--> <![endif]-->
</object>
</p>
My site is www.rexbernard.com . I have Vista Home Premium on the laptops and QuickTime version 7.5.5.
Can anybody give me a clue how to get back on track for Vista machines? My site is www.rexbernard.com
Thanks
Rex
"Listen to someone's stories and they will think you are a very interesting person"