just tried that then, it isnt recognised by firefox or I.E as a media player.
ill try something else later, g2g to work now (work experience)
Thanks
Mike
just tried that then, it isnt recognised by firefox or I.E as a media player.
ill try something else later, g2g to work now (work experience)
Thanks
Mike
It must be, it works on both browsers on my home and work computers. I wonder if you've got the correct, up to date plugin's installed?
thanks for the replys
yes, i have up 2 date plugins for i.e
i have done it like this: http://www.freewebs.com/mikejtaylor06/music/music.html
Thanks again,
Mike
Well I can see everything just fine!
strange :S
i have moved the music page to this: http://www.freewebs.com/mikejtaylor06/music1.html
shouldnt it have had the < at the start? that may be why it didnt work perhaps?? although i think i added it in when i got a load of code in the preview.Originally Posted by HappyBeaver
also, i was probably using one of the links to the songs that didnt work.
Thanks again
Mike
If you're going to have a lot of music on your website I can thoroughly recommend a script that I use for my own website. It's called Andromeda and it does all the hard work for you. All you do once installed is add foldeers/songs via FTP!
Get it here: http://www.turnstyle.com/andromeda/
See it in use on my site here: http://www.thesoulgirl.com/music/andromeda1.php
Karen x
thanks for that, i might try that on a seperate directory in my site and see which one i like best
i was actually trying to do one like www.jaydiocity.co.uk had theirs, but it is currently not online, that had a layout like this
Genre-> (list of artist in each genre drop-down menu)
each artist:
<Media player>
<a song> <a song> <a song> <a song> <a song>
<a song> <a song> <a song> <a song> <a song>
<a song> <a song> <a song> <a song> <a song>
the songs were in the "blue glass capsuels" in the list of interactive buttons in MS front page
i dont realy want genre, just an artist menu and then the songs.
also, do you know the javascript commands for volume up, down and previous track?
im creating a custom media player and i found the other commands. im using the image map from the link on your site.
Thanks for the links
Mike
Last edited by madmikejt12; 24-06-2006 at 09:54 AM.
Hey.. cool... See! you don't need to pay for anythingm creating a custom media player and i found the other commands. im using the image map from the link on your site.Freeware is soooo great!
lolnearly everything i have on my computer was free.... well maybe not lol
I've found the code to ensure no autostart occurs - certainly works in firefox!
Code:<p><OBJECT ID="MMPlayer1" WIDTH=278 HEIGHT=240 classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"><PARAM NAME="FileName" VALUE="_RefFiles/J11 BBC.wmv"> <PARAM NAME="ShowControls" VALUE="1"><PARAM NAME="ShowStatusBar" VALUE="1"> <PARAM NAME="ShowDisplay" VALUE="0"><PARAM NAME="DefaultFrame" VALUE="Slide"><PARAM NAME="Autostart" VALUE="0"><PARAM NAME="Loop" VALUE="FALSE"><Embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/download/default.asp" src="http://www.thesoulgirl.com/biancaryan.wmv" Name=MMPlayer1 Autostart=0 ShowControls=1 ShowDisplay=0 ShowStatusBar=1 Loop=FALSE DefaultFrame="Slide" width=278 height=240></embed></OBJECT></div></p><p>HOW AWESOME IS THAT!</p>