|
Your time now: Mon Nov 23, 2009 8:26 am
|
View unanswered posts | View active topics
| Author |
Message |
|
Ash
|
Post subject: Music in flash Posted: Sun Feb 05, 2006 7:38 pm |
|
 |
| 1000+ Club |
 |
Joined: Wed Aug 03, 2005 7:10 pm Posts: 1019 Location: England
|
|
Ok soon it's someone I know's birthday and I would like to make them a flash file which plays some music but I am not sure how to add it on. I would like to have two buttons that play and stop the music.
Does anyone know how to do that or know fo any tuts that show you?
_________________
|
|
| Top |
|
 |
|
naveen
|
Post subject: Posted: Sat Mar 31, 2007 12:20 pm |
|
Joined: Thu Mar 15, 2007 6:31 am Posts: 9 Location: India
|
|
Hey Ash,
One way is there in flash to play and stop the sound...
first import the sound into flash library...
take two blank key frames inside a movie clip...
Select the first frame and choose the sound from property bar's sound panel, do this same in second frame....
On first frame choose sync: start... and make it loop...
On second frame choose sync: stop... and make it Repeat 0
give stop action on two frames....
Make a hit button (Invisible button) over your text or sound logo... hit F6 to second frame...
Now you have same two invisible buttons on first and second frames....
On first frame paste this script on invisible button:
on (release) {
gotoAndStop(2);
}
On second frame paste this script on invisible button:
on (release) {
gotoAndStop(1);
}
Now play and enjoy your sound.....
Hey finally convey my birthday wishes to your someone....
ENJOY
Naveen
Last edited by naveen on Sat Mar 31, 2007 12:48 pm, edited 4 times in total.
|
|
| Top |
|
 |
|
Tomi
|
Post subject: Posted: Sat Mar 31, 2007 12:37 pm |
|
 |
| 500+ Club |
 |
Joined: Mon Jun 26, 2006 7:51 pm Posts: 926
|
|
lol, Ash made this thread on :
Sun Feb 05, 2006 7:38 pm
more than a year ago :p
_________________ I'm back and I'm 18
|
|
| Top |
|
 |
|
naveen
|
Post subject: Posted: Sat Mar 31, 2007 12:46 pm |
|
Joined: Thu Mar 15, 2007 6:31 am Posts: 9 Location: India
|
|
Hey Tomi,
How you add this image here.... plz tell me.....
ENJOY
Naveen
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 5 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
|