Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
acilia #1
Playing MP3s
I am trying to play an MP3 file from coldfusion. The code im using is the
following:
<cfsavecontent variable="ButtonClick">
var my_sound:Sound = new Sound();
sound.loadSound("murhallini.mp3", true);
</cfsavecontent>
This is invoked by the onclick method of a button on the flash form:
<cfinput type="button" name="Play" size="10" value="Play" tooltip="Click to
Play" enabled = "true" onClick="#ButtonClick#"/>
When I click this button i get an error saying that I cannot use 'NEW'.
Anyone has an idea how i can play and MP3 which the user selects from a grid?
That is, I have to pass the mp3 file name to the playing function.
acilia Guest
-
Serving 'non-traceable' mp3s
Ok (I know this is a cfcontent question - but I'm hoping someone has done this in flash and can help), I've been trying to use FLASH as an mp3... -
looping streaming mp3s
I currently have a list component and a MediaPlayback component on the stage with this code: import mx.controls.list; import mx.... -
How to stream MP3s stored above the root
My mp3s are kept above the root to protect them from unauthorized download. I am currently using cfcontent to dynamically retrieve the audio files... -
Importing/ Streaming audio (.mp3s)
Ok.... Here's the situation: I have a site that I'm building: http://www.XtremeIllusions.net and on one of the 'HighBandwidth' pages, I have 2... -
Streaming mp3s
Hello all, I am interested in a way to stream mp3s using PHP. In the past I used Ming (http://ming.sourceforget.net) to generate a flash movie... -
Mark Forsberg #2
Re: Playing MP3s
acilia,
New is one of several reserved words that can't be used in Actionscript
when in Flash Forms. I can't remember the exact syntax but there is a
work-around. Go to [url]www.asfusion.com[/url]. I think that's where I saw it.
HTH
Mark
Mark Forsberg Guest



Reply With Quote

