Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
post a link to your problematic url.
Copy link to clipboard
Copied
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>
Copy link to clipboard
Copied
that code is problematic but i do see this at your movie2.html link where a somewhat different embedding code is used:

Get ready! An upgraded Adobe Community experience is coming in January.
Learn more