Ask a Question related to Macromedia Director Lingo, Design and Development.
-
vecpix webforumsuser@macromedia.com #1
Going to the next frame after a movie play
Hi, I'm a newbie.
I'm trying to find out how to set my playback head go to the next sprite or frame after the 10 second movie has ended. My script at the end to stop the playback from going to the next frame before the movie has finished playing is "go to the frame" .
The movie plays, but it stops after the duration of the movie.
I need to know what Lingo script I can write so that the playback head will go to the next frame only after the movie has finished.
Thank you guys.
vecpix webforumsuser@macromedia.com Guest
-
movie inside movie with different frame rates
Hi all, I have a movie that plays inside a main movie. It seems like the embedded movie follows the frame rate of the main movie. Is it possible... -
Play movie x
In the Parameters for Accessibility item box, where it says Command to Execute, is there a line or a piece of code i can write so that when the... -
To build a movie frame-by-frame at runtime via AS
I have a task that I want to do, but I'm not exactly sure how to go about it I have a text file that contains... -
how to check if movie is loaded on another level & play frame#
I have a menu for an all flash webpage on a top level and I want to command flash to check and see if there is a movie loaded on another level, such... -
tell flash to play certain frame
Hi, Ive been having trouble getting my director project to tell a flash movie (sprite 1) to go and play a certain frame. Here is my code: ... -
Jayem Abania - MMTS #2
Re: Going to the next frame after a movie play
Hi,
There are actually lots of ways to add this functionality in your Director
movie. The simplest way that you can try out is the Tempo channel. You can
set the properties of the Tempo channel to wait and enter your desired
duration. This is the simplest but it offers you less control. The other way
is to detect the end of your movie through Lingo. You will need to create a
script that will loop into current frame until it detects the end of the
video. You will then navigate to your desired frame. For some sample codes,
please visit:
<http://www.macromedia.com/support/director/ts/documents/tn3162.html>
Best regards,
Jayem Abania
Macromedia Technical Support
"vecpix" <webforumsuser@macromedia.com> wrote in message
news:bqof16$a4k$1@forums.macromedia.com...or frame after the 10 second movie has ended. My script at the end to stop> Hi, I'm a newbie.
> I'm trying to find out how to set my playback head go to the next sprite
the playback from going to the next frame before the movie has finished
playing is "go to the frame" .will go to the next frame only after the movie has finished.> The movie plays, but it stops after the duration of the movie.
> I need to know what Lingo script I can write so that the playback head> Thank you guys.
>
>
Jayem Abania - MMTS Guest
-
vecpix webforumsuser@macromedia.com #3
Re: Going to the next frame after a movie play
Thank you for the quick reply. I'll try that.
vecpix webforumsuser@macromedia.com Guest



Reply With Quote

