No need to appologise, many websites recommend using that method as I found out to my frustration!
Your embed method works a treat, I had tried several variations of that myself including the type definition (which for future fererence everyone, is completely ignored by IE) but I was missing the pluginspage bit. Thanks. -- Jay > Sorry about that... > > <embed > type="application/x-mplayer2" > pluginspage="http://www.microsoft.com/Windows/Downloads/Conten > ts/MediaPlayer > /" > width="0" > height="0" > > > src="http://teachers.esu10.k12.ne.us:8000/gems/manilaSupport/W > indowsMediaSam > ple.wmv" > > or > > filename="./sounds/doh.wav" > > > autostart="True" > showcontrols="false" > showstatusbar="False" > showdisplay="False" > autorewind="True"> > </embed> > > - Matt Small > > -----Original Message----- > From: James Smith [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 4:36 AM > To: CF-Community > Subject: RE: OT: BGSOUND and FireFox > > That doesn't seem to work either, and I didn't think it > would. Correct me > if I am wrong but the OBJECT tag invokes an ActiveX controll > for this and > FireFox doesn't support ActiveX. Any other ideas? > > -- > Jay > > > Yes, use the object tag: > > > > <OBJECT ID="Player" height="0" width="0" > > CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"> > > <PARAM name="autoStart" value="True"> > > <PARAM name="URL" value="./sounds/doh.wav"> > > </OBJECT> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:150569 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
