Error #2124: Loaded file is an unknown type when loading any SWF file

Hi all,
We are using IBM WebSphere Application Server (WAS) 6.1 along with Apache web-server for hosting our Flash RIA application.
Our Flash RIA application used to be single monolitic SWF file and it worked OK for us.
But now there is a new need to load dynamically external SWF files into our main SWF file, but every time we try to load SWF file on this configuration IOErrorEvent is thrown with error text  "Error #2124: Loaded file is an unknown type"
Simplest MXML application fails to load SWF file with this error, although external images are loading fine.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/mx">
    <fx:Script>
        <![CDATA[                       
            protected function swfloader1_ioErrorHandler(event:IOErrorEvent):void {               
                mx.controls.Alert.show("SWF load failed " + event.text);
        ]]>
    </fx:Script>
    <mx:SWFLoader source="test.swf"             
                  ioError="swfloader1_ioErrorHandler(event)"/>           
</s:Application>
We already tried to specify the MIME type for file extension ".swf" at IBM WebSphere 6.1 admin console, tried 2 values "application/x-shockwave-flash" and "application/swf" - did not solve the problem.

Hi JabbyPandaUA
I had the same problem and I could fix it by adding the following tags to my web.xml:
<mime-mapping>
            <extension>swf</extension>
            <mime-type>application/x-shockwave-flash</mime-type>
</mime-mapping>
try it and tell me, good luck!

Similar Messages

  • Printer not selectable from drop down when printing any pdf file. Printer is available when printing any other file format.

    Client is running Adobe Acrobat X. When trying to print their Ricoh printer can not be seen in the drop down menu. The Printer was added locally and the printer can print any other file format.

    Your ps file should be good, the problem likely resides elswehere. Maybe in your acrobat install, distillers settings. what error did distiller give?
    Mine ran good and got a multi page document, here is a screenshot to help you troubleshoot.
    On mac go to system preferences / print and fax / and change your default printer if you have another option. I know sounds like this should not help, but there are problems like Illustrator for example not making .pdfs if you do not have a printer chosen or an old or corrupt .ppd assigned.

  • "Unknown Error Occured" when opening any Illustrator file

    Hi.
    When trying to open a .ai file, the "unkown error occured" message appears.. Same happens when creating a new file. It's CS4.. Really don't know what else to say, hope you can help me.         

    iTolmach,
    You may try to Ctrl/Cmd+Alt/Option+Shift during startup or Move the folder with Illy closed.
    If it is not something in the Adobe Illustrator CS4 Settings folder, it may be (with tests):
    1. Corrupt font(s): you may move all fonts out of the Windows fonts folder (and move them back in);
    2. Firewall interference (especially if more than one is running (XP SP2 adds one if activated)): you may turn them off (and on again);
    3. Some versions of Acrobat generate many temp files. Too many (64K) causes the problem: you may search and destroy Temp files;
    4. Some other inconsistency caused by Adobe Acrobat/Reader: you may try uninstalling and reinstalling (a newer version).
    5. Incompatible/old printer definition file for the default printer: you may upgrade the driver, change the default, or set the PostScript driver/PDF to default;
    6. Using a US/English version of Illustrator with Windows set to a different language: you may enter Control Panel>Regional and Language Setteings and change to English (and change back).
    7. Quicktime/iTunes: uninstall Quicktime and make sure the Quicktime folder is deleted in the Program Files folder; and/or uninstall iTunes.
    If none of these possible solutions work, have you made any (other) changes to the PC between succes and failure? New software loaded?
    In the end, you may have to rebuild. In that case, remember to use the Cleanup: http://www.adobe.com/support/contact/cs4clean.html

  • Use a panoramic photo flash file in indesign and export it to a swf file for flipbook

    hi,
    i haven a 360° panoramic flash file.
    when i put this file in indesign and make an export to pdf i can see my panoramic photo.
    my problem:
    i want to export this file to swf to use it as a flipbook.
    but now, my panoramic flash file doesn`t work.
    is this possible?
    thanks
    sascha

    Hi, I have the same issue??
    Even when exporting as an interactive pdf.
    My problem is that I am trying to figure out how to export my swf embedded file into an interactive pdf.
    I have created an interactive presentation with buttons, effects etc. After which I exported to swf so that all the effects work.
    But when placing the swf file back into indesign and exporting again as an interactive pdf it doesn't work at all, all I get is a white screen. (I need a pdf for clients basically, they dont want any swf or flash files.)
    Even though after placing the swf file, in the media window I ticked play on page load as well as chose a cover image for the swf file. Still just a white screen when exporting.
    To repeat, I need to know how to convert my swf file into an interactive pdf.
    Any pointers please would be great I have some swf presentations I need to change into pdf as soon as possible or before tomorrow to be exact before our monthly meeting with clients.
    Please help

  • Can I run any .swf file on iphone using AIR SDK 2.6?

    Hi,
    Can I make any .swf file runnable on iphone/ipad using AIR SDK 2.6? If yes then how?
    If not then why? And if I can not run each .swf file on apple devices then
    what type of .swf file I can run on these devices?
    Thanks,
    Sampada

    I have added my xml file there. Specification of icons is not mandetory. So I didnt specify them.
    My .xml file code :
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
        <id>R68BU32HLS.helloWorld</id>
        <versionNumber>1.0</versionNumber>
        <filename>helloWorld</filename>
        <description></description>
        <!-- To localize the description, use the following format for the description element.
    <description>
    <text xml:lang="en">English App description goes here</text>
    <text xml:lang="fr">French App description goes here</text>
    <text xml:lang="ja">Japanese App description goes here</text>
    </description>
    -->
        <name>helloWorld</name>
        <!-- To localize the name, use the following format for the name element.
    <name>
    <text xml:lang="en">English App name goes here</text>
    <text xml:lang="fr">French App name goes here</text>
    <text xml:lang="ja">Japanese App name goes here</text>
    </name>
    -->
        <copyright></copyright>
        <initialWindow>
            <content>helloWorld.swf</content>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <visible>true</visible>
            <fullScreen>true</fullScreen>
            <autoOrients>false</autoOrients>
            <aspectRatio>portrait</aspectRatio>
            <renderMode>auto</renderMode>
        </initialWindow>
        <customUpdateUI>false</customUpdateUI>
        <allowBrowserInvocation>false</allowBrowserInvocation>
        <icon></icon>
    </application>
    You can refer :
    http://forums.adobe.com/thread/848449?tstart=0
    Same problem I posted b4 2 days.
    Ok.tell me one more thing that whatever file I will download from net, its dimentions will
    not be the same as iphone (230*480) , so how it's .ipa will directly get run on device?

  • Dps file automatically opening multiple times when working on another file in the same folio?

    dps file automatically opening multiple times when working on another file in the same folio? Can anybody please help

    Can you try resetting your preferences first and see if that helps - see Troubleshooting 101: Replace, or "trash" your InDesign preferences

  • I take a .NEF file and a .JPG file with every click. When I transfer the files using a flash drive to another computer I never get all of the files to transfer. I get some of the .NEF and some of the .JPGs but not all

    I take a .NEF file and a .JPG file with every click. When I transfer the files using a flash drive to another computer I never get all of the files to transfer. I get some of the .NEF and some of the .JPGs but not all. How come?

    If you're exporting a project then you'll only get the images in that project. Also if any of the masters are referenced then you won't get those masters unless you check Consolidate masters into exported library
    It might be best if you started from the beginning and explained what it is your are trying to do and how you're going about doing it. Also a description of you're hardware/software setup would be helpful.

  • Quicktime crashes when opening any video file type.

    Hi, I've been having this problem for quite a long time now. When attempting to open a quicktime file or any other type of video file, the program crashes. It does not report any sort of error message. I've updated both quicktime and windows. I've tried everything that has been suggested in prior posts and have yield no results. This is really irrating me. I don't want to have wasted money on this program and I need this for class. Any advice is appreciated, thank you.

    The files I'm most concerned with playing are my animations exported from Final Cut and from another system's quicktime. These usually are quicktimes or .wma's that are either uncompressed or with a variety of compression, usually DV-NTSC, H.264, HDV 1080 60i, or mpeg4 for the web. But as I've professed before, it seem that the file type isn't necessarily factor. Any video file that should play in Quicktime does not and the program crashes. Upon this I get a very vague error message which reads "Quicktime Player has encountered a problem and needs to close. We are sorry for the inconvenience." That unfortunately is as much detail as I can give at the moment. I know this is a vague problem and that my information is just as vague, but that is all I have gathered. Anything is appreciated.

  • "An error (1502) occurred during the action Open." when opening original .VSD files, but NOT copies!?

    We have a weird situation we're trying to troubleshoot for quite a while: We have multiple .vsd files stored on our network in DFS shares.. We have multiple users who cannot open the files, when they try by navigating to the file and double-clicking it,
    they get "An error (1502) occurred during the action Open. File not found"
    However, if they copy and paste the file to the same exact network folder, THAT file they can open with no problem!
    The problem is very bizarre. I've checked obvious things such as file/folder permissions, versions of Visio installed, things in common between people who can and can't open the files.. I even did some testing today with some strange results...
    Windows 7 x64 machine with Visio 2010 Pro installed (x86):
    1. Opened file by double-clicking it in explorer, "Got the 1502 error"
    2. Tried it again, this time I just get "File not found"
    3. Opened Vizio, did a File --> Open --> navigated to the file and opened it that way... 1502 error.
    4. Copy/pasted the file into the same folder where it's stored, then double-clicked the copy and it opens fine.
    5. Closed the copy, tried to open the original, still get file not found / error 1502.
    The file does exist, it IS there.. sometimes the user just copies it to their local desktop (well, it's not really local, it's redirected) and it opens fine there.. other users email themselves a copy of the file and then open it that way.. it works for
    some, not for others.. and there's no discernible pattern yet to identify who this is affecting. Anyone have any ideas?
    -Keith
    -Keith Elkin

    Hi,
    Based on the error message, the issue may be caused by the Visio file is occupied by some other program in DFS.
    >>4. Copy/pasted the file into the same folder where it's stored, then double-clicked the copy and it opens fine.<< If you did this step, the Visio file would rename in the same folder, like file1.vsd. Thus, it opened well.
    Thus, I recommend you check the file's status in computer management in DFS server, see the below image:
    If the affected Visio files were occupied, please try to clean them(right click>close the file) to test.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Sorry,
    This didn't help, the files are not open, locked open, and the issue still persists. Any other suggestions?
    -Keith
    -Keith Elkin

  • Errors when opening any PDF file

    Can't find a bytecode file to load.
    InitializeFormsTrackerJS is not defined
    1:App:Init
    ReferenceError: InitializeFormsTrackerJS is not defined
    1:App:Init
    From the Javascript console I get the above whenever I open any PDF file from Acrobat XI Pro.
    I'm at version 11.0.7.
    Where is the source of this problem ?
    A search for InitializeFormsTrackerJS shows no hits in the Javascript folder.

    The folder is Acrobat\Javascripts
    Repair your Acrobat installation.

  • Quicktime quits when opening any m4v file

    found simular problems, none of the solutions worked.
    any ideas?
    qt 10.2
    os 10.8.4
      Model Name:          Mac Pro
      Model Identifier:          MacPro5,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.4 GHz
      Number of Processors:          2
      Total Number of Cores:          8
      L2 Cache (per Core):          256 KB
      L3 Cache (per Processor):          12 MB
      Memory:          18 GB
    Process:         QuickTime Player [1430]
    Path:            /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
    Identifier:      com.apple.QuickTimePlayerX
    Version:         10.2 (603.17)
    Build Info:      QuickTimePlayerX-603017000000000~5
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [150]
    User ID:         501
    Date/Time:       2013-08-22 20:12:07.543 -0700
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          62106 sec
    Per-App Interval Since Last Report:  2913 sec
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      4B433519-3610-6EE1-E9C0-B48A7C11C516
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000106c8d000-0000000106eea000 [ 2420K] r-x/rwx SM=COW  /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff8caefbb2 CFDictionaryGetValue + 18
    1   com.apple.QTKit                         0x00007fff932a

    The files I'm most concerned with playing are my animations exported from Final Cut and from another system's quicktime. These usually are quicktimes or .wma's that are either uncompressed or with a variety of compression, usually DV-NTSC, H.264, HDV 1080 60i, or mpeg4 for the web. But as I've professed before, it seem that the file type isn't necessarily factor. Any video file that should play in Quicktime does not and the program crashes. Upon this I get a very vague error message which reads "Quicktime Player has encountered a problem and needs to close. We are sorry for the inconvenience." That unfortunately is as much detail as I can give at the moment. I know this is a vague problem and that my information is just as vague, but that is all I have gathered. Anything is appreciated.

  • Help for PowerPoint 2007 crash when running embedded SWF file with latest Flash Player?

    I have developed in Xcelsius 2008 SP4 a dashboard with only Excel as the source. I output to PowerPoint and then save it as a PowerPoint 2003 PPS file. On more than a few machines that have PowerPoint 2007, PowerPoint crashes when I attempt to run the presentation. This happens only with later versions of Flash Player. I have tried uninstalling/reinstalling the latest Flash Player but it still crashes. However, when I revert back to Flash Player 10.1.159..., in PP 2007 the presentation runs perfectly.
    With regard to the error I receive in PowerPoint 2007, it is as follows:
    Error Signature:
    AppName: powerpnt.exe AppVer: 12.0.6500.5000 AppStamp:49a68f9d
    ModName: flash10u.ocx ModVer: 10.3.181.34 ModStamp:4e011a1d
    fDebug: 0 Offset: 003a893c
    Of note is that this behavior does not happen in PowerPoint 2003 nor does it happen when the file is saved as a SWF and launched directly in the browser on the problem machines.
    I have to assume that this has happened to others so any help you could provide would be VERY appreciated.
    Thank you

    Hello,
    on the first glance I see these: data="file:///Macintosh HD/Users/user/Documents/Website/Working.swf", what means the path to your swf file is pointing to your local hard drive which nobody can see except you. Please replace all thes pathes with the correct ones and load up your file(s) again.
    If the problem remains, please send a link to your website in question, no matter how it looks like..
    Hans-Günter

  • The execution file is too large in ipa,but the swf file is not that big, even with the air runtime.

    Hi,could some one tell me why does this happend.
    the size of the main swf is 16M,named "Loading.swf", when packaging to ipa (target: ipa-app-store), the execution file(named "Loading")  in the ipa is turn to the size of 41M , I know it will intergrate with the whole air runtime into the main executing file, 41-16=25M, but the size of air runtime is far smaller than 25M.
    when comress this exection file info a zip file, the size after compressed is 26M, why,help?
    Thanks in advance.

    Has this ever been resolved?  We are having a similar issue.
    Thanks!

  • Tutorials in SWF output format prompted "Do you trust this content to connect to the Internet?" when opening another SWF file

    Please help.
    I have a tutorial with in the output format of SWF and HTM. I have click boxes that On Success will open another tutorial (SWF file). When I click on the click box, I get prompted “Do you trust this content to connect to the Internet?” by the Adobe Flash Player. I can click “Yes” and continue, however I don’t want the user to get prompted for every click box with this action (there is one for every tutorial and navigation buttons to each tutorial). I also think that SCORM can't handle the prompt, because when I run the tutorial from the LMS the click boxes do not work at all.
    I have tried selecting “Always allow” in the Global Security Settings panel as per the instruction on this website: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l.
    Any ideas?

    Hi,
    I wanted to add on a question to this posting.... I believe Rod's instructions must be followed on a per-PC basis, correct? Is there any way to disable this globally when/after I publish the files rather than telling 1000 users across the globe that they have to change their security settings? I don't think so from the article (very thorough) but just hoping there's something I can do?!
    Thank you!
    Michele

  • All .swf audio plays on slide 1 when published as swf file!

    Help!
    I am trying to publish a series of projects (seven) as swf files to upload to moodle for a CBT course.  This is my first time ever using Captivate in this way and when I go to view the outputs using a web browser, all of the audio for the imbedded flash files in the project plays on top of each other on the first slide.  They will also play as they are supposed to during the course, but it's very annoying.
    When I publish the project as a standalone file, everything works flawlessly.  What is causing this and how can I fix it?  I must also state that I outsourced the flash work and know next to nothing about flash, so any help you give that might involve that piece, I will have to pass on to the flash developer.
    Thank you in advance for any suggestions.
    EDIT: Captivate 3.0.1  Not sure what version of Flash.

    Was there ever a typing text object anywhere in your project that you delete at one time? I remember from Cp3 that when it would capture a typing text animation from a capture session, that you could never truly delete the object from the slide, only hide it (not sure if it's the same in Cp4, I recently jumped to Cp5).
    When in doubt, I would do Insert > Blank Slide, then re-create the audio/objects from your current slide 1 and insert/paste onto the blank slide, then blow away the problematic slide 1, then republish and see if that helps!

Maybe you are looking for

  • Stock on a particular date

    Dear All, I am creating a customised report for showing all the importatnt data (like stock, consumption, production, sale in one report) at client level. In this report I am required to show the stock of material on a particular date, entered by the

  • How to implement two dependent dropdown lists in an input  table row?

    Hi all, I am new in Jdev 11g. I try to develop an input table with two dependent dropdown list. I can create independent dropdown list in such table. When I try to implement dependent one following some examples do it in a form using bind variable in

  • ITunes 10.4 not playing songs all the way through

    Hi all, I am having an issue with iTunes 64bit 10.4. My songs don't play all the way through, sometimes playing a few seconds before skipping to the next one and sometimes well into the song before skipping (without any predictable pattern even for t

  • How do I uninstall adobe reader from my iPad 4?

    I can only preview first page of documents on a website that says I should be able to open them in adobe reader. how can I fix this? Do I need to uninstall adobe reader and reinstall? How is that done on an iPad? I did update the reader, turn off iPa

  • How to Check if Timeout occured

    Hi all, I have a small Doubt in Query timeout. I am using setQueryTimeout() of statement object to set the query time out.I am setting query time out to 15 seconds. My requirement is if the query time out occurs, Then I have to again give the same qu