hi all
i have a form and i add a webbrowser1 to it
the web browser preview a bage contion a flash video with extensions (.FLV) in macromedia flash player ...
now
i want a code to know a duration for this video witch play in flash player in webbrowser1 in my form while it playing ....
can anyboady help me ....?
this is a code ...
Private Sub Form_Load()
WebBrowser1.Navigate ""
End Sub