put a timer1 in the form and set suitable interval for the timer and try the command as i given below
==============
Private Sub Timer1_Timer()
If flash1.CurrentFrame = flash1.TotalFrames Then
fla1.Stop
End If
End Sub
=============
here flash1.totalframes returns the number of frames in the flash.in timer check that if the current frame of the swf is reched the last frame then put stop
before that on form load
set the property of the flash file
as
flash1.loop = false
flash1.play=true
i hope this will help u
with regards
webspy(raghu)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.