A Flash Developer Resource Site

Page 1 of 2 12 LastLast
Results 1 to 20 of 26

Thread: Can't view any of my web pages

  1. #1

    Can't view any of my web pages

    I am having trouble with my site. After I uploaded pages when I click on the link I would get a message asking me if I wanted to download the swf file. After unsuccessfully trying to view my pages I upgraded my Koolmoves to latest version thinking maybe there was some bugs that I needed to fix. This has not worked so far. Now when I view my pages everything is blank.

    Here is an example www.ividpro.com/home1

    I don't know what is causing this. Maybe it's IE, but I'm not sure. Here also my fun file of my home page. Any help would be appreciated.
    Attached Files Attached Files

  2. #2
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    When you added to your html page, you buggered the embed code. Your swf works on direct hit:
    http://www.ividpro.com/home1.swf

    So it's the html page it resides in that is the issue. It has nothing to do with your fun file. Let Koolmoves export the SWf and Html...do not add anything to it and test...you will see it works. When you added other things...something happened to this html running now.

    I also notice some of your buttons are calling pages that do not end with the correct extension (or one that would be expected like .htm, .html, .php) but rather most seem to call pages without any extension (portfolio in this example):

    http://www.ividpro.com/portfolio

    which should be coded on the menu button as loading a target with full extension like:

    http://www.ividpro.com/portfolio.htm
    http://www.ividpro.com/portfolio.html

    or similar.

  3. #3
    So what do I need to do? Reupload or what? Thanks for the quick response!

  4. #4
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    Open you rmovie with Koolmoves ...use the Export with Swf and Html option. Upload that page and test. Do not add anything...just use the native to test. You'll see it works. It has to because as you see it's not the swf (direct hit link I posted proves it).

  5. #5
    Alright cool! I'll check this out and see what happens! Thanks for your help again!

  6. #6
    Hey Chris go to my home page now! I still can't view it

    www.ividpro.com

    Let me know if you see it! It shows up blank for me!

  7. #7
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    my direct hit above used "home1.swf". That movie I know is running.

    Your html page is calling "ividpro.swf". Do me a favor...carefully change all calls for that file with "home1.swf" and try.

  8. #8
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    This is common. Here is a tip for what it is worth.

    If the movie you are building is a main page...not a subsection of a page....it's helpful to build it on your hard drive in it's own folder naming it "index.fun". This way when you export SWF and Html, it automatically makes the html named "index.html" and "index.swf" that is called up. Almost all browsers when they enter a directory path without a file specified

    http://www.somepath/somsubdir/


    it will default to look for a file named "index.html" so your page is always gauranteed to load no matter what. As it is now...you are building with one name and exporting it with another (and if you create the html it adds to the mixup) and the mismatch won't fly

  9. #9
    Ok done! But I still can't the home page to show!

  10. #10
    My last reply was after your previous! But I'm going to try that! I know it's some type of mix up so I got to figure it out!

  11. #11
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    This is at the bottom of your html page (view source). This is either being added by you (a counter or similar) or is being forced on you by your host.


    Code:
    <!-- text below generated by server. PLEASE REMOVE --><!-- Counter/Statistics data collection code --><script language="JavaScript" src="http://hostingprod.com/js_source/geov2.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?us1159050632" alt="setstats" border="0" width="1" height="1"></noscript>
    <IMG SRC="http://geo.yahoo.com/serv?s=76001524&t=1159050632" ALT=1 WIDTH=1 HEIGHT=1>
    This...my friend is your problem because this:

    http://www.ividpro.com/home1.swf

    ......what you created with Koolmoves...works peachy

  12. #12
    how can I get rid of this?

  13. #13
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    Who is your host? How is that added. Koolmoves did not write it when you chose "Export as SWF and Html". It's added either by you or by force....which is it?

  14. #14
    That web bloke Stoke Laurie's Avatar
    Join Date
    Jan 2006
    Location
    England
    Posts
    869
    Have you uploaded the javascript file that Koolmoves creates to your server?
    needs to be in same folder as html and swf
    AC_RunActiveContent.js

  15. #15
    Chris - my host is yahoo!

    Stoke - yes I uploaded in the same folder along with the swf file. I have had no problems in the past!

    I have had no problem in the past uploading files to my site! I have been doing koolmoves for a year now, So I don't know how this has happened!

    I did changed all my links so that they actually go to a html page. So I'm still troubleshooting!

  16. #16
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    Then yahoo is appending your pages. It's forced. It may also be something you can turn on/off. Does yahoo provide a control panel for people that serve pages? Is it an option in that control panel (a counter)? Lot's of questions.

  17. #17
    That web bloke Stoke Laurie's Avatar
    Join Date
    Jan 2006
    Location
    England
    Posts
    869
    Ok, have you any other items that are running on this particular server?

  18. #18
    On my home page. I a message down at the bottom left corner of the screen that is saying

    Done but with errors; The details of the error read like this

    Line:11
    Char: 1
    Error: Object expected
    Code: 0
    URL: http://www.ividpro.com

  19. #19
    What's crazy is that I can view the swf file but not the html file.

  20. #20
    OK Cris and Stoke I think I got it figured out. When I was uploading my files I just noticed this file AC_RunActiveContent. I uploaded this in the same list as my files and it seems to be running. What is this file?

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