TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Streaming Audio

Page: 1 2 3 Reply
Dec 18th 2002#82668 Report
Member since: Oct 10th 2002
Posts: 218
How do you make Audio Stream in flash?
Reply with Quote Reply
Dec 18th 2002#82675 Report
Member since: Mar 24th 2002
Posts: 3114
Import an MP3, and throw it on the timeline. :D
Reply with Quote Reply
Dec 18th 2002#82678 Report
Member since: Oct 10th 2002
Posts: 218
that will make it stream? cool ok.
Reply with Quote Reply
Dec 18th 2002#82680 Report
Member since: Mar 24th 2002
Posts: 3114
......maybe I'm not getting something again.
Reply with Quote Reply
Dec 18th 2002#82683 Report
Member since: Oct 10th 2002
Posts: 218
ok i got my button but how do i make it stop at the button before going to scene two and playing the music?

its going straight to scene two. I want it to stop at the buttone and people can click on it if they want to hear it.
Reply with Quote Reply
Dec 19th 2002#82841 Report
Member since: Oct 10th 2002
Posts: 218
thanks paavo for help.
Reply with Quote Reply
Dec 19th 2002#82844 Report
Member since: Nov 26th 2001
Posts: 2586
try putting a stop(); after everything. That way you wont move to the next scene unless a command is given. Its been over a year since I touched flash, so... I am rusty =\
Reply with Quote Reply
Dec 20th 2002#82953 Report
Member since: Oct 10th 2002
Posts: 218
ok so now that it stops how do i get the command to go to next scene
Reply with Quote Reply
Dec 20th 2002#82955 Report
Member since: Nov 26th 2001
Posts: 2586
I would probably need to see what you have.
But it should flow like this:

Load site --> stop();
Push button to play music --> stop();

Have your master scene just for lay out. Do all of your work in sub clips (movie, button, graphic, etc.). So when you press the button it will go like this:
goToAndPlay (frame2) --> stop();
on frame2 is a sub clip that has the audio file in it.

I know this kind of sounds retarded. But I havent worked in Flash in a long time and I cant remember how the scripting goes. But you get the idea.

I think. If I can see the movie, then maybe I can help a bit more.
Reply with Quote Reply
Jan 6th 2003#84678 Report
Member since: Oct 10th 2002
Posts: 218
so how do i make it when i push the button it will play the music? I have the button made. But where do i put in the command for Gotoandplay?
Reply with Quote Reply
Page: 1 2 3 Back to top
Please login or register above to post in this forum