HELP DREAMWEAVER CS4 NOT SHOWING SWF FILES

I have a presentation in 2 days in Tokyo. And I'm panicking.
I'm on am Intel Mac OS X 10.4.11.
I have the latest version of Flash Player 10 installed. (Not the brand new beta version).
I created a great website in Dreamweaver MX a few years ago.
I never had ANY issues with .swf files displaying until using Dreamweaver CS4.
I updated my photography portfolios in Adobe Bridge, and used Dreamweaver CS4 to link the updates.
NOTHING MORE THAN THAT!
Then, NONE of the .swf files that were always viewable are showing.
There is absolutely NO Flash content showing on any page of the site now.
Not even in browser view in Safari, or Firefox.
I uploaded the files along with the newly created SCRIPTS folder to my server, and still no .swf files are viewable.
These are NOT FLV files they are .swf files that were imbedded properly, and were always viewable. Until now.
I have to go to Tokyo in two days and give a presentation of this site.
What is the problem?
The attached files show the view in Dreamweaver CS4. The view in Safari, and the view in Firefox.
I'm screwed for a desperately needed job in Tokyo if I can't get this fixed ASAP.
Please help.

i think you are on to something here. but i am not sure how to go about fixing this.
are you saying the "../s
should be replaced with "S
where is this code located? in the source code of each page that has the swf files? i should replace it with the correct version you copy and pasted? and that should resolve the problem?
big thanks if this is the issue.
<script src="../scripts/AC_RunActiveContent.js" type="text/javascript"></script>
The correct link to that file would be this -
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
Note the "S" in place of the "s".  *nix servers are case sensitive.

Similar Messages

  • HELP DREAMWEAVER CS4 NOW SHOWS BORDERS AROUND SPACERS

    Really, the more things change, the more they stay the same.
    What the heck is going on with this company?
    Is Abode just trying to do all they can to destroy the once great Macromedia products? Or chase away shareholders?
    I made a HUGE mistake using Dreamweaver CS4, to "upgrade" my personal website, and suddenly my spacers are viewable with gray borders around them. AND all my flash content is no longer viewable.
    Sorry, Adobe I'm busy trying to make a living in a really bad economy, and actually have a personal life.
    I don't want to spend my life trying to figure out your attempts at making new code.
    They make these large sloppy programs, worse and worse and worse with each version release.
    Is there a way to get rid of these horrible looking spacer borders without having to go back to school and REDO my engineering degree?
    Geez!
    I give Adobe an F for effort.

    The apparent spaces with borders are actually missing images which you have not uploaded to the images folder.
    The files
    http://www.stackjones.com/images/blackspacer.jpg
    and
    http://www.stackjones.com/images/white%20spacer.jpg
    do not exist on the server.

  • RoboHelp air help application does not show pdf files

    Hello everyone,
    I hope this is the right place to post my problem.
    I am developing an air help application and I want to embedd some pdf files. I tried two different ways yet:
    1. A direct link to the pdf file (which is located in the project folder)
    2. An iframe
    In the topic preview both ways are working fine. But when I generate the application, it just shows a black page, where the pdf content should be.
    Thanks for your help.
    Holger

    Welcome to the forum.
    It is the right place to ask but it will not be the answer you want.
    Only links to HTML and Microsoft Office files are supported. Although it will not help you short term, the more people who report a bug or request a feature, the more likely it is to be actioned. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    Please take a look at the sticky topic Before You Post as often answers depend on the version of RoboHelp being used.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Dreamweaver CS5 wont loop .swf file???

    Hi there,
    I am having a problem where i am trying to get a swf file to loop. I read on another thread that there is a bug in dreamweaver and although it automatically selects the loop button in the property inspector it does not add the code. But when i correct the code it still doesn't work! here is the code i am using:
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400" id="FlashID" title="openingsequence">
        <param name="movie" value="1.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="6.0.65.0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <param name="LOOP" value="true" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="1.swf" width="550" height="400">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <param name="LOOP" value="true" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    I have also read that it could be because the code for the .fla file has a <stop/> value at the end instead of the code to make it loop. I made the swf file from an mp4 in flash so ive never had the original .fla file. I have tried using a swf decompiler to get the fla file but it doesnt seem to have worked but this is a side issue...
    I really just want to figure out how to get dreamweaver to loop my swf file.
    Can someone please help me, ive spent all day trying to solve this!
    thanks,
    Matt

    Hi
    You wrote -
    I made the swf file from an mp4 in flash so ive never had the original
    .fla file. I have tried using a swf decompiler to get the fla file but
    it doesnt seem to have worked but this is a side issue...
    First welcome to the forum.
    Unfortunately without being able to edit the stop() function out of the fla file, your swf will not loop.
    You could use the html5 video element for your mp4 and if you have the original video file convert it to other formats for use in the html5 video, and then use the swf file as the fall back, this would allow your video to loop in those browsers that support this.
    There are also 3rd party players available that will allow the swf to loop without editing but these will only work on windows.
    PZ

  • Will someone help me open a cisco swf file

    I am trying to open a cisco swf file on my xp computer.I initially downloaded "IrFanView" which was a program internet explorer told me to download so I could open it. I downloaded the aforementioned program and when I try to open the file I get on the bottom of screen "unidentified error" then a popup box that sais "Internet Explorer can't open this file". Then I try to open it with Google Chrome and I don't get the popup but still the "unidentified error" at the bottom of the screen. I have heard that adobe flash will open it but here is the tricky part. In my add/remove programs it shows I have adobe flash 11 active x. However, when I right click on the file and click on "open with" the only adobe product that shows is Adobe Reader.I'm thinking if I could get the path to adobe flash then I might have the answer. Is my thinking along the right path or not. Lastly, can someone help me find the path to adobe flash 11 or help me to open this swf file.

    Ned,
    I tried opening it via Internet Explorer and got this error message:
    Invalid character
    index.js       Line: 1
    Invalid Character
    swfobject.js  Line:1
    Object expected
    index.html    Line:18
    'SWFObject' is undefined
    index.html
    code:0
    URI: file:///C:CISCO_CCNA/Exploration1_English/theme/index.html      Line: 51
                                                                                                          Char:1
    What does all of that above mean?

  • HT203433 I am having trouble moving my music to my new computer. I have enable homeshare. it does not show any files in my homeshare. How do i get them out of the normal files into home share

    I am having trouble moving my music to my new computer. I have enable homeshare. it does not show any files in my homeshare. How do i get them out of the normal files into home share

    Welcome to the Apple Community.
    The following article(s) may help you.
    Moving your iTunes library to a new computer

  • Configure XQuery Transformation dialog does not show mfl file

    I have created a valid mfl file. I would like to use this file as an input type.
    I have copied the file into the schema directory, however the Configure XQuery
    Transformation dialog does not show the file.
    All help highly appreciated.
    Regards
    Doshi

    Hi ..
    Might be corrupted Finder preferences.
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Preferences/com.apple.finder.plist
    Click Go then move the com.apple.finder.plist file to the Trash.
    Restart your Mac.

  • Not Showing: PDF file

    I tried to download a PDF file and iI got this message:
    "If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.
    You can upgrade to thelatest version of Adeobe Reader for Windows, Mac or Linux by visiting http://www.adobe.com/products/acrobat/readstep2.html."
    I downloaded the file and did the upgrade but Im still not showing the file. What did i miss? Help! thanks

    This sounds you are not viewing the PDF in a browser that uses its own PDF viewer instead of Adobe Reader (Firefox or Chrome).

  • Photoshop CC2014 running under window 8.1.  How do I access mini bridge.  It does not show under FILE or WINDOW-EXTENSIONS.  Works ok with CS6

    Photoshop CC2014 running under window 8.1.  How do I access mini bridge.  It does not show under FILE or WINDOW-EXTENSIONS.  Works ok with CS6

    Photoshop: Spring Cleaning | PHOTOSHOP.COM BLOG

  • Open/Save Dialog does not show new files?

    Say you are working on a logic file in a folder and you have
    a few audio and movie files in that folder, and you launch
    Logic and via the open/save dialog window you add a few
    files to your song and in that dialog window you can see
    all the files in that folder.
    Then, in the Finder you add a few more files and movies to
    that folder and again use the open/save dialog window to
    add more files BUT the new files you added since launching
    logic are NOT SHOWN in the dialog window ! ?
    What's the deal with that?
    Every other app can show files added since the launch of the
    application, why not Logic?
    PowerBook G4 1GHz   Mac OS X (10.3.9)  

    project manager
    um, yeah.
    Should not need the project manager simply to see new files added to a directory in a Open/Save dialog window since last opening the app.
    I did a scan, a extended scan, opened all the little turn down arrows of the
    full path to the directory I knew there to be the new files and yes, Logic
    shows them there in the "Project manager".
    BUT Logic still does not show the files in the Open/Save dialog windows.
    This is strange because even simple app like TextEdit can show
    new files in it's Open/Save dialog function windows without the need of
    a project manager.
    I have to quit and re-launch each time to see any new files?

  • CS3: Bridge does not show dng-files

    First it started to refuses to show NEF files, and now, it will not show dng files - or at least some of my dng files.
    What the H.... is wrong with this crap?

    But I do not understand, why Bridge suddenly cannot see them - when it could a couple of days ago
    CS3 is known for being the worst version of Bridge with very strange behavior. Might be preferences or cache related or some other strange reason. Fact is that using old software for new digital cameras has the only advantage as being cheap. You do miss a lot of functions, options and especially quality for developing your Raw files. CS6 has a complete new Raw process version called 2012. And since you use CS3 you still will be at process 2003 and already missed process version 2010.
    So you seriously should consider buying CS6 ( you missed the option for an upgrade since this was shut down per december last year due to new upgrade policy) if you want to get the most out of your expensive new dSLR

  • Dreamweaver CS4 not working under MacOS 10.9

    on starting DW CS4 it asks for Java Runtime engine 6, but Mavericks has Java v.7 installed. Since Java 6 was part of the OS of previous systems, I cannot install it seperately, besides it would probably cause conflicts with OS 10.9. Do I have to trash my DW, or is there a workaround.
    Thanx

    If I follow click the instal button on
    I get the progress bar for about 1 sec and then the message about a supposed
    network problem
    which is unreal, since my network works perfectly for any other task and I
    had even tried disabling the firewall and little snitch. Things are still
    not working
    Von:  Jon Fritz II <[email protected]>
    Antworten an:  <[email protected]>
    Datum:  Montag, 25. November 2013 18:34
    An:  RoWo <[email protected]>
    Betreff:  Dreamweaver CS4 not working under
    MacOS 10.9
    Re: Dreamweaver CS4 not working under MacOS 10.9
    created by Jon Fritz II <http://forums.adobe.com/people/JonFritzII>  in
    Dreamweaver support forum - View the full discussion
    <http://forums.adobe.com/message/5872889#5872889>
    This has been discussed a lot here, you need to install Java 6.
    http://helpx.adobe.com/dreamweaver/kb/dreamweaver-java-se-6-runtime.ht ml
    <http://helpx.adobe.com/dreamweaver/kb/dreamweaver-java-se-6-runtime.html>
    Please note that the Adobe Forums do not accept email attachments. If you
    want to embed a screen image in your message please visit the thread in the
    forum to embed the image at http://forums.adobe.com/message/5872889#5872889
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either reply
    to this email or visit the message page:
    http://forums.adobe.com/message/5872889#5872889 To unsubscribe from this
    thread, please visit the message page at
    http://forums.adobe.com/message/5872889#5872889. In the Actions box on the
    right, click the Stop Email Notifications link.  Start a new discussion in
    Dreamweaver support forum at Adobe Community
    <http://forums.adobe.com/choose-container!input.jspa?contentType=1&container
    Type=14&container=2240>  For more information about maintaining your forum
    email notifications please go to
    http://forums.adobe.com/thread/416458?tstart=0.

  • External WD Hard Drive Not Showing In File Explorer

    My External WD ( 500GB My Passport) Hard drive Is Not showing In File Explorer...I Have Tried Re-installing It But Nothing Worked....Any Idea About Solving This Problem Without Losing Any Data ?

    My External WD ( 500GB My Passport) Hard drive Is Not showing In File Explorer...I Have Tried Re-installing It But Nothing Worked....Any Idea About Solving This Problem Without Losing Any Data ?
    a lot of these USB disks are garbage. Remove the hard disk from the case and connect it to an available desktop which will be able to read the disk.
    the cheap usb controllers are often the cause of the problem
    Corsair Carbide 300R with window
    Corsair TX850V2 70A@12V
    Asus M5A99FX PRO R2.0 CFX/SLI
    AMD Phenom II 965 C3 Black Edition @ 4.0 GHz
    G.SKILL RipjawsX DDR3-2133 8 GB
    EVGA GTX 6600 Ti FTW Signature 2(Gk104 Kepler)
    Asus PA238QR IPS LED HDMI DP 1080p
    ST2000DM001 & Windows 8.1 Enterprise x64
    Microsoft Wireless Desktop 2000
    Wacom Bamboo CHT470M
    Place your rig specifics into your signature like I have, makes it 100x easier to understand!
    Hardcore Games Legendary is the Only Way to Play!

  • Finder is not showing correct file in cover flow mode. The files shown in the top panel are one file off.

    finder is not showing correct file in cover flow mode. The files shown in the top panel are one file off.

    This problem occurs after I move a file or files to trash. If I remove one file, then the sequence is one file off, if I move two files to trash then the sequence istwo file off. For example, if I delete file 1 and highlight (click on) file 3, then the cover flow panel shows file 2, when it should show file 3.

  • My windows 7 machine does not recognise .swf files. I have down loaded the flash player but I think.

    My windows 7 machine does not recognise .swf files. I have down loaded the flash player but I think but it is linked as a plug in with chrome and IE.  How can I get my windows to recognise the .swf files to play them.

    The downloaded file is the projector, not an installer; you need to make the file association manually:
    move the downloaded exe file to a location you can remember, e.g. C:\Windows\SysWOW64\Macromed\Flash
    right-click on a swf file and select Open with > Choose default program
    navigate to the folder you saved the player and select flashplayer_13_sa.exe

Maybe you are looking for

  • New Airport gigabit n constantly crashing!

    Hello, My brand new Airport Gigabit Ethernet 11n router is CONSTANTLY (sometimes within 10min, sometimes it takes a few hours) crashing. It doesn't seem to have any real pattern to it either, sometimes when I get home and nothing was using the intern

  • Multi Language pack Support

    Hi All, I have an application that displays some information in various languages (according to the language selected), i.e english, french, german etc. Say I select english, the application will display "Hello World" in English language and so on fo

  • Keynote - updated 6.2.2

    Hello I am having a nightmare with Apple. I have been clicking on it's 'community support' page, which gives you a message without any details that says 'are you back with the same problem'. It doesn't matter whether you click yes or no (or can't rem

  • Userscripts in Safari?

    I've been playing around with Safari lately, and the only thing that is preventing me from using it as my main browser is simply userscripts. I've got a dozen or so of them, but it seems Safari doesn't support userscripts at all. Is this true, or am

  • Best DSLR with Sony EX-1 and FCS

    Looking to invest in a DSLR to use as a "B" camera for interviews and was wondering which model from Canon, Nikon or Sony would work best with our SONY EX-1. Price around $2000- $3000. Obviously, I don't want it to match perfectly just something that