Click to See Complete Forum and Search --> : Ie Object................!!!!!!!!!!!!


logesh
09-17-2003, 03:10 AM
Hi,

Could anyone know how to find IEObject Using Javascript?

there are few example only in VBSCRIPT

note: pls provide me with an example. treat this as urgent!!!

Thanks in advance

Fang
09-17-2003, 04:33 AM
Could you be more specific, code snippet, page link?

Gollum
09-17-2003, 04:43 AM
I'm not sure, I'm not familiar with VBScript but after a trawl through the net I think the nearest approximation to the IEObject in Javascript is the window object.

Could you post one of the examples that shows how it is used?

logesh
09-18-2003, 05:54 AM
<object id="some.exe" height="472" width="488"
classid="http://www.google.com">
</object>

the above is an eg. .. it doesn;t work..
can u work around with this and tell me is there any way to find the IE object.
to be more precise.

if u have a flash file .swf and if ur machine doesn;t support it will go to macromedia site and down the shockwave flash object and the flash file will run,. i hope this will some sort of understanding about the class id etc.. and object id..

thanks in advance

Fang
09-18-2003, 08:39 AM
If you mean does the browser support Flash, then maybe this thread (http://forums.webdeveloper.com/showthread.php?s=&threadid=13399&highlight=flash+support) will help

pyro
09-18-2003, 09:32 AM
You will have to use VBScript to detect the flash player in IE, as it leaves the mimeTypes and plugins arrays empty.