Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

HTML5 integration to Flash for Mobile

New Here ,
Jun 29, 2012 Jun 29, 2012

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?

TOPICS
Flash integration
2.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 30, 2012 Jun 30, 2012
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources