OCX Web Browser vs IE7

eMe

New Member
Hi,

I've got a window built with AppBuilder 10.0B in which I want to show a Flash from an URL. This window is quite simple, It works fine in my computer, I've still got installed IE version 6.

I just put the URL in the Browser:

wbBrowser = chControl( whWbBrowser ).
wbBrowser:Navigate ("http://www.panelsms.com/patricio/banner%20plataforma.swf").

The problem comes when clients open that window and they've got installed IE 7, the error is a IE window error which says that cannot open the script. This is the Source code that I get when I open the flash in a new window:

<html><head><script src="res://mshtml.dll/objectembed.js"></script> <script language="javascript">var objectSource="http://www.panelsms.com/patricio/banner%20plataforma.swf"; </script> </head><body onload="ObjectLoad();" leftmargin=0 topmargin=0 scroll=no> <form id="objectDestination"></form> </body></html>

I think the problem is something with popup windows or security in the IE...

does anyone know how can i fix the problem?

Thanks!
 
Back
Top