-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?
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?