-
1. Re: Sound Control
kglad Jan 21, 2010 10:27 AM (in response to d0brin)if your sound is in the library, right click on the sound, click linkage, tick export for actionscript and in the id textfield type, SoundOn. retest.
-
-
3. Re: Sound Control
kglad Jan 21, 2010 10:59 AM (in response to d0brin)what flash player version are you publishing for?
and, it looks like there's a linkage id = "music".
-
4. Re: Sound Control
d0brin Jan 21, 2010 11:11 AM (in response to kglad)well i am with CS4 and working on AS 2.0, and publishing for version 10 i think. So if i presume that this is my linkage how should i make my sound to start? with the code written above? and the point is that i ahve never selected my sound to be imported for AS... cuz i never found such option...
-
5. Re: Sound Control
kglad Jan 21, 2010 11:14 AM (in response to d0brin)try:
mysound = new Sound(this);
mysound.attachSound("music");
mysound.start();
-
6. Re: Sound Control
d0brin Jan 21, 2010 11:22 AM (in response to kglad)nope it doesnt work and i do no know why :X i mean i never checked the sound that it is for AS...how to do that?
-
7. Re: Sound Control
kglad Jan 21, 2010 11:45 AM (in response to d0brin)zip your fla and attach it to this forum.
-
8. Re: Sound Control
d0brin Jan 21, 2010 12:00 PM (in response to kglad)there it is a sample from my website
-
here.rar.zip 477.5 K
-
-
9. Re: Sound Control
kglad Jan 21, 2010 12:34 PM (in response to d0brin)just zip the file you showed in your screenshot after saving for cs3.
-
10. Re: Sound Control
d0brin Jan 21, 2010 1:10 PM (in response to kglad)oh sry you should've said
-
here.rar.zip 524.6 K
-
-
11. Re: Sound Control
kglad Jan 21, 2010 1:44 PM (in response to d0brin)here's your file with a linkage id assigned.
-
test.zip 1.0 MB
-
-
12. Re: Sound Control
d0brin Jan 22, 2010 5:05 AM (in response to kglad)how did you do it and how to make it on CS4 when i dont have the linkage menu?
ah and one more thing how to make it into a constant loop?
-
13. Re: Sound Control
kglad Jan 22, 2010 7:26 AM (in response to d0brin)in cs4: right click the sound in your library, click properties, tick export for actionscript, click ok.
p.s. please mark this thread as answered, if you can.
-
-



