Experimenting with media players

0

Written on 9:43 PM by Walski69

Technorati tags: , ,

This is a simple player:

The code for this is:

<embed src="http://www.fileden.com/files/2006/8/4/154242/TV%20-%20Hawaii%205-0%20Theme.mp3" width="150" height="26" type="audio/mpeg mpga mp2 mp3" cursor="hand" autostart="false" loop="false"></embed>

Another version (using a Quicktime plugin):

With this one, however, make sure that the Autoplay attribute is changed to Autostart instead, otherwise, whatever value you put in won't matter, and the damn thing plays when you reload it anyway!

The code for this is:

<embed pluginspage="http://www.apple.com/quicktime/download/" src="http://www.fileden.com/files/2006/8/4/154242/TV%20-%20Hawaii%205-0%20Theme.mp3" width="320" height="26" type="video/quicktime" autostart="false" controller="true" scale="tofit"></embed>

The only problem is that the cursor looks a little odd... probably it's the default setting or something. Originally the height was set to 18px. It appears that the best setting (to make sure all the buttons appear in full), is 26px. But you can play around with the settings if you like.

Third version, using Windows Media player:

The coding for the third version:

<embed pluginspage="http://www.microsoft.com/windows/windowsmedia/download/" src="http://www.fileden.com/files/2006/8/4/154242/TV%20-%20Hawaii%205-0%20Theme.mp3" width="320" height="26" type="application/x-mplayer2" autostart="0" showcontrols="1"></embed>

If you enjoyed this post Subscribe to our feed

No Comment

Post a Comment