HTML
JavaScript
Windows
Linux
Java
MySql
Home
»
questions
»
What is the active X problem faced by microsoft?
What is the active X problem faced by microsoft?
3
2006-08-02 04:27:20, Category: Programming & Design
There is a box overlapping any embeded object in IE. Why this happens and how to solve this out.
Answers
Mike
On 2006-08-02 04:31:59
go to microsoft.com and download the latest
ravi g
On 2006-08-02 04:32:18
EOLAS Problem The Eolas Problem also known as, the grey box of death has become wide spread. Everyone has to change their content from an
tag to a JavaScript solution to overcome this. Problem: The problem is that IE is no longer allowed to automatically display content coming from an external plug-in. So in order to see or interact with some content (including Flash), the user will have to actually click on the content to activate the plug-in. Cause for the Problem: Security update 912812, Published: April 11, 2006 (Microsoft Security Bulletin MS06-013) may prevent a VBScript script from controlling the visibility of the ActiveX controls. For example, if the ActiveX control was originally hidden by using the visibility: hidden DHTML element attribute, and then later the attribute property is set to visibility: visible by a script, the ActiveX control does not display. The above mentioned security update is installed automatically by means of automatic update process of Microsoft Windows. The update file can be found in the “add or remove programs†window which is located in the control panel of Microsoft Windows. Click the start button located in the task bar and then click the control panel button in the start menu. This will open the windows control panel. Now double click on the add or remove programs icon to open the add or remove programs window. Now the show updates located on top of the window should clicked on in order to view all the updates. All security updates can be found under Windows XP - software updates. And the file would be named as Security Update for Windows XP (KB912812). Solution: There are two methods two overcome the EOLAS issue. 1.One is by means of adding a JavaScript file (swfobject.js) and by editing the HTML code of your web page. SWFObject is a small JavaScript file used for embedding Macromedia Flash content. The script can detect the Flash plug-in in all major web browsers (on Mac and PC) and is designed to make embedding Flash movies as easy as possible. It is also very search engine friendly, degrades gracefully, can be used in valid HTML and XHTML 1.0 documents, and is forward compatible, so it should work for years to come. Here is an example showing the minimum amount of code needed to embed a Flash movie:
This text is replaced by the Flash movie.
Source: - http://blog.deconcept.com/swfobject/ Link for download: - http://blog.deconcept.com/swfobject/swfobject1-4.zip Then the html file should contain the following codes: -
Movie
You need to upgrade your Flash Player
This is replaced by the Flash content. Place your alternate content here and users without the Flash plugin or with Javascript turned off will see this. Content here allows you to leave out
noscript
tags. Include a link to
bypass the detection
if you wish.
Answers
Mike
On 2006-08-02 04:31:59
ravi g
On 2006-08-02 04:32:18