Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > HTML and JavaScript

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-27-2004, 04:44 PM   #1
-hobbes-
Registered User
 
Join Date: Oct 2004
Posts: 28
Default Help Html and SWF

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>
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?
-hobbes- is offline   Reply With Quote
Old 10-27-2004, 06:51 PM   #2
CyanBlue
Super Moderator
 
CyanBlue's Avatar
 
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
Default

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...
CyanBlue is offline   Reply With Quote
Old 11-16-2004, 08:21 AM   #3
selena
Registered User
 
Join Date: Sep 2003
Location: here<------->there
Posts: 33
Default

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.
selena is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:11 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.