SWF files not loading onto page in Catalyst output.

Hello,
This is a new one that I have not yet seen.  I have a large assortment of SWF files set up in Scroll Panes and they are not loading up when I check the project using Firefox or Safari.  The site is here:
www.electronic-lifestyle.com
Go into any page linked from the top row and then hit a sub page.  When you see a scroll bar come up on the right side of the film strip yet nothing inside the film strip you will see the issue.
This is really serious and could screw up my entire project so any advice would be really helpful.  I need to figure out why the SWF files are not loading in on the browser with the files from the server when they work just fine using the local deploy files.  Everything works just fine from the machine but when I try to get it to download from the server nothing.
All of the SWF files are built in Flash CS5 using AS3 and contain some simple links and commands.  Some of the SWF files are coming up just fine, it is just the latest batch of files I have uploaded that are giving me the problem, but only off the server.  The same files work just fine in local mode.
Thanks in advance,
Brett

Chris,
This is not an apples to apples comparison but I think it will Illustrate the differences.  This is a sample of code from Catalyst that works:
<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:s="library://ns.adobe.com/flex/spark" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:fclib="com.adobe.flashcatalyst.components.*" xmlns:d="http://ns.adobe.com/fxg/2008/dt">
    <fx:Script>
        <![CDATA[
            protected function mac_btn_clickHandler():void
                navigateToURL( new URLRequest( encodeURI("http://www.mcintoshlabs.com")), "_blank");
            protected function integra_btn_clickHandler():void
                navigateToURL( new URLRequest( encodeURI("http://www.integrahometheaters.com")), "_blank");
        ]]>
    </fx:Script>
    <fclib:SWFController loadForCompatibility="true" source="assets/images/ElectronicMain2c.swf" x="0"/>
    <s:Button skinClass="components.Button1" x="0" y="1328" d:userLabel="Mac_btn" click="mac_btn_clickHandler()"/>
    <s:Button skinClass="components.Button1" label="Button" x="0" y="1768" d:userLabel="Integra_btn" click="integra_btn_clickHandler()"/>
</s:Group>
This is an example of the AS3 code that was confounding the SWF load on the example I gave:
button_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
    navigateToURL(new URLRequest("http://www.mcintoshlabs.com"), "_blank");
button_2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_2);
function fl_ClickToGoToWebPage_2(event:MouseEvent):void
    navigateToURL(new URLRequest("http://www.integrahometheater.com/"), "_blank");
Now these are from the same page, the first of which is online right now here:
www.electronic-lifestyle.com/AS/Main.html
This particular code is used on the Electronics page.  When I look at the two side by side it seems there are some syntax differences but I do not know enough about AS3 to tell what the important differences are.
Thanks for looking,
Brett

Similar Messages

  • SWF Files Not Loading

    I created a master fla and swf files to load into the master
    file externally. Everything loads into the master file just fine
    when I view it in flash or flash player. However I need to add a
    background to it along with a couple other things that I only now
    how to do in dreamweaver. Dreamweaver will load the master flash
    swf but it wont load the external swfs. Please help if you can.
    Thanks.

    I am not sure I completely understand what you are trying to
    do. Can you give us a link to the page in question?

  • Flash swf file not loading on webpage

    Hi there,
    I have put an swf onto my web page and everything works fine when i test it in my browser through dreamweaver.
    When i go online to my website:  http://www.organicgrowshop.co.uk/     it doesn't load
    I have uploaded the two script files to my webhost. I have the latest version of flash on my comp. I can get an FLV file to load ok in its place.
    What am i doing wrong??
    Any help is much appreciated!
    Thanks,
    Matt

    Hi there,
    Thanks very much for taking the time to help me!
    Sorry, i have been messing around trying to get different things to work with no luck.
    I did have the script files and the swf uploaded directly to my root folder, this didnt work so i tried making a scripts subfolder in my root folder to put the scripts in. This hasnt worked either.
    The files are definitely in my root folder. Can you take a look again for me?
    I dont understand why i can get it to work with an FLV file but not with the SWF file?
    Thanks again,
    Matt

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

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

  • External swf file not using URLRequest

    Good morning guys.
    You can load an external swf file not using URLRequest? Since embed html code is setted as <param value="never" name="allowscriptaccess"/>
    I have this problem and I need to load a swf skin
    thank you

    are you loading a swf (done during runtime) or importing one (done during authortime)?
    in either case, the allowscriptaccess parameter of the external swf (that your loading or importing) is irrelevant.  allowscriptaccess is assigned in the main (loading or importing) swf's embedding html page and is used to control html/js access of the main and loaded swfs.
    if you trust the swf you're loading, you can change allowscriptacess to always.  if you're importing a swf, none of its actionscript will execute anyway so it doesn't matter whether its trusted or not.

  • Swf does not load the images on the web

    I made a swf that works perfectly on my computer.
    The swf does not load the images, cal with the buttons, when I use the swf on the web.
    I think the problem is due to the fact that the web changes the path of the file, that is called with the following variable:
    var ImmageUrl: String = "MyFolder2 /" +  MynamePic +  ".jpg";
    The path is C:/MyFolder1 "(with the swf)" /MyFolder2 "(with the pics)"
    Any hint ?
    Thank you.

    When you place an swf in a web page, any files that the swf loads have to be targeted as if the swf is sitting in the same folder as the html page.  If you have the swf in a different folder than the html page, then you need to adjust the paths for the files it loads so that it acts as if it is in the html page's folder.

  • Purchased keynote not load onto my iMac?

    purchased keynote from app store but it will not load onto my computer.  easily loaded onto ipad.
    Any ideas?

    In iTunes open the store and on the front page right hand side there is a purchased section, re-download the files from there. You may have to authorise the computer if there are problems, in the menu bar of iTunes under store.
    You have 90 days of telephone support or if you purchased Apple care 3 years, if you still have problems give Apple a call.

  • Can connect to airport but not load internet page

    I can connect my PS3 and window based laptop to my airport network, as both show successful connection, but I can not load internet page on either the PS3 or the laptop. My airport network is not protected. My airport base station is about 7 years old.

    Well the symptoms now point to a number of issues that need to be eliminated and they are you need to check that you are logged onto the ISP. For always ON systems this is usually a function of the Router in which case you need to log onto the Router and check the appropriate settings for this function also release the lease on the IP address and reboot the Router. The other issue is that the Router may not have access to the ISP which may cabling problem [disconnected or accidently damaged cable] within your environment of a service problem within the ISP domain. Check with a neighbour who is subscribed to the same Exchange as you are to see if they have problems otherwise call your Service Provider they may have to perform a reset on their end of your connectivity. Good luck
    Message was edited by: adnixon

  • HT1473 I can load a CD on my PC to iTunes but when I sync with my iPhone 5S the CD does not load onto my iPhone. I used to be able to do this with no problem on my iPhone 4. Help!

    I can load a CD on to my PC - iTunes but when I sync with my iPhone 5s the CD does not load onto my iPhone 5S.
    Help!

    You can sort your library by adding a Sorting info in the File Info. Select a file in iTunes U, press cmd + i, choose Sorting Tab. For example add a Sort Name. For each file you have to put a value into that field, I did it with 01, 02, 03 .. 12. I do not know if this works if you select multiple files, but I did not try.
    The next time you sync your device, your files will be in order. It' ve tested it on an iPad2.
    If you ask me, there must be a better solution for that problem as the files have a track number saved in the info as well, and it is quite annoying to add the sorting order manually.

  • SWF File not working after upload to server, but works on local system

    HELP PLEASE.....I have created a Fla and exported a swf file
    from Flash 8 and Export (Flash 6). I can preview the page in
    Dreamweaver just fine, but when i upload it and the html file, it
    isn't showing up. It leaves a blank spot on the page. It is just a
    simple banner with graphic clips and motion tween text, with image
    bgd. All images are jpg.
    I have tried:
    1. Using a full link to the swf file.
    2. Removed drop-shodows in swf file
    3. convert to Flash mx 2004 file
    4. Exported to higher Flash version to see if the flash
    player was an issue.
    5. Exported with no dashes in name
    6. Added Scr file into Dreamweaver
    7. Made a new test file to see if it was something in the
    current html doc, same result.
    8. Tried viewing on a pc, same result. Created on mac.
    Here is the test page if anyone wants to take a look.
    THANKS FOR ANY ADVISE.
    Test
    Page Link

    The link you provided is to the SWF file, not to an HTML
    file, so no one can test your HTML file.
    Have you checked the code for the embedding of the SWF file
    in your HTML file? I don't use Dreamweaver much, but I do know that
    if you start assembling a Dreamweaver file without first saving the
    HTML, embedded graphics and other items are inserted as direct
    links to the files on your computer, rather than as relative paths.
    There is one other possible issue: I note that your swf is
    called CWABanner.swf. Depending on your FTP settings, it is
    possible that your server is forcing all file names to lower case
    (a common practice). Which means the file on your server will be
    cwabanner.swf. Again, depending on how the web server is set up, if
    it is case sensitive, it will treat CWABanner and cwabanner as
    separate files. So if the HTML calls CWABanner.swf, but the FTP
    upload has forced a rename to lower case to cwabanner.swf, the HTML
    file will not find it. Check this out, or to be absolutely certain,
    rename everything to lower case: the file name itself and the
    reference in the HTML file.

  • Why is Firefox not loading my pages at startup anymore?

    FF 12.0. Why now all of a sudden is FF not loading my pages at startup. It loads the "pinned" pages, but NONE of the other ones I had open. This is happening at every FF startup now. Really, this was the ONLY feature that was keeping me with FF. The performance has gone dramatically down, and the problems more frequent ever since 4 was released. I am getting to the end of my rope with this now. Any ideas?

    No previous session option, it is grayed out.
    I did try the file exit way to close, and it brought the tabs back up. Is that a change in 12? Not good, we don't always or even often get the chance to close down like that. It was never like that in the past. It did not matter if you hit the X, or ended the process in the task manager... the tabs ALWAYS came back up. It was a feature that nobody else had working in that matter at the time. Honestly, it is the only reason I have been using FF on a regular basis for the past couple of years. Now I have to worry about losing my tabs when it is not closed down "properly", or spend a hour looking through the history and trying to figure out what I had open.

  • Firefox not loading any pages.

    Firefox not loading any pages either when typing a url, dragging a .webloc into it or searching anything in its google field.  It just stays at the Also, when I try to open a .webloc file "open with", Firefox is not one of the options.  Furthermore, when I go to the "open with">"other..." route, Firefox is not selectable.  I've repaired permissions in Disk Utility, updated Flash and reinstalled the latest Firefox and restarted the computer with no success.  Also, another odd thing is when I double-click a .weblock file, it opens up in Fireox to a blank white page, even though its set to open in Safari as the "open with" default.  This is clearly an issue related to the computer, not Firefox.  Your help would be much appreciated. Thanks.

    If this is one Mac on a Network with your own Router, reconfigure the Router to have your ISP's DNS "magic numbers", then disconnect and reconnect your Mac. Your Mac should pick up the numbers from your Router.
    If this is one Mac without a Router, use:
    System Preferences > Network > (Internet interface) > Advanced ...
    to enter your ISP's "magic numbers" for DNS.
    If you prefer, you can use OpenDNS servers instead:
    208.67.222.222
    208.67.220.220
    Make certain you do not have any bogus, old, dead numbers ahead of the ones you want to be using -- they will be used first in the order they appear.

  • Can't see SWF file in a DW page

    Hello All,
    I have placed a SWF file on the following page as per the
    Dreamweaver instructions, , ,
    This
    Problem Page
    I have uploaded the Scripts folder, which, strangly
    dreamweaver placed at the root level of the site, , ,
    I can ee the file by it self, so it is online,
    This
    is the file on line
    What do I need to do, or change in the first page so that I
    can see the SWF file in a plain Html page?
    Thanks for your help
    Patrick

    What it's also estrange is: AC_SW_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0'...
    As far as I know there aren't flash version 10. So IMHO your
    code it's
    not correct. I've seen this problem before in another thread.
    It's like
    when you embed your swf file there where something wrong in
    the proses
    and the code it's corrupted. Your code should be something
    like:
    <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','769','height','163','title','1','src','/tomsweeney/i/header','quality','high','plugin spage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlas h','movie','swf_help/topheader'
    ); //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="769" height="163" title="Help">
    <param name="movie" value="/tomsweeney/i/header" />
    <param name="quality" value="high" />
    <embed src="/tomsweeney/i/header" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="769"
    height="163"></embed>
    </object>
    </noscript>
    Publish your swf file from Flash using the fla file.
    If that doesn´t work either try with swfobject
    method
    http://code.google.com/p/swfobject/
    Let see what happen.
    thedoouge escribió:
    > Well, sadly that makes two of us, , , ,

  • Warning: An ActionScript 1.0/2.0 SWF file has loaded an ActionScript 3.0 SWF; code in the ActionScri

    hi,
    I am using classLoader to load the multiple swf and using that getclass method i am accessing its document class. it is working fine in local system. when i upload the same files in server,i am getting the below error
    Warning: An ActionScript 1.0/2.0 SWF file has loaded an ActionScript 3.0 SWF; code in the ActionScript 3.0 SWF will not run.
    any help pls

    what's your url?

Maybe you are looking for