Copy link to clipboard
Copied
I have adobe design premium cs5 and am developing a website in DW. I purchased a template to get me started that has an mp3 player in it, but it only alows for start and stop. I'd ike a more functional player with volume control, a progress bar. maybe even a playlist option etc.
Is this something that must be purchased or is it somewhere contained in my CS5 suite of programs?
If it needs to be purchased , Any recommended ones? My site is currently HTML 4.01 FWIW:
jeff
Answered my own question. Just putting the mp3 on the web page caused the yahoo media player to find it.
Copy link to clipboard
Copied
Try the Yahoo Player. It is free and good for MP3, it also plays YouTube movies. The only drawback in my opinion is that it you can only two choose from two colors.
Copy link to clipboard
Copied
I plugged it in and think it might be working but I am gettng the following when I try to play it locally: Maybe the question should be, does the yahoo mp3 player work if flash is already running on the pafe?
Adobe Flash Player has stopped a potentially unsafe operation: <MySite> is trying to communicate with this internet enabled location. To let this application communicate with the internet click settings.''
I then click settings and the ying.com site is already allowed. This happens each time I go to the page. I went the flash player help section and it referenced a settings pdf which took me back to the same settings panel I first visited. Still the ying site is allowed. What to do?
Copy link to clipboard
Copied
That is a flash question. It relates to a link insite your Flash aplication and has to do with safety. If you play a flash movie with an external link you will get this message unless you specify the source of the allowed link. Go to flash forum for this question.
Copy link to clipboard
Copied
This is the code I placed in the plug-in URL input box on the plug in properties page.:
<p>
<embed src="samples/song1-1.mp3" width="200" height="32" pluginspage="<a href="http://mediaplayer.yahoo.com/example3.mp3">Yodel (mp3 link)</a>"></embed>
was that correct?
Shouldn't I be downloading something that is the plug in engine that I install someplace locally on my site?
Shouldn't there be parameters I can adjust for the plug in? Where are they?
I think I am missing something rather obvious.
jeff
Copy link to clipboard
Copied
Is this what it is supposed to look like?
<embed src="samples/song1-1.mp3" width="200" height="32" pluginspage="http://mediaplayer.yahoo.com"></embed>
Is there a trick to getting an mp3 to play on your local computer using this?
Copy link to clipboard
Copied
Answered my own question. Just putting the mp3 on the web page caused the yahoo media player to find it.