PDA

View Full Version : Help Html and SWF


-hobbes-
10-27-2004, 04:44 PM
Hei...

well i have a swf that go on the web and load .jpg with a progressbar

If i run the swf i get the result that i want (apears the image and the increasing progressbar).

if i do a file htm and insert only this code:


<body>
<table width="100%" height="100%" border="0" cellpadding="10" cellspacing="0">
<tr>
<td width="1" valign="top">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400">
<param name="movie" value="ControlLoading.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="ControlLoading.swf" width="550" height="400" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</td>
</tr>
</table>
</body>


my swf do something diferent when they load the image the result is a lit of image in all window of my flash and the progressbar doesn't work, and next if i refresh i get my image.

I accept sugestions who is wrong?

CyanBlue
10-27-2004, 06:51 PM
Howdy and Welcome... :)

I have absolutely no idea what you are referring to when you said 'do something different', but this is the HTML table that I have in one of my SWF if it helps...
<TABLE WIDTH="100%" HEIGHT="100%" BORDER="0">
<TR align="center" valign="middle">
<TD>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
WIDTH=570
HEIGHT=500>
<PARAM NAME=movie VALUE="some.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>

<EMBED src="some.swf"
quality=high
bgcolor=#FFFFFF
WIDTH=570
HEIGHT=500
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
</TD>
</TR>
</TABLE>

selena
11-16-2004, 08:21 AM
dl your swi in zip format then someone can give you more help..
Obviously a conflict between swf and preloader. look at your script again!
Flash creates the its own HTML so that would be correct! its the preloader thats at fault - somewhere! look at the script again.