I am create Flash menu. This menu have atached on each button simple sound lenght 1.08 seconds. The pages are very light and when I click on button only half or less sound is comming out before I get new page. This stop my sound. I am not very good in AS and I don't know how to play full sound track and then start to load a new page. I was try some functions from Internet but without result. Any help is welcome.
Here is my AS:
Sonam
[MOD PLEASE CLOSE]
Here is my AS:
| Code: |
| on(release) {
clickSound = new Sound(); clickSound.attachSound("CLICK"); clickSound.start(); getURL("o_nama.php", "_self"); } |
Sonam
[MOD PLEASE CLOSE]
