1 Reply Latest reply: Jun 30, 2012 12:10 AM by Adam Cameron. RSS

    HTML5 integration to Flash for Mobile

    remiremi23 Community Member

      Hello i want to know if this following integration is HTML5 and mobile friendly. I want to use the <noscript> tag for screen-readers (like Jazz, made for Accessibility):

       

      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

          codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"

          id="name" width="468" height="60">

          <param name="movie" value="flashfile.swf">

          <param name="quality" value="high">

          <param name="wmode" value="transparent">

          <embed name="name" src="flashfile.swf"

         quality="high" wmode="transparent" width="468" height="60"

          type="application/x-shockwave-flash"

      pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?

      P1_Prod_Version=ShockwaveFlash">

          </embed>

        </object><noscript>

      This application requires flash. Please go to the main website Digital Marketing Agency for the accessibility friendly version or access the following menu

      ...

      html code here

      ...

      </noscript>

       

      Is the following integration still valid?