Flash plugin install
-
In my project , For Lower version ie, its not support canvas object so we are using flash canvas separate plugin . its given canvas object for lower version of ie so flash installation is necessary for that. Our problem is how find out flash plugin already installed or nor . if not installed how can installed with in our page. Help me... Thanks...
-
In my project , For Lower version ie, its not support canvas object so we are using flash canvas separate plugin . its given canvas object for lower version of ie so flash installation is necessary for that. Our problem is how find out flash plugin already installed or nor . if not installed how can installed with in our page. Help me... Thanks...
I don't know I am right or not but when you add flash plugin by tag then you can provide installation link when you don't find plugin. It will detect if plugin install or not and if not installed it will show the link where to install it. I might be wrong but you should search on that may be it help you.
Viral My Blog Save Our Tigers
-
In my project , For Lower version ie, its not support canvas object so we are using flash canvas separate plugin . its given canvas object for lower version of ie so flash installation is necessary for that. Our problem is how find out flash plugin already installed or nor . if not installed how can installed with in our page. Help me... Thanks...
Hi, Example for Flash in use of video .... I code for Internet Explorer only HTML-tag . For Opera and Co.: Dynamically create flash with no problems. test-flash-file must exist for create OBJECT dynamically f.e. check out Shockwave-plugin. Better: User HTML-5-Video like WebM from Google or Quicktime with HTML. script tested in IE 8: dynamically create not possible // +++++ check document.body if(X00){X00=(document.body!=null);} if(X00) { // +++++ IE create errror during build OBCECT object // in use if createElement() and .innerHTML and normalize() too // // X02=document.createElement('OBJECT'); // X00=(X02!=null); // // if(X00) // { // var X03=document.body.appendChild(X02); // X00=(X03!=null); // } // // if(X00) // { // var X04=document.createElement('PARAM'); // X00=(X04!=null); // } // // if(X00) // { // var X05=X03.appendChild(X04); // X00=(X05!=null); // } // // if(X00) // { // X05.name="movie"; // X05.value="path" + "your_flash_file.swf"; // it must exists (blanc video) // // X03.style.visibility='hidden'; // // try // {X03.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"; // 20100928 http://kb2.adobe.com/cps/415/tn\_4150.html // // X00=(X03.classid!=''); // // X00=document.body.removeChild(X03); // } // catch(e){X00=false;} // } //} If you want, for Flash in IE and Opera and Co. see my webpage www.twseiten.com