.swf help - Macromedia Dreamweaver

This is a discussion on .swf help - Macromedia Dreamweaver ; We recently took our dressupgames site from old Dreamweaver into new dreamweaver. Today we did an update and uploaded all the new pages and the games (swf files) are gone and we can't get them to work. Help! http:///www.skybreezegames.com...

+ Reply to Thread
Results 1 to 2 of 2

.swf help

  1. Default .swf help

    We recently took our dressupgames site from old Dreamweaver into new
    dreamweaver. Today we did an update and uploaded all the new pages and the
    games (swf files) are gone and we can't get them to work. Help!

    http:///www.skybreezegames.com


  2. Default Re: .swf help

    this:

    <script src="../../../Scripts/AC_RunActiveContent.js"

    on this page:
    http://skybreezegames.com/dress-Up-G...DressUp071.htm

    is the problem.

    the relative path of ../../../Scripts means go UP three folder levels, and
    find the Scripts folder.

    That page is only two folder levels down.

    so- guessing; you've picked the wrong folder level for the local/remote in
    this site definition.

    the local site folder should be the one that contains the "homepage" index
    files.

    the remote folder- if the files need to go into a subdirectory on the host
    such as www or public_html or htdocs for instance- use the "host directory"
    line to put in the name of the subfolder such as public_html

    when done- the "homepage" will be in the top level of the local and remote
    files list.

    then either redo the flash insert, or do a check links and fix the broken
    link references to the Scripts folder.
    then upload the changed pages, AND the Scripts folder that is in the root
    level of the local site folder [it will be in the same folder as the
    "homepage" when correctly defined, and the script would upload to:

    http://skybreezegames.com/Scripts/AC...tiveContent.js


    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.adobe.com/communities/experts/




+ Reply to Thread