frozenpeas
Technical User
I am using DWMX and FMX Here is my HTML code:
but the swf just sits on the first frame, and doesn't execute any AS that is on that frame.
Sometimes within DW, the swf will preview (with the play button in the Properties panel) and sometimes it will not. When it doesn't, browsing to the file and selecting it again allows me to play it.
Some weird stuff that I really need to sort out.
Any ideas? Thanks.
frozenpeas
Code:
<tr>
<td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"[/URL] width="780" height="410">
<param name="movie" value="swf/shell.swf">
<param name="quality" value="high">
<embed src="swf/shell.swf" quality="high" pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] type="application/x-shockwave-flash" width="780" height="410"></embed></object></td>
</tr>
but the swf just sits on the first frame, and doesn't execute any AS that is on that frame.
Sometimes within DW, the swf will preview (with the play button in the Properties panel) and sometimes it will not. When it doesn't, browsing to the file and selecting it again allows me to play it.
Some weird stuff that I really need to sort out.
Any ideas? Thanks.
frozenpeas