Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
T Sugar #1
Streaming MP3 - Please Help
I'm having issues with an MP3 sampler I've created. What is the appropriate
actionscript to get it to play the MP3 i've sourced, automatically, when the
timeline arrives at the keyframe. I'm using 'loadsound' and saying false after
i write the source but it still doesn't work.
Thanks ahead of time to whoever knows this...
T Sugar Guest
-
Streaming Flv
If i can recieve some help with this, it will be much appreciated. In other to stream a flv, is there any other possible way apart from flash media... -
MP3 streaming using AS3
hi i want to stream mp3 file located at FMS. The problem is how to do this in AS3 as i m using flash cs3. i done bit but i m getting the error; ... -
Streaming FLV Help
I'm trying to stream an flv from Flash Media Server into my Flex application. I've got a instance (video_app1) of an application (video_app)... -
Willing to pay for Streaming FLV help ...
I have an account with Media Temple & am trying to accomlish a true "streaming" FLV with Flash 8 without success. Of course, progressive download is... -
Help with FCS mp3 streaming
Hi, have tested two different mp3 player apps with FCS. Each one can play correctly the brief example mp3 files, but I want the app to play very... -
Jack. #2
Re: Streaming MP3 - Please Help
if you want the sound to auto start, use
beat.loadSound("beat.mp3", true); // streaming sound
if using - beat.loadSound("beat.mp3", false); // completely loads before play
for autostart, add code to the frame - beat.start();
checkout the Sound Object in the Reference, and this link for more -
[url]http://www.kennybellew.com/[/url]
Jack. Guest



Reply With Quote

