HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 23rd, 2012, 05:14 AM
daz883 daz883 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: UK
Posts: 253 daz883 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 Days 17 h 25 m 21 sec
Reputation Power: 10
Send a message via AIM to daz883 Send a message via Yahoo to daz883
Embedding an mp3 file

Hi,

Im trying to embed a controller which will allow the user to play/pause/stop an mp3 file on my website.

The controller works on IE9 but in FF im being told that the plugin is not installed in my browser. I click on the link to install the missing plugin and the dialog box finds that "Apple Quicktime None" should do the job. However, when clicking next in the dialog box, it says that it failed to install the plugin. Anyone know whats going wrong here?

Code:
<object>
	<param name="src" value="http://www.mysite.co.uk/myfile.mp3" />
	<param name="autostart" value="false" />
	<param name="autoplay" value="false"/>
	<param name="controller" value="true" />
	<embed src="http://www.mysite.co.uk/myfile.mp3" autostart="false" autoplay="false" controller="true" type="audio/x-mpeg" pluginspage="http://www.apple.com/quicktime/download/" />
</object>


Thanks.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > Embedding an mp3 file

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap