|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
onSoundComplete
This may be a simple function, but I am not getting it... All I want to do is to have a sound play, then once finished, go to a URL. This is being used for a Flash intro. Any help is appreciated.
MrSlate |
|
#2
|
|||
|
|||
|
it's actually in the Actionscript Dictionary in the Flash help files.
s = new Sound(); s.attachSound("mySound"); s.onSoundComplete = function() { //do whatever you want here; } s.start(); |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > onSoundComplete |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|