|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
So..
I created a swf with sound witch controled with AS.. -- pease of code: -- function managars() { myLoop = new Sound(_root); myLoop.attachSound("aaa"); myLoop.setVolume(myLoopVolume); myLoop.start(0, 999); } and some more but not needed.. -- and that swf loaded to another swf.. So the probem is that view is and code works perfect, but sound dont play -- i tried: -- loadMovieNum ("my.swf",1); onEnterFrame = function () { _level0.managars(); } -- sound is but it loads on coordinate 0,0 i dont need that.. -- and i tried: -- loadMovie ("my.swf","some_mc"); onEnterFrame = function () { _level0.managars(); } -- coordinates was good but sound was gone.. any ideas maybe here is some simple mistake? need advice.. thank you |
|
#2
|
||||
|
||||
oh.. no help need any more.. i founded a way to solve this problem.. |
|
#3
|
||||
|
||||
|
you should post the answer so other people with a similar problem can benefit
![]() |
|
#4
|
|||
|
|||
|
yeah :\ how do i loop a sound?
|
|
#5
|
|||
|
|||
|
http://forum.deviantart.com/galleries/flash/134809/
heres a clip of another forum that i saved to have music looping in multiple scenes |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Need help with sound |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|