I posted this in another section on the site as well:
Has anyone ran into issues with Flash not working properly with the WebBrowser control?
The problem I am running into, is it seems as though my Flash files ActionScript is being thrown out the window. (it doesn't function as it should).
When I view the file directly in IE/FF, it works great... when I use it as my URL source in VB.NET / WebBrowser control, it doesn't work.
The ActionScript is a simple
_root.InstanceName.gotoAndPlay(frameNumber);
Does the WebBrowser control handle Flash elements differently? I thought it was just the IE engine.
Thanks in advance!
Has anyone ran into issues with Flash not working properly with the WebBrowser control?
The problem I am running into, is it seems as though my Flash files ActionScript is being thrown out the window. (it doesn't function as it should).
When I view the file directly in IE/FF, it works great... when I use it as my URL source in VB.NET / WebBrowser control, it doesn't work.
The ActionScript is a simple
_root.InstanceName.gotoAndPlay(frameNumber);
Does the WebBrowser control handle Flash elements differently? I thought it was just the IE engine.
Thanks in advance!