A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Can't get banner to load

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Location
    Washington State
    Posts
    3

    Can't get banner to load

    Hello,

    I've have a small banner that I made long ago in Flash 4 and would like to upload it to show someone. The code I used before when I had it on a page doesn't seem to be working now. The banner doesn't load. I have the index.html and the drive-drunk.swf in the same folder (FLASH-DD)

    If I use a URL with just the flash banner as the end of the addess I can view it online with the Flash 7 viewer: http://www.eburg.com/~zobrist/FLASH-DD/drive-drunk.swf
    It is oversized without the code to size it. But when I use the code:
    http://www.eburg.com/~zobrist/FLASH-DD/index.html
    I get a blank spot.

    This is the short code.
    <!....<HTML>
    <BODY BGCOLOR="#000022">
    <FONT COLOR="#FF0000">
    <BR>
    <BR>
    <BR>
    <center><B>
    Just add some text & link that would show who put it up.<BR>
    <BR>
    <BR>

    <OBJECT
    CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    WIDTH="468" HEIGHT="60" border="0" vspace="0" hspace="center"
    CODEBASE="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0">

    <PARAM NAME="MOVIE" VALUE="FLASH-DD/drive-drunk.swf">
    <PARAM NAME="PLAY" VALUE="true">
    <PARAM NAME="LOOP" VALUE="true">
    <PARAM NAME="QUALITY" VALUE="high">

    <EMBED SRC="FLASH-DD/drive-drunk.swf"
    WIDTH="468" HEIGHT="60"
    PLAY="true" LOOP="false" QUALITY="high"
    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?
    P1_Prod_Version=ShockwaveFlash">
    </EMBED>
    </OBJECT>
    </center>
    </BODY>
    </HTML>.....>


    Can anyone tell me what I need to do?

    Thanks for your help.

    Mary Anne

  2. #2
    prince of plasma
    Join Date
    Nov 2003
    Location
    Mexico
    Posts
    103
    I am not really an expert, that is why when i want to include an swf on a flash file i do it in dreamweaver or any other visual html editor with declared flash compatibility.

    the other option is publish your movie on html from flash and then edit the rest of the html from that source page..

    not too good but i hope it helped.

  3. #3
    Junior Member
    Join Date
    Jun 2004
    Location
    Washington State
    Posts
    3
    I don't use an html editor but write all my code from scratch. Someone gave me Dreamweaver but I couldn't get used to it so went back to the hard way.

    I haven't been on these boards for years so am not familiar with what you say about publishing from "flash"? Is there a place on this site to do that, where they check/correct the code or something? I could then do as you say and just cut and paste their code out of the source view in notepad.

    Thanks for answering. I quit doing Flash because I didn't have enough time to devote to it so I am way way behind now. Several versions behind even...lol

    Mary anne

  4. #4
    prince of plasma
    Join Date
    Nov 2003
    Location
    Mexico
    Posts
    103
    to publish from flash just click on file>publish settings and check both the html and the swf boxes, then go to file>publish and on the directory where you keep the fla there will be both the swf and the html file, from there just edit that file with your notepad.

  5. #5
    Junior Member
    Join Date
    Jun 2004
    Location
    Washington State
    Posts
    3
    I posted a final reply yesterday but it didn't make it I guess.

    Thanks for the help because I had not even opened my Flash program in years and didn't remember how to do the html/publish thing. So now I have the code and it's right. Still didn't work though.

    I had made a mistake in the url by putting "index.html" in the address. If I just put everything else before that in the address bar, the page opens and plays the movie...go figure?

    This is enough: http://www.eburg.com/~zobrist/FLASH-DD/ but I was adding "index.html" to the end of this address and for some reason that made it not work. Same thing happened on Tripod.com where they "give" you your url so I had trouble finding the error. I'm just using my local server now.


    Mary Anne

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center