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>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mm p_sdk/usingtheplayercontrolinawebpage.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mm p_sdk/usingtheplayercontrolinawebpage.asp The classid is for versions 7-10 of the WMP. If your users have 6.4 only, then this won't work. You'll need the earlier version of the classid for 6.4. - Matt Small -----Original Message----- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 6:43 AM To: CF-Community Subject: RE: OT: BGSOUND and FireFox I have tried this already... <embed src="./sounds/doh.wav" autostart="true" volume="100" width="144" height="60" hidden="true"> as well as using the BGM_Conductor extention, both seem to require the Quicktime plugin for them to work and this raises 2 points... 1) I (and the company) don't want quicktime installing on all the machines. 2) I have quicktime 6.5.2 installed on my machine and the required plugin is 6.5.1 so it doesn't play on my machine either! (how stupid is that!) Surely there is a way to use Windows Media Player (already installed on all the machines) to play the wav file with the embed? -- Jay > you might have to <embed> the sound rather than BSOUND for > mozilla based browsers > > For a while I have been using a dynamically generated bgsound to > > indicate success or failure, however after transfering the company > > over to Firefox it no longer works. > > > > <bgsound src="./sounds/doh.wav" loop="1"> > > > > Any idea why and more importanty, how to fix it? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Now there’s a better way to fax. eFax makes it possible to use your existing email account to send and receive faxes. Try eFax free. http://www.houseoffusion.com/banners/view.cfm?bannerid=63 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:150426 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
