Skip to main content
Participant
June 30, 2012
Question

HTML5 integration to Flash for Mobile

  • June 30, 2012
  • 1 reply
  • 2483 views

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?

This topic has been closed for replies.

1 reply

Inspiring
June 30, 2012

Well... given it requires Flash and one of the main smart phone vendors doesn't support Flash on their handsets, I would say - resoundingly - "no, it is not mobile friendly".

--

Adam