Re: same effects with Flash 9 file



Hi,

I run into the same problem with flash 9 files. I'm using the IE7 webbrowser
control.
If I load as an example on the following urls in my IE clone:
http://onreisen.t-online.de/c/97/78/27/9778278.html
http://www.messe-ideen.de/upload/magische-zauberkugel.swf

... I will get the following error:

line 1 invalid character
line 0 object expected

The Visual Studio Debugger stops here, in the ObjectLoad() method with:

runtime error in Microsoft JScript: Object expected

<html><head><script src="res://mshtml.dll/objectembed.js"></script> <script
language="javascript">var
objectSource="http://www.messe-ideen.de/upload/magische-zauberkugel.swf";;
</script> </head><body onload="ObjectLoad();" leftmargin=0 topmargin=0
scroll=no> <form id="objectDestination"></form> </body></html>

<html><head><script src="res://mshtml.dll/objectembed.js"></script> <script
language="javascript">var
objectSource="http://www2.onreisen.t-online.de/dyn/c/94/20/23/9420234.swf";;
</script> </head><body onload="ObjectLoad();" leftmargin=0 topmargin=0
scroll=no> <form id="objectDestination"></form> </body></html>


Any hints?

Thomas Kluge
T-Systems Enterprise Services GmbH


.



Relevant Pages

  • Procedure limit for Form?
    ... will not load, kicking back a runtime error 0 in the IDE. ... Usually opening the form in the IDE and closing it again with a save stops ... Failed to activate control 'VB.UserControl'. ...
    (microsoft.public.vb.general.discussion)
  • Re: Procedure limit for Form?
    ... will not load, kicking back a runtime error 0 in the IDE. ... Usually opening the form in the IDE and closing it again with a save stops ... Failed to activate control 'VB.UserControl'. ...
    (microsoft.public.vb.general.discussion)
  • Re: Help with code please...
    ... Sub recruitem3() ... For Each StrItem In arrExcelValues ... The webbrowser needs to load the url completly before going to the next ... Runtime Error -2147024726 ...
    (microsoft.public.excel)
  • Re: PB5.0 is crashing when loading workspace
    ... > PB crashes with runtime error, if I load my workspace. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Help with strange WebBrowser control problem...
    ... loading the main web page and then loading each individual service request link. ... At various points, when attempting to load a service request page, a runtime error is returned. ... If I open an instance of IE and load the "main" web page, the runtime error is not returned and the program continues. ...
    (microsoft.public.dotnet.languages.vb)

Loading