A Flash Developer Resource Site

Results 1 to 16 of 16

Thread: swf not showing up

  1. #1
    Member
    Join Date
    Dec 2003
    Location
    Colorado
    Posts
    94

    swf not showing up

    I have a flash banner that is about 42 kb. It seems that it is too large to load, maybe I'm wrong. It has only worked on the my computer. I checked all the sources, they're good to go.

    The .fla is attached, and the contents of the page can be found at http://free.hostultra.com/~FaithOmit.../filename.html . I have tried making a simple preloader, but that didn't work either. Can someone help me make this .swf viewable?
    Attached Files Attached Files
    When it comes to believing in god, I relaly tried
    -George Carlin
    I guess heartbreak's a fire, and I got burned
    -Home Grown

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Unexpected file format! Can't open your .fla.
    You'd have a better chance of getting an answer if your .fla was in a MX only format.

    You would have to save a copy of your MX2004 .fla, (using Save as...) and changing the Document type to MX only in the Save as... window.

  3. #3
    Flashkit Veteran joejoe2288's Avatar
    Join Date
    Apr 2004
    Location
    Hickville, Oregon
    Posts
    2,554
    Well, did you only upload the html page and no swf, if so you need the swf on there too
    So tired of all the fighting....

    http://joejoe2288.kawanda.net

  4. #4
    Member
    Join Date
    Dec 2003
    Location
    Colorado
    Posts
    94
    no I uploaded the swf, and embedded it into the html page, so everything's there...and for oldnewbie, I re-published it in flash 6.
    Attached Files Attached Files
    When it comes to believing in god, I relaly tried
    -George Carlin
    I guess heartbreak's a fire, and I got burned
    -Home Grown

  5. #5
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    No you didn't... Or you're on Mac, and .fla as to be zipped up so PC users can open it.

  6. #6
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Oh! And just checked the source on your link, and you don't have an object tag, only an embed tag... That might be the problem! You need both!

  7. #7
    Member
    Join Date
    Dec 2003
    Location
    Colorado
    Posts
    94
    haha...I published it in flash 6, but forgot to save it in mx...sorry about that. This should work.
    Attached Files Attached Files
    When it comes to believing in god, I relaly tried
    -George Carlin
    I guess heartbreak's a fire, and I got burned
    -Home Grown

  8. #8
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Well I'd check that missing object tag bit!

  9. #9
    Member
    Join Date
    Dec 2003
    Location
    Colorado
    Posts
    94
    wait what?
    When it comes to believing in god, I relaly tried
    -George Carlin
    I guess heartbreak's a fire, and I got burned
    -Home Grown

  10. #10
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397

  11. #11
    Member
    Join Date
    Dec 2003
    Location
    Colorado
    Posts
    94
    Well I created this page primarily using GoLive, so it wasn't that. Just to make sure, I went back using the <object> tag. It still doesn't work.
    When it comes to believing in god, I relaly tried
    -George Carlin
    I guess heartbreak's a fire, and I got burned
    -Home Grown

  12. #12
    Living Proof mave_the_rave's Avatar
    Join Date
    May 2002
    Location
    East Dulwich
    Posts
    1,006
    this is the code you need to embed your SWF file

    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="880" HEIGHT="600" id="stage" ALIGN="">
    <PARAM NAME=movie VALUE="YOUR.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#333333>
    <EMBED src="YOUR.swf" quality=high bgcolor=#333333 WIDTH="880" HEIGHT="600" NAME="" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT>
    If someone tells you it can't be done,
    it's probally because they don't know how.

  13. #13
    Living Proof mave_the_rave's Avatar
    Join Date
    May 2002
    Location
    East Dulwich
    Posts
    1,006
    This is the complete code to embed your .SWF

    code:


    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="880" HEIGHT="600" id="stage" ALIGN="">
    <PARAM NAME=movie VALUE="YOUR.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#333333>
    <EMBED src="YOUR.swf" quality=high bgcolor=#333333 WIDTH="880" HEIGHT="600" NAME="" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT>

    Last edited by mave_the_rave; 10-11-2004 at 10:23 AM.
    If someone tells you it can't be done,
    it's probally because they don't know how.

  14. #14
    Member
    Join Date
    Dec 2003
    Location
    Colorado
    Posts
    94
    I know. I put that same code twice. It still doesn't work.
    When it comes to believing in god, I relaly tried
    -George Carlin
    I guess heartbreak's a fire, and I got burned
    -Home Grown

  15. #15
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    What are you talking about? I see that banner on the link you have in your first post.

  16. #16
    Member
    Join Date
    Dec 2003
    Location
    Colorado
    Posts
    94
    Well God certainly took a steaming **** on my face cause it works on one instance of the page but not another...I think I have what I need, I'll continue tinkering. Thank you.
    When it comes to believing in god, I relaly tried
    -George Carlin
    I guess heartbreak's a fire, and I got burned
    -Home Grown

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