Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Syncing sound - pt2 |
From: | Michael Dunn |
Date: | Tue, 11 Apr 2000 01:23:14 +0100 |
My problem is that I have a speaker button that toggles the sound. And a
variable which remembers if it is on or off. In the frame action, I have:
If (soundtog=1)
Load Movie ("sound2.swf", 2)
End If
This works great, but I can't set the sound to stream and make it sync with
the presentation. 56k users see the animation before the sound fully loads.
Now, if I put "sound2.swf" into the main timeline, I won't be able to
control whether or not it plays. Now, if I target it, like so:
If (soundtog=1)
Begin Tell Target ("/sound2")
Go to and Play (1)
End Tell Target
End If
I don't think I'm going to be able to have it stream/sync like Marc Hoffman
suggested. Anyone have a clue what I can do here?
Michael
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Syncing sound - pt2, Cheri Harder
Replies
RE: FLASH: Syncing sound, Glen Rhodes
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]