Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-03-2008, 09:27 PM   PM User | #1
jakerbug
New Coder

 
Join Date: Mar 2004
Location: New Jersey
Posts: 70
Thanks: 2
Thanked 1 Time in 1 Post
jakerbug is an unknown quantity at this point
Streaming simple audio file

I'm using this code with a simple on/off switch for music on a website:
Code:
my_sound = new Sound();
my_sound.attachSound("bestdays");
my_sound.start(0,1000);
play();
But the MP3 is about 1.5MB and it takes a while for the SWF to load. Is there any SIMPLE way to stream this single audio file rather than load the whole thing before showing the movie?
jakerbug is offline   Reply With Quote
Old 11-04-2008, 06:23 AM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Use loadSound instead. Set the second value to true to make it "streaming".

http://www.adobe.com/support/flash/a...ionary662.html
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Users who have thanked _Aerospace_Eng_ for this post:
oesxyl (11-07-2008)
Old 11-05-2008, 02:43 PM   PM User | #3
jakerbug
New Coder

 
Join Date: Mar 2004
Location: New Jersey
Posts: 70
Thanks: 2
Thanked 1 Time in 1 Post
jakerbug is an unknown quantity at this point
thanks aerospace. looks like i'm on the right track, but now it sounds like chipmunks singing. the track is sped up for some reason... any idea?
jakerbug is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:48 PM.


Advertisement
Log in to turn off these ads.