| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Oct 2004
Posts: 28
|
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: 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>
I accept sugestions who is wrong? |
|
|
|
|
|
#2 |
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
|
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... HTML Code:
<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>
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer http://CyanBlue.FlashVacuum.com http://www.FlashVacuum.com http://tutorials.FlashVacuum.com Do NOT PM, Email or Call me... Your question belongs right in this forum...
|
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2003
Location: here<------->there
Posts: 33
|
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. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|