Results 1 to 3 of 3

Thread: swf file not showing up on page?

  1. #1

    swf file not showing up on page?

    I am sure this is something simple I overlooked, but I have a small flash gallery inserted in a page but it is not showing up. The flash gallery is here and I inserted it into dreamweaver by going to insert>media>flash.

    Anyone who can help?

    Thanks!

  2. #2
    Programming Ninja mkeefe's Avatar
    Join Date
    Feb 2003
    Location
    Boston
    Posts
    7,794
    Your website needs to load the Javascript file to view the Flash (SWF). In your source code I see this:

    Code:
    <script src="DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js" type="text/javascript"></script>
    You need to change that path to the location of the .js file.

    Hope that helps.

    Matt

  3. #3
    Perfect -- thank you!

Posting Permissions

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