I need add sound for flash intro page(flash have no sound embedded)
I have few separate voice messages - .wav files, I need embed it into my page, and make that they played one by one.
Like this:
- first sounds plays first message |sound ends
- then sounds plays second message |sound ends
- finally sounds plays third message(this final message should repeat twice or three).
I use standard code:
<embed src="welcome.wav" autostart=true hidden=true loop=false><noembed><bgsound src="welcome.wav" autostart=true loop=1 hidden=true></noembed>
I have few separate voice messages - .wav files, I need embed it into my page, and make that they played one by one.
Like this:
- first sounds plays first message |sound ends
- then sounds plays second message |sound ends
- finally sounds plays third message(this final message should repeat twice or three).
I use standard code:
<embed src="welcome.wav" autostart=true hidden=true loop=false><noembed><bgsound src="welcome.wav" autostart=true loop=1 hidden=true></noembed>