Skip to main content
New Participant
November 24, 2016
Question

embedded flash movie doesn't play in html

  • November 24, 2016
  • 1 reply
  • 295 views

Created small flash CS4 website with 4 buttons.

when I test movie in flash cs4 (have embedded video in a button page), the embedded video plays in swf, but not in html Chrome, Mozilla, etc.

Can anybody help?

    This topic has been closed for replies.

    1 reply

    kglad
    Community Expert
    November 24, 2016

    post a link to your problematic url.

    New Participant
    November 24, 2016

    The link below will show you the HTML FILE:

    There is an embedded movie in the exhibitions button, but it won't play

    Can you lead me to a link which has the correct HTML code to embed a SWF file.

    Is this code correct?

    Thank you

    <html>

    <body>

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" id="movie_name" align="middle">

        <param name="movie" value="SiteTest4.swf"/>

        <!--[if !IE]>-->

        <object type="application/x-shockwave-flash" data="SiteTest4.swf" width="550" height="400">

            <param name="movie" value="movie_name.swf"/>

        <!--<![endif]-->

            <a href="http://www.adobe.com/go/getflash">

                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>

            </a>

        <!--[if !IE]>-->

        </object>

        <!--<![endif]-->

    </object>

    </body>

    </html>

    http://ericagoodman.tripod.com/movie2.html

    kglad
    Community Expert
    November 24, 2016

    that code is problematic but i do see this at your movie2.html link where a somewhat different embedding code is used: