Embedded swf won't appear when published to website

Looking for help, hoping someone knows this problem.
I recently updated a webpage with new flash files in Dreamweaver CS3 and usually it goes smooth, however this update ,when uploaded,the .swf files don't appear at all. The files are in the public folder and should be visible.
I have attached the webpage. The code shows their is a flash file below the writing, but does not show
http://www.mooreandassociatesinc.com/realestate.htm
please help!

Most likely missing some files.. probably the .js file used for Flash detection
../Scripts/AC_RunActiveContent.js
most likely pathed wrong.... since it doesn't work.
But really, NONE of that AC_Run cra# is needed to display Flash!
Try this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>mp3_test</title>
</head>
<body>
<div id="my_swf">
<object data="13_30_16_W3rd_acreage.swf" type="application/x-shockwave-flash" width="760" height="150">
   <param name="movie" value="13_30_16_W3rd_acreage.swf">  
</object>
</div>
</body>
</html>
That's the entire Web page .... and the only code needed to display that .swf on a Web page. Of course once you get it to display correctly, then you can add it to your full Web page.
Best wishes,
Adninjstrator

Similar Messages

  • .swf won't play when published, but will in DW

    I had posted this a few days ago, any help would be greatful, thanks so much.
    first off, I have looked just  about everywhere else to find this problem and no other solutions have  worked yet.
    here's  the problem
    I have 4 pages
    3 are made from templates and  one isn't
    on the template ones, I have a .swf and when I publish  it, it plays.
    on the non-template homepage, I have a .swf file and  when it is published, it doesn't load at all.
    I have tried many things.
    -  build a new .swf and place it in there
    - rebuild the homepage
    -  make the homepage into a template and then put the flash in
    - and  probably some other things
    the file name is correct, the source name is  correct ( /folder_name/file_name.fla)
    it is correctly in  dreamweaver and when I preview everything works.
    any help  would be greatly appreciated...I really don't want to start over from  the beginning just to see if it works.
    http://gpretak.web.officelive.com
    thanks so much,
    Greg

    Hi
    All your file references are to your local hard drive, change these to reflect your site structure.
    <link href="file:///C|/Documents and Settings/Pretak/Desktop/ron art/site_layout.css" rel="stylesheet" type="text/css">
    <link href="file:///C|/Documents and Settings/Pretak/Desktop/ron art/site_layout_mainpage.css" rel="stylesheet" type="text/css">
    <script src="file:///C|/Documents and Settings/Pretak/Desktop/ron art/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    PZ
    www.pziecina.com

  • The navigation menu does not appear when published to folder and my 12 photos are not on the site either

    The navigation menu does not appear when published to a file.  My 12 photos are also absent as well, just as if they wernt added.
    I have tried rebuilding the site but the same problem appears.  Everything else seems perfect up to tha publidhed file.
    Has anyone had the same problem,
    John
    Message was edited by: BOURBAH

    Have you tried: Trouble installing iTunes or QuickTime for Windows or iTunes for Windows Vista or Windows 7: Troubleshooting ...

  • The navigation menu does not appear when published to folder and my 12 photos arenot on the site eitherr

    The navigation menu does not appear when published to a file.  My 12 photos are also absent as well, just as if they wernt added.
    I have tried rebuilding the site but the same problem appears.  Everything else seems perfect up to tha publidhed file.
    Has anyone had the same problem,
    John

    Have you tried: Trouble installing iTunes or QuickTime for Windows or iTunes for Windows Vista or Windows 7: Troubleshooting ...

  • I have an app that I started to download. It is stuck in "downloading" and I cannot get it off my iPad. The "x" won't appear when I hold down on the app icon.

    I have an app that I started to download. It is stuck in "downloading" and I cannot get it off my iPad. The "x" won't appear when I hold down on the app icon.

    Boot off your iPad and turn it back on.  Hold the button on the top until the "slide to power off" shows up. When you boot back up it will be gone and then you can re-install the app.

  • Macbook pro.minimize button is inactive. Finder menu bar and dock won't appear when firefox is open. not occuring with safari. have to click on desktop to get Finder menu bar and dock to reappear. think happens after update of something. How do I fix it?

    When i open firefox it opens up full screen (as it always has) but now the minimize button is grey (not yellow) and inactive so i can only open (green button) or close (red button) my firefox window. I can still make it smaller by dragging the bottom right corner but i can't minimize it to my dock or anything. Also, I have my dock set to auto show/hide when i roll my pointer over it. Now, whenever Firefox is open (no matter what size the window is) the Finder menu bar (with the time, battery power, etc) does not show up (which it always has before) and my dock won't auto appear when i roll my pointer over it.

    Can you check this issue on Firefox 9?
    * getfirefox.com

  • SWF does not appear when returning to browser tab

    I got an odd bug report on a web app we are developing.
    The swf appears fine for the most part, but is the user has multiple browser tabs open, moves to a differnt tab and then returns to the tab with the swf, the swf does not appear until the mouse scrolls over the swf.
    At first glance it would look like the swf is not being redrawn until the user intereacts with it (we are doing a good amount of mosue polling).  It it as if to save memory the browser stops displaying the image, and does not redeisplay until we explicitly redraw the stage. 
    Has anyone run into a similar situyation?  I am not sure where to start with this.
    Some potentially relevant apsects of the swf:
    Most of the objects on the stage have chachAsBitmap set to true and we are applying a gradient mask to most of the stage, so there is a good amount of processing going on and I know thishas caused some other redraw oddities. 
    The frame rate is set to a very slow 4fps, and movie is controlled from a timmer.
    Any leads would be appreciated.
    The tester reporting this was using Chrome 9.0.597.107 and Flash player 11.3.300.26

    Thank you very much! I was not aware of the ThrottleEvent, I'll try forcing a redraw when I recieve it. 
    Reading the documentation, it says the frame rate drops typically to between 2 and 8 fps.  If I am running at 4 fps, with the swf still throttle down and back up?  After reading this document http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36cfb8137124318eebc6-8000.html  I assume yes, but do you know if that is the case.
    Hopefully the client will let me up the minimum player version to 11.2
    Thanks again

  • Help with muse - deleted pages appearing when published

    Hi there!
    I published my website through Muse, then later in design mode deleted certain pages, and then re-published the website. Problem is, the old pages are still published, and appearing in search results and through links in my page.
    Are you able to help please? Is there a setting I tick when publishing the site to avoid this?
    Thank you in advance
    Huey

    Aside - Where are you Publishing to? Is it to the Adobe BC host?
    Try a Export to HTML then look in that folder and see if the deleted xxxxx.html files are listed.
    I just tested a site with 2 pages - Note .html files in exported folder >>
    Then I deleted the untitled-4.html - Re-exported -  and >>
    Note - untitled has been deleted.

  • Hidden Captions appearing when Published CP5.5

    Has anyone else run into this problem?  I have text captions that are hidden on screen and I keep them turned off, but they appear when I publish the file.  Any ideas?
    Thanks,
    Kevin

    Hi Kevin,
    Welcome to Adobe Community. Please accept my apologies for the confusion.
    I would like to inform you that the Show/Hide option on the Timeline is a part of the workflow and is not intended for the published outputs. That is there if you want to hide the objects from your slides while you are working with them. If you want to hide the captions from the output, you need to deselect the Visible option under that object's properties on the right pane.
    See the picture below:
    Hope this helps!
    Thanks!

  • ShortDesc of disabled af:inputText won't appear when mouseover

    Hi,
    I have an af:inputText with shortDesc = "xxx" defined in the page.  When mouse over the inputText, the hintText/shortDesc is displayed.  However, if inputText is set as disabled, the shortDesc won't appear if mouseover.  We have a requirement that needs to show the shortDesc to the user even if the inputText is disabled.  How to achieve this?
    Please advise.
    Thanks
    -Mina

    By removing autoCancel="disabled' and childCreation deferred from the popup, it works.  I also found that there is "context" facet in inputText that actually meets my requirement.  So I am trying to use context facet like this:
    <af:inputText label="Testing"
                                                                                            id="it17" value="Hello"
                                                                                           required="true"
                                                                                            disabled="true">
                                                                                <f:facet name="context">
                                                                                      <af:contextInfo id="contextInfo2">
                                                     <af:showPopupBehavior align="beforeStart" popupId="p16"
                                                  triggerType="mouseHover"/>
                                                  </af:contextInfo>
                                                                                </f:facet>
                                                                            </af:inputText>
                                                                            <af:popup
                                                                                      id="p16">
                                                                                <af:outputText value="outputText186"
                                                                                               id="ot153"/>
                                                                            </af:popup>
    Thanks for all your suggestions.

  • Apps won't appear when home button is double tapped

    Open apps no longer appear when I double tap the home button. It is a new iPad mini, and the apps were appearing a couple of days ago, and now they're not. Not sure what's happening.

    The first thing to try is a simple device reset:
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.
    Second, your double-click speed may be off. You may want to look at the settings and change the speed to something possibly slower/faster, depending on how you actually click the Home button:
    Settings/General/Accessibility/Home-click Speed

  • Dock won't appear when app in full screen

    Installed Mavericks on a 2011 Mac Mini - first strange bug - Dock (I have it across the bottom) will not appear when the app is in Full Screen (Safari and Mail both act this way) - Take it out of full screen, and dock pops up like normal.  Bug?

    Revealing the Dock while in a full-screen app requires not only moving the cursor to the bottom of the screen, but keeping your finger on it or moving the cursor along the bottom edge (or other "tricks") to reveal the Dock.
    SUPER ANNOYING TO ME
    Many users may like that way of operation, perhaps a great majority. But hundreds of thousands may find it annoying to have this cognitive pause imposed and would rather have the dock appear accidently once in a while when moving the cursor close to the bottom area of the display.
    This worked before Mavericks:
    Setting the Dock autohide delay to zero (in Terminal, with write defaults...) removed this annoyance. As soon as your cursor's at the bottom of the screen, the Dock's there.
    In Mavericks: Nothing to do! (so far)
    APPLE: "You" make WRONG design decisions, "you" make professional users spend dozens of hours investigating how to tweak basic features behind the scenes. And THEN, "you" quietly invalidate those changes. Please, the best design decision that "you" could make is to give the user more choice. Please, give us a section in Preferences where these things may be changed. The religious dumbing down of the interface in favour of supposedly clean esthetics is plain WRONG.
    It is also quite unacceptable that APPLE does read these pages but never responds.

  • I just upgraded to Firefox 5.0.1 and since the "lock" icon never appears when accessing secure websites, where should I look for it?

    I just recently upgraded to Firefox 5.0.1 and now the "lock" icon doesn't appear anywhere (I can find) when accessing secure websites. I haven't seen it once. It used to appear in the lower right corner of the screen. I also have Norton Internet Security.

    Padlock is no longer part of Firefox; it was removed beginning in Firefox 4. The padlock shows that there is a secure connection but does not supply additional information. You could have made a typographical error and still have been connected to a secure connection. The padlock was replaced in Firefox 3 with the Site Identity Button. Familiarize yourself with the Site Identity Button at the left end of the Location Bar:
    *https://www.mozilla.com/en-US/firefox/security/identity/
    *https://support.mozilla.com/en-US/kb/Site+Identity+Button
    *http://www.dria.org/wordpress/archives/2008/05/06/635/
    You can install this add-on if you wish: *https://addons.mozilla.org/en-US/firefox/addon/padlock-icon/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • SWF plays in IE & Firefox preview but won't play when published -- please help

    Hello, so after trying severally to finally get my flash video to work, i'm stumped with another problem! When i preview it in IE and firefox,it works perfectly with all the lnks working as well. But once i upload to my ftp, there's a white blank space where the video is supposed to be. Please let me know what i'm doing wrong. I'm using Flash CS3 and Dreamweaver CS3. I've uploaded all files (the html page, fla. and swf.) to the ftp but still, it doesn't work. The src file is linked to a file in my root folder. I'm very new to this so any suggestions will be very much appreciated. Below is the code as it shows in my dreamweaver. thanks!
    <div class="style3" id="profile">
        <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','302','height','398','src','Aug-Sept-2009','quality','high','pluginspage','http://www. adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Aug-Sep t-2009' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="302" height="398">
          <param name="movie" value="Aug-Sept-2009.swf" />
          <param name="quality" value="high" />
          <embed src="Aug-Sept-2009.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="302" height="398"></embed>
        </object>
      </noscript></div>

    Have you also uploaded the AC_FL_RunContent.js file to the server per whatever the location of it is specified as in the html code?

  • Images not appearing when publishing on web

    Hi,
    I have created a Flash object which uses an xml to read the image path and few other attributes. I could successfully generate the swf and publish (html) the object.
    When I view menu.html, independently in a browser it works fine. However, when I embed this, generated html (menu.html), in the home page of another website(homepage.html), it breaks. The images are not displayed.
    All of the templates - config.xml, menu.fla, menu.swf, menu.html & homepage.html (of the other website) are all in the same folder.
    Any suggestion.
    Regards,
    zona

    Hey, I could make the images appear now....
    The xml was passing absolute path. So when I generated the html from Flash (file/publish) and opened this html in a browser it was working file. However, when this html was embeded in another html it broke.
    Using Relative path, in the xml works.
    Now the images are taking 2 - 3 seconds to load. It is slow. Is there any way (in Flash) to cache the images once they are loaded for the first time.
    Any suggestions.
    Regards,
    zona

Maybe you are looking for

  • Period Balance Report for Actual/ Commitment only

    Hi, Do we have any report for getting Periodic balance for cost Centre Actual and commitment Balances. Regards, Venkat

  • How to fix my volume slider so i can see it on the screen

    I have a dv6-1355dx and i had to restore it to the factory settings and ever since then when i try my volume slider it works still i just dont see it on the screen anymore any one that knows what this could be would help me out alot

  • Why i cannot compile?

    The error message is: unreported exception son; must be caught or declared to be thrown The code: class father extends Exception{      public String toString()           return "father"; class son extends father      public String toString()         

  • Data log rate of Counter Period acquisition

    I'm measuring and recording the period of a digital input pulse train (input to NI9421 card on a 'C' series DAQ chassis and recorded via LabVIEW SignalExpress 2009).  The 'Counter Period' acquisition step is configured to use '1 Counter' measurement

  • Ceupdatemanager error on copy permission

    Hi All I am using ceupdatemanager to update my ce 7.1.1(CE 7.1 Ehp1) sp02 to sp03 when the gui is about 10% it will throws an error com.sap.sdt.util.diag.DiagException: sap.com/SAP J2EE KERNEL: Cannot exchange kernel binary archives. Could not execut