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!

Similar Messages

  • 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 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

  • 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.

  • Swf files not loading properly

    Hello, I'm new to Flash and recently downloaded the trial to make a few things to add to my website. Nothing too complex, I made a slideshow of images and turned some images into buttons. Either way, after I publish the files and import the swf files into Dreamweaver, I always get a flash player error when I try to look at the content on my website. It will tell me that I need to update my flash player to 11.2. I've downloaded 11.2 multiple times, reinstalled flash player, and made sure that I do indeed have the correct version of flash player on this computer. Just to ensure that it wasn't a problem with my laptop, I checked with a different computer as well and it had the same problem.
    Is this a problem because I'm trying to create content with the trial version? Or am I just doing something wrong? After I create whatever I'm making in Flash, I save it, publish it, and import the .swf file into Dreamweaver.

    As far as the trial version being the source of the problem goes, it is not likely because the trialversion is a fully functional version without restrictions on use. 
    What might be part of the problem could be allowing Dreamweaver to embed the Flash content into the web page rather than using the code that Flash will generate for embedding. 
    What you should do is publish an html page via Flash (set it up in the Publish Settings) and test that html page to see if you have the same issue.  If not, copy the code from that page and use it in place of whatever Dreamweaver created for it.

  • "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/

  • 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>

  • [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 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.

  • Swf file not loading over Https(SSL) on Internet Explorer...

    hi ,
    I have a .swf file used in html file and i try to browse using "https(SSL)".it will loads fine in Firefox, but in Internet Explorer wont able to load. When right-clicking it says "movie not loaded".
    even i googling for the same and i got below option but i am still not able to get flash on html page. it will working fine in Internet Explorer,FireFox etc when we use"http".
    1) add headers like "Cache-Control: must-revalidate" or "Cache-Control: max-age=0" or "Cache-Control: no-store" etc
    2) use CrossDomain.xml
    we also able to load swf in https on Internet Explorer but for that we have to do below settings in Internet Explorer browser.
    1) Go to Tools --> Click on Internet Option --> click on Advanced tab --> Now in security section checked mark on "Do not save encrypted pages to disk".
    but above way is not a proper way to resolve the https issue
    Thanks.

    found this within the Adobe forums, seems to solve your issue.
    I would make sure to use the crossdomain file as well.

  • 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?

  • Flash player "Movie not loaded" in Chrome on certain pages.

    When tryingto load a video in Chrome I get a blank window and a "movie not loaded" message when I right click. The video doesn't work in Firefox or IE either. It just doesn't display the player at all.
    Youtube works though and I can see the test flash animation on adobe's website but it's not working on a specific website. I tried I uninstalling Flash using Revo and reinstalling it, running CCleaner, disabling hardware acceleration, updating Chrome and deleting flash player's stored data.
    I read some where that it might be network/firewall related but I wouldn't know how to investigate that.
    Any ideas on how to fix this?

    Couple things...
    Since you are using the old, outdated <object><embed> method, you normally use a classID with the object, like this:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="400">
    along with the correct path to the file name... (you are using a fake filename in the object)
    But a better method is to skip the <embed> entirely and use this updated version of <object>
    <object data="http://www.gwarg.dk/images/GWG2.swf" type="application/x-shockwave-flash" width="550" height="400">                   
               <param name="movie" value="http://www.gwarg.dk/images/GWG2.swf">
               <param name="quality" value="high" />
    </object>
    You can change the path to relative paths instead of absolute if you like.
    Best wishes,
    Adninjastrator

  • 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?
    >

Maybe you are looking for

  • Problem in uploading excel file

    HI , i need to upload a excel file, I am able to get records form excel to internal table, using ws_upload FM. But i m getting a # in between every fields. I have used split at '#' into field1 field2... but it is not working. Can anybody help me onth

  • How to create  an image

    hi i have image data in a bytearray that is in either gif or jpeg format, how can i create an image using the byte array thanks in advance have a nice time

  • CSS 11500 - how to clear sticky-table entry

    Hi together, 1. is there any possibility to clear an entry in the sticky table ? 2. how could I find a sticky table entry, belong to a certain IP Addres or flow ? commands I know to find more details infos about the sticky table and the flows find be

  • During updating version 9.0.7 loss effect riple is possible recover this?

    after updating version 9.07 the effect ripple is not present and in old video loss this effect, i want reinstalled this effect but i dont' know the methode

  • Samsung laser printer error msg on Mac Mini since update

    samsung ml-2955DW laser printer throws error msg - rasterosec, filter - since recent update to OSX 10.8.3, but *only* when printing in Word for Mac. have deleted printer and reinstalled twice. no luck. any ideas?