Please Help!!! SWF movie not loaded!

go to this site: thewarclan.tk (if you enter www it wont load). I got my flash intro onto the site and I got the HTML code from dreamweaver.I use 000webhost for hosting.
html code is
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="720" height="480" id="FlashID" title="kevin">
  <param name="movie" value="intro done 2011.swf">
  <param name="quality" value="high">
  <param name="wmode" value="opaque">
  <param name="swfversion" value="8.0.35.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">
  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
  <object type="application/x-shockwave-flash" data="intro done 2011.swf" width="720" height="480">
    <param name="quality" value="high">
    <param name="wmode" value="opaque">
    <param name="swfversion" value="8.0.35.0">
    <param name="expressinstall" value="Scripts/expressInstall.swf">
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <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>
  </object>
</object>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>
why doesn't my flash load up? when I upload them to other sites they play back fine.Please use simple terminology I'm new to Flash.If you need any more info just ask me.
Thanks
Kevin

It loads as far as I can tell.

Similar Messages

  • Swf movie not loaded...

    I have swf and html file in the same folder, but only show the background of the html and nothing else... right click and the message of movie not loaded show up...
    only on line, in my c/ folders run perfectly well, but as soon as I upload them doesn't works, even if I only update the swf file ...
    I am  having this problem recently... I did this millons of time without problem and now I am getting crazy...
    help! please...

    I am trying to apply ac_fl_run content and I thin I am getting in more and more trouble... here is the code...
    this new internet explorer I can only copy the code like this sorry,
    Content == 0) {
    alert("Esta página requiere el archivo AC_RunActiveContent.js. En Flash, seleccione \"Aplicar actualización de contenido activo\" en el menú Comandos para copiar el archivo AC_RunActiveContent.js en la carpeta de salida HTML.");
    } else {
    AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'width', '550',
    'height', '400',
    'src', 'prueba',
    'quality', 'high',
    'pluginspage', 'http://www.macromedia.co<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>prueba</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#ffffff">
    <!--URL utilizadas en la película-->
    <!--Texto utilizado en la película-->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
    if (AC_FL_Runm/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'prueba',
    'bgcolor', '#ffffff',
    'name', 'prueba',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'prueba',
    'salign', ''
    ); //end AC code
    </script>
    <noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca>
    </body>
    </html>
    b#version=8,0,0,0" width="550" height="400" id="prueba" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="prueba.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="prueba.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="prueba" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </noscript

  • Blank swf - Movie not loaded

    When viewing a simple swf (1 chart, no data connections) in InfoView (or Dashboard Manager), i get a blank swf with the 'Click to activate and use this control...' screentip - but when i click the object it's still blank, Right-click gives me a (greyed out) 'Movie not loaded...' item and 'About Adobe Flash 9...'
    the swf works fine in XCelsius preview or when saved locally
    any ideas? cheers
    XCelsius 2008
    flash player version 9,0,124,0
    BOXI R2 SP1
    Internet Explorer 6 SP2

    Hi Mike, your update R2 SP2 Windows plattforms or SQL Server 2008?
    I'm  have the same problem!
    My Plattforms is
    Win Server 2008 R2 SP1 x64 STD
    SQL Server 2008 R2 x64 STD
    SB1 8.81 SL04
    Thanks!

  • SWF movie not loading properly.

    I decided to use a loader method for a flash project. When I load swf files from a folder on my computer into my main movie, it loads just fine. However, when I try to load the same exact swf files from a remote server, the script fails on me giving me an error like this:
    TypeError: Error #1034: Type Coercion failed: cannot convert Com@2f949bc9 to Com.
    . I had imagined that this was due to security domains, so I had tried something like this:
    ldd = new Loader();
                 var ret:URLRequest = new URLRequest(""path"Object.swf");   
                 var lddContent:LoaderContext = new LoaderContext();
                 lddContent.securityDomain = SecurityDomain.currentDomain;
                 lddContent.applicationDomain = ApplicationDomain.currentDomain;
                 ldd.contentLoaderInfo.addEventListener(Event.COMPLETE, completeHandling);
                 ldd.load(ret, lddContent);
                 Object.addChild(ldd);
    All this does is give me this:
    SecurityError: Error #2142: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property. file:
    -although everywhere states it should work.
    I even have makeshift class files for those SWF's on the server with   Security.allowDomain(["*"]);
    in their constructors, and still nothing.
    What in the world am I missing?

    I'm gonna spell this out sweet and golden, because with painstaking effort, I solved this problem.
    1. When importing swf's that you've made from a remote site, and those SWF classes use custom classes, specific calls do not work:
    For example:
    var = classname(event.target(whatever you load)) // a cast like this won't work
    method(var:className) nor will this work....
    Instead:
    Simply use: var = (event.target etc);
    and
    method(var:Object)
    2. Furthermore, if you're testing files on a remote website in your flash API on your computer, please keep in mind that even if you update, change, or delete files on the remote server, flash has a recent history record or those files, much like a browser. Flash will not realize that you've changed those files until you've closed it down and opened it again.
    3. Using remote files in the flash API, SecurityDomains etc are unnecessary. But when using flash player, you must use one of the several methods for Security Sandboxes.
    I used:
    Security.allowDomain(["*"]);
    Thanks to everybody who attempted to help, and I hope this helps others as well.
    and with that....I'm onto my next project.
    See you guys in a couple of weeks!

  • PLEASE HELP ITUNES WILL NOT LOAD

    hi thanks for looking
    iv got the latest version of itunes but when i click on it i starts to load then just stops
    cheers steve

    I have similar issues...
    Three pc's, two are identical hardware twins (one is a clone for the other as absolute backup) the other my home PC.
    One of the twins upgraded no problems. The sibling upgraded but iTunes will not come to the desktop, it loads and sits in the process list doing nothing.
    I checked all the "answers" in this forum and nothing worked on the twin pc at all except uninstalling and going back to the previous version which I had to get from the hippo site (note to Apple: at least leave the previous version available for download for those "update" moments).
    The home machine upgraded but I lost my audio drivers and software completely. Fixed it by re-installing the audio drivers and software after installing iTunes.
    Either way you look at it there are a lot of users on the pc with this problem, Apple have changed something fundamental (you never used to have to reboot after upgrading or fresh installing) and it is causing issues that they should address.
    Wasted a lot of time sorting this out for myself and not sure I want to "upgrade" to the next release, not sure I trust Apple software forward of this as I have a lot of music stored and the thought of having to really have to recreate the library because of an update issue ith no fall back...
    Rabtok.

  • Help: White Box "movie not loaded" in banner ad using AC_RunActiveContent.js

    I am having trouble with a banner ad displaying all white when I try to insert the code into my website.
    I get a white box and when you right click it says "movie not loaded"
    I am using the AC_RunActiveContent.js file
    Here is the HTML code.
    Any help is greatly appreciated.
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>728x90</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="http://www.dewalt.com/dwassets/other/flash/mundial/AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
        if (AC_FL_RunContent == 0) {
            alert("This page requires AC_RunActiveContent.js.");
        } else {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
                'width', '728',
                'height', '90',
                'src', '728x90',
                'quality', 'high',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'wmode', 'window',
                'devicefont', 'false',
                'id', '728x90',
                'bgcolor', '#ffffff',
                'name', '728x90',
                'menu', 'true',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', '728x90',
                'salign', ''
                ); //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=8,0,0,0" width="728" height="90" id="728x90" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="http://www.dewalt.com/dwassets/other/flash/mundial/728x90.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />    <embed src="http://www.dewalt.com/dwassets/other/flash/mundial/728x90.swf" quality="high" bgcolor="#ffffff" width="728" height="90" name="728x90" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>

    Both of the files (js and swf) appear to exist where your code has them.  Does the html page live in the same folder as the swf?

  • [Advanced] Sudden 'Movie not loaded' error with multi-swf flex application

    Hello!
    We've stumbled across a very strange problem, which we can't reproduce regulary, and therefore can't find a way to debug it.
    Our flex application consists of multiple .swf-files, each containing a piece of functionality we call module (though it's not a regular flex module), which interact with other modules in the application.
    But sometimes user interaction lead to the following problem. Some block of the application (which originated from certain module) becomes black, and right-clicking on it brings 'Movie not loaded' context menu item. After some time, the whole application becomes 'not loaded'.
    I have no idea of the cause of such a behaviour. I suppose some changes were introduced in Flash Player 10.2 - we didn't experience this problem before.
    Adobe guys, may you direct us and give us an advice on how to debug such a problem, and what might be a cause?
    It look like this:
    1)
    (in black area was a window similar to the one in background)
    2)
    (After right-click. You can see flash player version here)
    We're completely lost, and will really appreciate any help or advice.

    use an online tracer and network monitor to see what you're doing.

  • "Movie not loaded..." swf error on html

    Hi everybody!
    I have a problem when i export a swf and html in flash, because when i upload it to my server and try it online i get the message "Movie not loaded..." when i click in a blank window where it should have played.
    In the activity window i can see that everything is loaded (such as the AC_RunActiveContent.js file) and i know that my server is configured to swf and flv in MIME types.
    The website is http://www.dscdesign.org/flash.html
    and the html code is as follows:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>flash</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
    'width', '900',
    'height', '600',
    'src', 'flash',
    'quality', 'high',
    'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'false',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'flash',
    'bgcolor', '#ffffff',
    'name', 'flash',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'flash',
    'salign', ''
    ); //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,0,0" width="900" height="600" id="flash" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="flash.swf" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />     <embed src="flash.swf" loop="false" quality="high" bgcolor="#ffffff" width="900" height="600" name="flash" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </noscript>
    </body>
    </html>
    appreciate your help

    Thank you for the really quick answer
    When it opens the menu buttons should appear immediately such as small animation in loop and the file should load fast because is less than 400Kb.
    Well, the swf loads images and texts from xml files and also some tween animations in a folder. It seems everything is uploaded with the right path (i´m going to confirm that some more times).
    But also the site index with an .flv animation and 2 flash buttons without any external linkage isn´t appearing at http://www.dscdesign.org/

  • Please help, i movie is not exporting or sharing movies, it will closed unexpectedly please help?

    Please help, i movie is not exporting or sharing movies, it will closed unexpectedly please help?

    Hi Videoframe
    This was emailed to Apple Support on 23 DEc 2012 at 09:50 Eastern Australia time.
    "I continued to talk to other Apple Mac users on iMovie….Interesting to have found out that their movies were made using iDVD without any known issues as yet…Looking at the results from Apple Support Forum and Youtube, problems appears to be when NOT using iDVD. I and many others can't understand how these many technical problems were overlooked by the programmers of iMovie. One would have thought iMovie problems have been iron out prior to getting rid of iDVD. By the way when I first contacted Apple Support back on 16th Nov, I was told I need to RE-INSTALL my computer…..that I did and in the process my iDVD was removed and never was re-installed.
    May I suggest you delegate a junior person or someone string together a project consisting over near 1700 images, approx. 25mins of video footage, titles and including with and without transitions then export the project.
    I am still in the dark as to what is being done about this extended non result. I am not sure if is known by the people who is in charge of this iMovie programme. it would be nice to get some sort of feedback. Not sure if I should refer this to a third party to do the testing?? I am sure Apple's competitors would love to make a mockery of this.
    There has to be a time frame for this to end, as I and many others can't simply sit here in the dark and wait for someone to come back for a solution, this could be months or years who knows.  As you can appreciate I am not the only user anxiously waiting for a solution.
    I guess I am in a way representing other worldwide users in pursuing a solution on this matter ASAP. I therefore ask you to please make this a priority if this is at all possible.
    Many thanks."
    I've been corresponding to them since Fri 16th Nov on and off without a solution.

  • Why is swf AS2.0 results in error "Movie not loaded" on player10 ?

    i created swf file on flash 7 and when i loaded it on my webpage it does not work, all i get is "movie not loaded".

    Q: Was it on the website and working before you upgraded to player 10?
    A:the code was not posted on the web before player 10.
    Q: Can you post the HTML embed script used?.
    A:
    <HTML>
    <BODY bgcolor="#FFFFFF">
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
            codebase="http://download.macromedia.com/pub/shockwave
    /cabs/flash/swflash.cab#version=6,0,0,0"
            WIDTH="400"
            HEIGHT="300"
            id="flash">
    <PARAM NAME="movie" VALUE="test.swf"/>
    <PARAM NAME="quality" VALUE="high" />
    <PARAM NAME="bgcolor" VALUE="#000000" />
    <param name="allowScriptAccess" value="sameDomain" />
    <EMBED src="test.swf"
    quality="high"
    bgcolor="#000000"
    WIDTH="400"
    HEIGHT="300"
    NAME="slideshow"
    allowScriptAccess="sameDomain"
    swLiveConnect="true"
    TYPE="application/x-shockwave-flash" 
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT> </BODY>
    </HTML>

  • Movie not loaded on Win 7 - 64bit

    Hi all,
    this question is in a similar thread as this:
    http://forums.adobe.com/message/4184624
    However i have been unable to resolve this issue as the previous poster was.
    i have completed 3 separate OS installs of windows 7 (2-64bit installs and 1-32bit install).  However i have been unable to resolve my flash problems.  Here is the details:
    System:
    -AMD x2 athlon
    -Asus m2-a vm motherboard
    -6gb ddr2 ram
    -realtek 1gb nic
    -xfx nvidia 9600gt
    - windows 7
    -IE 8/9 attempted
    -Chrome attempted
    I have so far been unable to get the flash player to load at all.  I have tried to load the offline installer as admin user context, and no luck [when i say load i mean the flash player itself, installation of flash has succeeded everytime without issues as have uninstallations.] .  I have tried older installers with no luck.  i have also tried different browsers.  not one combination has worked.  I've tried clearing settings on the local 32-bit control panel.  However I can't disable the hardware rendering because of the fact it never loads the applet on any of the status pages for me to access.
    At current, i have reloaded windows 7 64-bit and am looking for a more in depth answer to see if any ini files or reg settings exist for setting these to software only rendering.  However I am not entirely convinced that this is the problem.  I think the problem maybe more related to the player specifically not loading the movies or not even properly running the appropriate installed dll`s.
    Before you ask, latest nvidia drivers loaded and flash is enabled in add-ons as many of the others have suggested.  Please help, this has eaten up a week of my mind now.
    Also should note all MS important patches are installed as of 4/8/2012 - and Service Pack 1 is installed on Windows.  I've also just completed installing IE 9 on this fresh build of windows 7 64-bit.  I've also installed Chrome, this morning and it also received the error "movie not loaded".  I'm also using the latest version of 64-bit FLASH (11.x.x.x.x) version that was downloaded this morning. 
    So I'm now at a stopping point.  I cannot use Amazon at all, or Youtube.  It appears to load the plugin on some level as I can see the youtube videobox in black and then when I try to right click, it shows "About Adobe Flash 11.xx.x.x.x" or "Movie not loaded"... Thanks again for any assistance you can provide on this.
    Update:
    After much looking on the forums, I'm now attempting to verify with another functional PC that the actual files are present.  I've found that the following files are present on the working system:
    The system having the problems appears to be missing alot of these files.  The OCX is the only file present.  I'm going to see if I can verify what happened here.  So hopefully this won't recur.  However it looks like there maybe an issue with the installer at this time.  I can't imagine how thougth when I've tried downloading the full offline installation version.

    This computer has two different versions of Flash Player for Internet Explorer and two different versions of Flash Player for other browsers.
    A clean install is recommended: 
    Windows
    Download the current 32 bit uninstaller    Uninstaller for 32 bit Operating Systems
    Close all browser windows and run the uninstaller 
    Restart Windows 
    Delete all remaining files and folders located in the following directories. (tip: copy and paste these paths into the path bar in an Explorer window) 
    C:\Windows\System32\Macromed\Flas 
    %appdata%\Adobe\Flash Player 
    %appdata%\Macromedia\Flash Player
    Verify that the file “FlashPlayerCPLApp.cpl” in C:\Window\system32\ for 32 bit systems has been deleted.
    Download the following installer files:
    32 bit Flash Player for ActiveX (Internet Explorer)
    32 bit Flash Player Plug-in (All other browsers)
    Physically disconnect from the Internet and run the installers.

  • Movie not loading since player 10 update

    I have a client that with a flash website that we did not create but that we are hosting, so we do not have the source files. Since updating to flash player 10, the swf file load screen appears, but then I get a black box and it says "Movie Not Loaded". I assume it's trying to call an external .flv file, but since I don't have the source files I'm not positive. The site still works fine on browsers with Flash Player 9. Any suggestions?
    Here is the URL - http://www.footsaver.us
    Thank you!

    Hi, I would start a thread in the Flex or Action Script forums to receive better help. A list of the Adobe Forums are here under
    Select Forum  http://forums.adobe.com/index.jspa
    The Flash Player is a browser plugin, not a standalone Player.
    Hope that helps.
    Thanks,
    eidnolb

  • Adobe Flash Player "Movie Not Loaded" on Browsers?

    On Browsers (Firefox, Chrome) Adobe Flash Player does not display and only shows a white empty space that, when right clicked, says "Movie not Loaded".
    Can someone help me to fix this issue?

    Im able to stream youtube video.Bt when i try to stream a local video, white
    screen occurs.
    This is my code
    <object width="630" height="312" classid="clsid:D27CDB6E-AE6D-
    11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">
                       <param name="salign" value="lt"/>
                      <param name="quality" value="high"/>  
                      <param name="scale" value="noscale"/>
                       <param name="wmode" value="transparent"/>
                      <param name="movie" value="http://geekfile.googlepages.com/flvplay.swf"/>
                       <param name="FlashVars"                              value="&streamName=http://localhost:8080/resources/video/demo-video.flv&skinName=http://geekfile.googlepages. com/flvskin&autoPlay=true&autoRewind=true"/> 
                           <embed     width="630"
                                  height="312"
                                                                  flashvars="&streamName=http://localhost:8080/resources/video/demo-video.flv&autoPlay=true&autoRewind=true&skinName=http://geekfile.googlepages.co m/flvskin"
                                   quality="high"
                                  scale="noscale"
                                  salign="LT"
                                  type="application/x-shockwave-flash"
                                   pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://geekfile.googlepages.com/flvplay.swf"
                                   wmode="transparent">
                              </embed>
                </object>

  • Dw Templates - .dwt.php & Movie not loaded

    Hi,
    I'm in the middle of converting an existing website to .dwt for use with Contribute. All is going well, I have my editable regions working and my templates folder in the correct place.
    I've run into a few problems, the primary one being Flash.
    Dw is saving the templates as filename.dwt.php. They do function as you'd expect .dwt to function, but I can't find a reason for it doing this. Is this because they need to be .php files themselves to correctly use the code, or is this a setting I have somewhere? I've searched but I can't see details on this. Will this cause problems?
    Dw would connect to the root domain, but not to the host directory (not the first time it has happened, I swear it doesn't like me). I've double checked permissions and logins, but it keeps throwing a permissions/directory doesn't exist error. This is not a problem as such as I can browse to it from the root, but I thought it may have some impact on the following problem. It is definitely affecting the check in/check out functionality, but for setup this is tolerable. If anyone knows reasons why or how to fix it, I'd love to know.
    I had the files running on a local WAMP server. The template is *perfect*, exactly what I want the page/s based on it to look like. (Dw does throw a notification about placing editable regions inside a block level element and that meaning that users cannot create new blocks, which is fine by me, but might have some bearing?). In uneditable regions of the template there are two separate .swf files. When I view the template page, the files are visible and play as they are supposed to. When I view the page created from this template on the WAMP server, these areas collapse. When I view this page on the live test server, the areas are the correct size, but the movies do not play. A right click shows a greyed out notification of "movie not loaded". The page source shows that the links are relative and pointing to the correct place. The spry assets on the same page do load, all the other links work (relative), and I have checked that the .swf files are indeed on the server, working, and in the correct location. What could be causing the template-based page to malfunction like this? Am I missing something simple?
    Any help with this would be greatly appreciated. This is my first time converting to templates and trying to get a site ready for Contribute and I would like to get a better understanding of why it is doing what it is doing. I've been going around in circles for hours and could really use a couple more heads on the matter.
    Cheers,
    Abbey

    Hi Bob.
    Yes, I am 100% sure; have just checked again. I cannot even
    get it to work
    on my local machine.
    Where alse can I start looking for?
    I am really desperate.
    Regards,
    Deon
    "Bob Pierce" <[email protected]> wrote in
    news:fulj1k$9t5$1
    @forums.macromedia.com:
    > Are you sure that the .swf was uploaded to your server?
    >

  • Error Msg: Flash Movie not Loaded

    Hi,
    For some reason my flash movie will not load. I right click
    it and I see the following
    "Movie not loaded" it is greyed out. I can run this same .swf
    file from my local hard drive, but when I try to view it from
    http://localhost/mysite/header.swf,
    it does not work. I am using Windows XP Home edition which uses IIS
    5.1
    The HTML page I am running and the .swf file are in the same
    directory so its not a path issue.
    Here is the code:
    <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','487','height','308','src','header','quality','high','pluginspage','http://www.adobe.c om/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','header'
    ); //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="487" height="308">
    <param name="movie" value="header.swf">
    <param name="quality" value="high">
    <embed src="header.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="487"
    height="308"></embed>
    </object></noscript>

    Hi,
    Its quite strange, after further testing, the code works just
    fine at my hosting company, but when I run it locally, the flash
    movie does not load.
    I am running XP Home with IIS 5.1 I believe. I am not sure
    why this is happening.
    Any help appreciated?
    -Westside

Maybe you are looking for

  • Computer crashed - how to copy files from ipod onto new computer

    Dear all, My computer crashed and I desperately need some tips on how to copy my music files from my ipod to the new hard disk. Any ideas? Thanks so much, Patrick HP notebook   Windows XP  

  • Ios 7 icon problems still persist in air 3.9.0.1030

    In the release notes of air 3.9.0.1030 sdk it says: Notable bug fixes: [3622405] [AIR] [iOS7] - iOS7 requires 5 new icon sizes: 76px, 120px, 152px, 40px, 80px But i cant still select those icon sizes when publishing? is still being any problem?

  • Transaction for mass material master change history

    Hi, Is there a transaction where I can see all materials that have had changes to their material master within a date range? Example: I want to see all materials that had changes to their master between Sept 7th and Sept 10th Thanks in advance!

  • Drop column from compressed table

    NLSRTL 11.2.0.3.0 Production Oracle Database 11g Enterprise Edition 11.2.0.3.0 64bit Production PL/SQL 11.2.0.3.0 Production TNS for Linux: 11.2.0.3.0 Production Hello, I read about how to drop column from a compressed table - first set it unused and

  • How restore the tool bars and bookmarks and so on which have been accidentally deleted ?

    in order to get more place on the screen I have distinck off "barre d'outils", "barre des menus", etc and, consequently, nothing appears, notably my bookmarks and so on. How to restore them ? I Have no possibility to do while I click right the mouse.