A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Alternate HTML Content in absence of Flash Player

  1. #1
    Animator
    Join Date
    Jan 2001
    Location
    Dubai
    Posts
    200

    Post Alternate HTML Content in absence of Flash Player

    Hi every one

    Can anyone share the code for displaying the flash content, and display the alternate HTML if flash player is not installed.

    I have tried this code, but that is not giving proper results at all time:

    Code:
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="770" height="276" id="Spotlight_en_gb">
        <param name="movie" value="Main_en_gb.swf" />
        <param name="wmode" value="transparent" />
        <param name="menu" value="false" />
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="Main_en_gb.swf" width="770" height="276">
        <!--<![endif]-->
                    <!--Non Flash Content-->
                    Alternate HTML here.
                    <!--Non Flash Content End-->
                    <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    Any help would be really appreciated,

    Thanks
    Fahad.
    [email protected]
    I won't change directions and i won't change my mind, How much difference does it made?

  2. #2
    Banned
    Join Date
    Jan 2008
    Posts
    11

    Thumbs up

    i usually use:
    PHP Code:
    <noscript>
    This content requires Adobe Flash Player.
    <
    a href="http://www.adobe.com/go/getfashplayer">Get Flash</a>
    </
    noscript

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center