My Silverlight application is creating and manipulating IFrames that contain Flash movies/applications. The flash movies are created using 'swfobject.js'. My application is transparent, and runs with a higher Z-order on the page as the Flash. Once the flash
gets rendered, and flash animations play, the memory usage of my iexplore.exe starts to skyrocket, tops off at around 1.8GB and then my Silverlight application crashes (gets an Application_Exit call). The error displayed is the AG_E_UNKNOWN_ERROR.
This happens only in Internet Explorer (7 in my case) with the Silverlight 3 plugin. I've tested in Firefox with the SL3 installed, and it works fine. It also works fine with the SL2 plugin, in Internet Explorer and in Firefox. Also, the first time I installed
the plugin, this was not a problem, but it appeared a day or two later (probably either through Windows Updates or automatic Silverlight updates it got introduced as a bug).
This problem is a showstopper for our project, and we're relying on some new features from Silverlight 3 for the release. I hope this is a known issue and will be fixed soon...
Thanks.
--------------------------
Below are some code snippets that might help with reproducing the problem:
My .aspx page that initializes the Silverlight control and the IFrame containing the Flash:
After further testing with this issue, I've found that this problem only occurs on certain machines. So far what we're finding is that Dell laptops (personally I have a Latitude E6400, and my colleague has a Dell Precision M65) display this behavior.
It helps a lot to find this out, meaning that hopefully it's a small range of configurations that are affected by this, although I'm being forced to develop and test and debug using Firefox, while our application is catered to mostly IE browser users.
alexd123
0 Points
2 Posts
Silverlight 3 plugin bug - Rendering silverlight app with Flash causes error
Jun 12, 2009 08:52 PM | LINK
My Silverlight application is creating and manipulating IFrames that contain Flash movies/applications. The flash movies are created using 'swfobject.js'. My application is transparent, and runs with a higher Z-order on the page as the Flash. Once the flash gets rendered, and flash animations play, the memory usage of my iexplore.exe starts to skyrocket, tops off at around 1.8GB and then my Silverlight application crashes (gets an Application_Exit call). The error displayed is the AG_E_UNKNOWN_ERROR.
This happens only in Internet Explorer (7 in my case) with the Silverlight 3 plugin. I've tested in Firefox with the SL3 installed, and it works fine. It also works fine with the SL2 plugin, in Internet Explorer and in Firefox. Also, the first time I installed the plugin, this was not a problem, but it appeared a day or two later (probably either through Windows Updates or automatic Silverlight updates it got introduced as a bug).
This problem is a showstopper for our project, and we're relying on some new features from Silverlight 3 for the release. I hope this is a known issue and will be fixed soon...
Thanks.
--------------------------
Below are some code snippets that might help with reproducing the problem:
My .aspx page that initializes the Silverlight control and the IFrame containing the Flash:
This is my Container.html which contains my flash movie:
alexd123
0 Points
2 Posts
Re: Silverlight 3 plugin bug - Rendering silverlight app with Flash causes error
Jun 17, 2009 07:07 PM | LINK
After further testing with this issue, I've found that this problem only occurs on certain machines. So far what we're finding is that Dell laptops (personally I have a Latitude E6400, and my colleague has a Dell Precision M65) display this behavior.
It helps a lot to find this out, meaning that hopefully it's a small range of configurations that are affected by this, although I'm being forced to develop and test and debug using Firefox, while our application is catered to mostly IE browser users.