Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. JavaScript
  4. Flash plugin install

Flash plugin install

Scheduled Pinned Locked Moved JavaScript
helpadobeannouncement
3 Posts 3 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    anishkannan
    wrote on last edited by
    #1

    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...

    V T 2 Replies Last reply
    0
    • A anishkannan

      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...

      V Offline
      V Offline
      Viral Upadhyay
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • A anishkannan

        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...

        T Offline
        T Offline
        twseitex
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups