Embedding QuickTime Player On Website.

TuneVibez

New Member
I have used the instructions here but still have no luck and a small quicktime logo with a '?' mark appears instead like this.


Here is the code I used:
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
WIDTH="320" HEIGHT="16" >
<PARAM NAME="src" VALUE="http://cp.internet-radio.org.uk/tunein.php/tunevibez/playlist.qtl" >
<PARAM NAME="autoplay" VALUE="true" >
<EMBED PLUGINSPAGE="http://www.apple.com/quicktime/download/"
SRC="UNeedQT.qtif" TYPE="image/x-quicktime"
WIDTH="320" HEIGHT="16"
QTSRC="http://cp.internet-radio.org.uk/tunein.php/tunevibez/playlist.qtl"
AUTOPLAY="true" >
</EMBED>
</OBJECT>
 
Last edited:

Support

Level 1 Support
Staff member
Are you live when testing ? We would need to test this on a live account.
 

Support

Level 1 Support
Staff member
Here are a few suggestions :

  • Try a different browser. Same problem ?
  • Are you running the latest Quicktime ?
  • Google for some other code examples and see if these work ?
Let us know how you get on :nerd:
 
D

DiscoDave

Guest
Apologies, I thought you were trying to use this on Shoutcast.
 

Support

Level 1 Support
Staff member
It should work on both Icecast and Shoutcast as far as we know. We did test this when it was originally posted and it worked fine. Perhaps using a slightly different code might help. Have a hunt on Google for some more examples.
 
Top