I've had time to do more testing on this.

>From what i can tell it's a bug in my IE :/

Also, this is the code I'm using to embed mp3, wma and wmv files.  I'm
streaming them off a Windows Media Server.

WMV and WMA files play on all browsers tested with this code (IE, Firefox,
Chrome). Well, almost.  They play on my pc's IE and not on another's, anyone
have any idea why, please?

Can anyone tell me definitively (I've spent way too much time on this,
arrrgh) whether this is the right code to be using or if there is a better
way (right way)?

<OBJECT ID="MediaPlayer" WIDTH="319" HEIGHT="284"
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="mms://#myIP#/MusicDynamics/#stock.media#">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<PARAM name="autostart" VALUE="TRUE">
<EMBED TYPE="application/x-mplayer2"
SRC="mms://#mpIP#/MusicDynamics/#stock.media#"
NAME="MediaPlayer"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/";
WIDTH="319" HEIGHT="284"
ShowControls="1"
ShowStatusBar="1"
ShowDisplay="0"
autostart="1"
playcount="1">
</EMBED>
</OBJECT>

Thanks in advance,

Jenny


-----Original Message-----
From: Will Swain [mailto:w...@hothorse.com]
Sent: 11 September 2009 08:08
To: cf-talk
Subject: RE: CFFILE UPLOAD



Sorry - coming to this late. Have you tried with a different mp3 file? Is it
all mp3 files that don't work, or just this one?

-----Original Message-----
From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk]
Sent: 11 September 2009 04:49
To: cf-talk
Subject: RE: CFFILE UPLOAD


The MP3 I am uploading is smaller than the WMVs that upload fine ..

-----Original Message-----
From: Maureen [mailto:mamamaur...@gmail.com]
Sent: 06 September 2009 07:37
To: cf-talk
Subject: Re: CFFILE UPLOAD



Does it exceed max file size for uploads on the server?

On Sat, Sep 5, 2009 at 9:50 PM, Andrew Grosset <rushg...@yahoo.com> wrote:
>
> according to this list there are 4 possible mime types for mp3
>
> http://www.webmaster-toolkit.com/mime-types.shtml
>
>>2boogie.mp3
>>
>>Most file formats work fine (doc, pfd, wmv, for example) and it seems
>>it's just music files like mp3 and wma that have a problem.
>>
>>Could it be something to do with the mime type?







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326378
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to