Link to home
Start Free TrialLog in
Avatar of boulder_bum
boulder_bum

asked on

Newb: OnProgress Not Firing From Local Machine

On a VB6 form, I have this:

Option Explicit

Private Sub Command1_Click()
    flash.LoadMovie 0, "\\computer\wwwroot\sitename\notes.swf"
End Sub

Private Sub flash_OnProgress(ByVal percentDone As Long)
    Debug.Print percentDone
End Sub


Where "flash" is an instance of ShockwaveFlash (the Flash ActiveX control).

The movie loads fine, but the OnProgress event never fires (Debug.Print percentDone never gets reached). What is going on? How do I get OnProgress to fire?
Avatar of muso120999
muso120999

This seems more like a visual basic question than a Flash one!
Avatar of boulder_bum

ASKER

It's about the Flash ActiveX control and its API. I could've written it in any language and the question would be the same.

It does relate to Windows Forms, I just figured any person using Flash on Win Forms would hang out here.
Sorry, I just figured as you haven't had a response, you might have more joy in another section, and claim the points back on this one...

You're right though, maybe someone will post an answer...
At least you gave me my first reply, though. :-)
I hear ya. Thanks for that, man.
ASKER CERTIFIED SOLUTION
Avatar of muso120999
muso120999

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
At least you replied. :-)