SWF's hang up in VB WebBrowser control

I wrote an ultra-simple program for viewing Flash and animated GIFs.

Some of my SWFs employ drag and drop via ActionScript. I can drag an object once, but then everything locks up. If I bump the browser scrollbar up or down, I can again drag an object once (weird!).

Tried other SWFs (not made by me). Same result. They work fine when opened with IE or any other browser. Also sometimes lose the ability to click links in SWFs.

Here's how I open the animations:

PrivateSub ToolStripButton1_Click(ByVal senderAs System.Object,ByVal eAs System.EventArgs)Handles ToolStripButton1.Click

res = dialog_open.ShowDialog

If res <> Windows.Forms.DialogResult.CancelThen

browser1.Navigate(dialog_open.FileName.ToString)

EndIf

EndSub

What am I doing wrong?

Thanks

AB

[1599 byte] By [neverhome] at [2007-12-25]