Problem in using javascript in Web User Control
-
Hi All, I am using an User Control, which have a Flash Movie. Since this website can be run in any machine, we need a Flash Player check using the example[^]. It works fine in the HTML. But it fail to work in the User Control. The JS use document.write to render the Flash object. It executes the next lines of the JS block. This ensures that the object rendering done, but its not showing up. Is there anything I have to do with it?
[Venkatesh Mookkan] My: Website | Yahoo Group | Blog Spot
-
Hi All, I am using an User Control, which have a Flash Movie. Since this website can be run in any machine, we need a Flash Player check using the example[^]. It works fine in the HTML. But it fail to work in the User Control. The JS use document.write to render the Flash object. It executes the next lines of the JS block. This ensures that the object rendering done, but its not showing up. Is there anything I have to do with it?
[Venkatesh Mookkan] My: Website | Yahoo Group | Blog Spot
The problem is solved. Thanks anyways.
[Venkatesh Mookkan] My: Website | Yahoo Group | Blog Spot