Hello Sreedhar,

Look at the the soundMixMedia property in Director help. This property
enables Flash cast members to mix their sound with sounds inside Director
when it is set to TRUE.

the soundMixMedia = TRUE

And you don't need to stretch the Flash sprite till the entire flash movie
stops playing.

put this script in the frame script channel above the flash sprite. Make
sure you turn off the Loop option in the Flash member properites.

on exitFrame
    if sprite(FlashSprite).playing then
       go the frame -- loops in the same frame
    else
        go the frame + 1 -- continues to next frame when the flash sprite
finishes its play
    end if
end

regards
Ramesh C T
Singapore



-----Original Message-----
From: sreedhar reddy <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, October 06, 2000 12:52 PM
Subject: <lingo-l> problem with flash movie


>hello all
>when ever i insert a flash movie in director by going
>to insert media element flash movie im facing a
>problem with the *.swf files. the first problem im
>facing in director 7.0 is the sound that i gave for
>swf files is not playing in director is director going
>to support the sound thats there for an swf file and
>the second problem that im facing is controlling the
>tempo of these flash files when i just insert the
>flash movie in the score window i have to drag the
>sprite to increase the number of frames so that the
>entire movie has to play this is ok if im working with
>a small presentation but i have a very lengthy
>presentation in which i have to include a large number
>of flash movies i find it very difficult to manage
>these flash files in the score window please help me
>with this problem
>thanks a lot
>sreedhar
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
>http://photos.yahoo.com/
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
>email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
>Lingo-L is for learning and helping with programming Lingo.  Thanks!]


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to