At 07:04 PM 9/21/00, sreedhar reddy wrote:
>1)how to control the time duration of the flash movies
>in director?
>i cant drag all these sprites to maximum number of
>frames as the number of sprites are very high
Place this behavior in the frame script channel. It will loop on this
Director frame until the Flash sprite finishes
property pFrameCount
on beginSprite me
pFrameCount = sprite(x).member.frameCount
end
on exitFrame me
if sprite(x).frame < pFrameCount then
go the frame
end if
end
>2)sound is not playing for these .swf file? in
>director 7.0
Try this in a movie script:
on prepareMovie
the soundKeepDevice = 0
end
Don't forget to get the D7.02 update and _especially_ the updated Flash
Asset Xtra from Macromedia's web site.
--
Mark A. Boyd
Keep-On-Learnin' :)
[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!]