Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorPeterJ
    • CommentTimeDec 28th 2007
     
    Hello all,
    I´m not a programmer, but I have managed to build my flash site and have used SWFObject to include the SWF file in my index file.
    My problem is that is works locally on my PC. I can run the index file and everything is fine. When I upload the files to the server and activate the index file, I get a blank screen. If I remove the js file, the normal HTLM text will display.
    Any suggestions? I´m pretty sure its not a simple path problem.
    Thanks from Copenhagen
    /Peter
    • CommentAuthorphilip
    • CommentTimeDec 28th 2007
     
    weird.

    we'd have to see a link to make any reasonable guesses...
    • CommentAuthorPeterJ
    • CommentTimeDec 28th 2007
     
    Philip, thanks for your attention.
    The site is www.t-birds.dk
    All you will see is a white screen. But executed locally on the same PC, it works perfect
    Hope you can assist
    /Peter
    • CommentAuthorAran
    • CommentTimeDec 28th 2007
     
    Peter.

    It is 404'ing (not found) on the file:

    http://www.t-birds.dk/television.swf

    Are you sure you have this file in the same location as your HTML file?
    • CommentAuthorphilip
    • CommentTimeDec 28th 2007
     
    aran is right... http://www.t-birds.dk/television.swf is returning a 404 error. your SWF either has a different name, or is in a different location (or both).

    for what it's worth, your SWFObject code is working fine -- a blank Flash Player instance is being embedded in the specified location... it just needs a SWF! :)

    - philip
    • CommentAuthorPeterJ
    • CommentTimeDec 29th 2007
     
    Thanks, its working. Changed "television" to "Television" in my HTML code. It seems to be case sensitive on my web server, while it accepts both characters locally.

    I´m still learning. But www.t-birds.dk is up and running. Now I´m just waiting for google to do the indexing. This will be my final test.

    Thanks again. Happy new year to all from Copehagen

    /Peter