"SWF is not a loadable module" during the compilation of flash builder 4.6 but not 4.0

I'm having a very strange problem on a legacy project. The developer who built the project (using fb 4.0 and flex 3.0.0.477) is able to compile and the application works fine, both locally and on the server. However, if I take the same code and compile it using fb 4.6 and even flex sdk, the application works locally, but begins to not load the modules on the server, which gives an error "SWF is not a loadable module. There are no other errors of the debugging sessions.

All cross-domain policy files appear to be in place. The module, starts loading, but receives the error after 5-10% is downloaded.

I also tried setting the scope using modLoader.applicationDomain = ApplicationDomain.currentDomain; with no result.

Thank you!

It finally worked! The application has been loaded from https, while the regular http modules.

I guess your initial point on the restrictions of security on FB 4.6 was correct, but I don't know why the scenario of Flex Builder 3 got the same results.

Thanks a lot for your help.

Tags: Flex

Similar Questions

  • I had to reinstall all my programs and data to a new disk, the old crashed. During the installation of Flash Player, I can't go any further than the password stage as he rejects. Again the username and password have been accepted without any problem to ac

    I had to reinstall all my programs and data to a new disk, the old crashed. During the installation of Flash Player, I can't go any further than the password stage as he rejects. Again the username and password have been accepted without any problem to access Adobe.

    Strangely the same problem occurs when I try to install and older version of Lightroom 4.

    Can you help me?

    Hello

    It is the OS, not Flash drive, to ask for the password.  Please refer to the FAQ what userid & password I need to install Flash Player? for assistance.

    --

    Maria

  • During the installation of Flash Player, I get the prompt to close the customer control panel. What is and how it close?

    During the installation of Flash Player, I get the prompt to close the customer control panel. What is and how it close?

    This link to a thread on this forum about Adobe Flash Player explains how to kill (strong word) the customer dashboard:

    Client dashboard

    I assume you are using a Mac.

  • Can anyone help me pls with 0xc000012f error code during the installation of Flash Player version 11.6.602.180

    Can anyone help me please with 0xc000012f error code during the installation of Flash Player version 11.6.602.180? I tried several times to install to no avail. Thanks in advance.

    Download installer of http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header offline and save it to disk, and then close all browser windows and run the downloaded installer.

  • In the version of Flash Builder Plugin, why he was installing an another 'Eclipse replacement?

    In the installer of Flash Builder 4 plugin, I just ran, why he was installing whats seems to be another copy of Eclipse in my "C:\Program Files (x 86) \Adobe\Adobe Flash Builder 4 plugin" folder with a shortcut called "run Adobe Flash Builder 4 plug-in Eclipse replacement"?

    I was expecting only a plug-in in my current installation of Eclipse. What happens here?

    Hi Pup500,

    FB4 plugin comes with the full Eclipse 3.4.2 (Ganymede) package for Java developers and also supports linking FB4 to your own copy of eclipse 3.5 (Galileo) or 3.6 (Helios).

    We considered group one of the biggest packages (Eclipse for PHP developers, etc.), but wanted to keep the smaller footprint, and the package for Java developers was the smallest that always includes the JDK.

    The shortcut for the "substitute" should point to your own copy of the eclipse, and the default Launcher shortcut should point to the copy grouped under the subfolder \eclipse-host-distro. The default shortcut will launch eclipse/FB4 using our copy of the JRE, but the shortcut replacing assumes that you have either a compatible JRE installed - the system-wide, or that you are a valid JRE in your eclipse folder.

    Some of the reasons why we started the eclipse with plug-ins FB4 grouping were:

    -the custom configuration (settings file ini, allocation of memory, etc.) provided in the bundled copy of eclipse can be used as a guide for your own eclipse configuration optimization to improve performance with FB4.

    -on the victory, group us tested compatibility version of JRE for use with the bundled copy of the eclipse. This can be useful on Windows 64-bit, we provide a 32-bit version of JRE compatible with FB4. You can copy this same JRE folder in your own copy of the 32-bit eclipse, if you do not install a version of the JRE 32-bit systems.

    -If you encounter conflicts version or the boot with your own copy of eclipse, you can still run the copy group as a relief, until all issues are resolved.

    Out of curiosity, what version and package of eclipse are connect you?

    -Chris

  • What is the cost of Flash builder 4.0 and the purchase of the license?

    1. What is the cost of Flash builder 4.0 and the purchase of the license?

    2. How to make the current test version of Flash builder 4.0 for run with the re - install?

    Hello

    you could have a look at the family Adobe Flash Builder or website to use amazon for example as Amazon.com: Adobe Flash Builder 4 Standard.

    Hans-Günter

  • get the Application Module during the invocation of Taskflow delimited

    Hello dear developers,

    I have a filter that maps just before the Faces Servlet and fill some attributes in the HttpSession before it proceeds with the request

    [...]

    If (_clientUser! = null & &! _clientUser.isEmpty ()) {}

    session.setAttribute (CLIENT_USER_URI_PARAM_NAME, _clientUser);

    filterChain.doFilter (servletRequest, servletResponse);

    return;

    }

    [...]

    There are some practical information for which task flow should be addressed within the URI,

    faces/ADF. Task-Flow? ADF.tfId = Task-Flow-Definition-ID & adf.tfDoc=/WEB-INF/task-flow-definition-id.xml

    After I continue the application there is a method call within the bounded workflow that is called before the display (allows to call the current view), making it default business

    [...]

    activity < default > doStuff < / default activity >

    [...]

    The method itself is in a Managed Bean PageFlowScoped, which is added to the task-flow-definition - id.xml

    This is the method that is called before the "MainPage"-view of doStuff ".

    public class {controller

    [...]

    public void doStuff {}

    FacesContext ctx = FacesContext.getCurrentInstance ();

    Card sessionMap = ctx.getExternalContext () .getSessionMap ();

    String clientUser = (String) sessionMap.get (CLIENT_USER_URI_PARAM_NAME);

    AppModImpl am = getApplicationModule();

    DBTransaction transaction = am.getDBTransaction ();

    do more things

    }

    [...]

    }

    public AppModImpl getApplicationModule() {}

    FacesContext fc = FacesContext.getCurrentInstance ();

    Application app = fc.getApplication ();

    ExpressionFactory elFactory = app.getExpressionFactory ();

    ELContext elContext = fc.getELContext ();

    {ValueExpression valueExp = elFactory.createValueExpression (elContext, "#{data.", Object.class "}") AppModDataControl.dataProvider};

    AppModImpl m = valueExp.getValue (elContext) (AppModImpl);

    am back;

    }

    Everything works well so far. But if I try to get the Module of the Application. There is not.

    This app normally isn't any what DataControl, because is just a root application which different components of blocks that have been added by ADFLibrarys, but I added a DataControl to the DataBindings.cpx and an iterator for the MainPagePageDef (just to understand a DataControl in links) but still no result.

    Do you have any tips for me how I can access the application Module? FacesServlet should have been already created the necessary FacesContext managed Bean is called at the moment or it only creates a new FacesContext time a real (jspx/jsf) Page loads?

    Yours,

    Matthias Schnell

    I got a response:

    Here is the block message that has helped me to understand.

    Andrejus Baranovskis Blog: How to fix error of initialization of the control Data with the ADF libraries

  • Could not register during the installation of Flash Player

    Hello

    I'm having the following problem.  When you try to install the most recent 'Flash Player' I get the following on the 300 more my PC running Windows 7.

    Flash Error.PNG

    I tried the steps for installed the cleaning and the steps to give permissions to the correct key in the registry and nothing worked.  I have attached the log files of the last machine, that I encountered the error.  Can someone please! I'm at my wits end on this.

    Shared files - Acrobat.com

    Thank you

    Roger Desilets

    Aqueduct of Charleston

    Post edited by: Roger Desilets

    For all those who may fall on this thread with a similar problem (and always get "Failed to register" error after you run the SubInACL tool to correct permissions):

    We have identified the problem as McAfee. Specifically, McAfee was preventing access to the following registry entries:

    HKLM Explorer\ActiveX Compatibility\ {D27CDB70-AE6D-11cf-96B8-444553540000} \Compatibility flags

    HKLM Software \Policy Rights\ElevationPolicy\ {FAF199D2-BFA7-4394-A4DE-044A08E59B32}

    HKLM Software \AppPath Rights\ElevationPolicy\ {FAF199D2-BFA7-4394-A4DE-044A08E59B32}

    HKLM Software \AppName Rights\ElevationPolicy\ {FAF199D2-BFA7-4394-A4DE-044A08E59B32}

    During uninstallation of McAfee, Flash Player ActiveX registered.  Could be a policy setting in the configuration of McAfee.  OP will investigate.

    --

    Maria

  • Not found error symbol during the compilation of different packages

    Hey all,.

    I'm dividing my project in a meaningful hierarchy. That's what I want:
    MyProject
    MyProject/src ................................. where all the source files are (no further directories)
    MyProject/classes
    MyProject/classes/Main.class
    MyProject/classes/classes2 ................ sorry for not being creative XD
    MyProject/classes/classes2/Age.class
    Now age uses the hand, and this is where the problem is. I use javac directly to determine the age, and this is how I do it:
    //from MyProject
    javac -cp classes src/Age.java
    And I get this error:
    bla bla bla...cannot find symbol
    symbol  : variable Main
    location: class classes2.Age
              years = (byte)(Main.year - m.getYear());
                             ^
    Principal is already compiled and implemented.

    In addition, it is how to start Age.java:
    package classes2;
    
    public class Age
    {...etc
    I use as a JCreator IDE (and this is the function own generation, the same error occurs, this is why I tried to compile the file directly).

    Why javac you can't find Main.class? I tried the Google search, but my particular problem did not seem to arise.

    Hope I've provided enough information and ask if we need more.

    Thanks a lot :)

    If the hand is not in a package (which it seems to be), then it cannot be referenced by any class that is in a package. If principal is in a package, you must defer its full name (or import it as such) If this isn't in the same package as the class that refers to him, and Main.class must be in a directory that corresponds to his package.

    In addition, if the compiler cannot demand it, your source code directory structure must match your package hierarchy.

  • Registry during the installation of Flash Player problems

    Hi, first, sorry for the spelling errors, I'm Argentinian . I write here because I have tried MANY ways and solutions to install Flash Player for IE, here a few facts:

    I mainly use Google Chrome, which has the PC already installed, but I have a problem with the ActiveX control, I can install Flash player 11 for windows but not ActiveX... I read that it is a tool for IE, so I thought that I wouldn't be needing, but when I tried to run a program (game Ranger) he said I had need of ActiveX control and that I had not in my computer... So I started to search for solutions, etc etc, and ultimately abandon it because I just couldn't do it, but right now I did it again because I want to know if it's something important to have...

    The problem during the installation is the following: it starts to download the Flash Player... then install it and when it is at 51%, it stops and a message appears saying: registry error. It's what happens when I try to install ActiveX, not Flash Player itself, because as I said above I can install...

    All I want to know is if he remains the path to allow the installation of Flash Player change the values of registry... because I think that's the main problem... I think so. Thank you for reading.

    Edit: I forgot to say my system information.

    OS: Windows 7 32-bit

    FINALLY FOUND THE SOLUTION!

    That's where I found it > http://forums.adobe.com/message/4086663#4086663

    Finally, after 6 months, I installed ActiveX, thanks to this person than the fixed

    in any case, I am grateful to you guys, I've been impressed with the speed that you have answered my question, thank you very much.

  • Error "Cannot set the property 'innerHTML' undefined reference or zero" during the installation of Flash player 18.0.0.209

    Check the status of my modules I've seen "update" notice for flash player.

    I clicked the button to update and was taken at Adobe to start the process. I clicked on the "Download" button and the download of the installer has set and completed normally.

    I clicked on the file Installer downloaded and started the installation. Then this error message appeared (see snapshot). By pressing 'Yes' or 'no' buttons causes the message reappear continually. I had to use the Task Manager to kill the process.

    MY version of FF is 39.0. The version of flash player that is 18.0.0.209. OS is W7 Home Premium (update).

    I have to wait until Adobe releases another version? Thanks in advance for your help.

    Hi, can try you if the installation works with the offline installation program, you can download on http://www.adobe.com/products/flashplayer/distribution3.html (for use of firefox windows-exe for plugin-based browsers)?
    otherwise, you may contact adobe technical support to get their product to work...

  • Flex components do not work after the upgrade to Flash Builder 4

    I just bought Flash Builder 4 and imported my Flex Builder 3 project. Everything worked except my Flex components that have been created in Flash Professional using the Kit of Compoent Flex may not appear at all in my Flex application. The components have been created in Flash CS3 and published to a CFC. I even tried the upgrade to Flash Professional CS5 and publish again, but that did not help. These components work in Flex Builder 3 with Flex SDK 3.2. Anyone know why they do not appear in Flash Builder 4 with Flex SDK 4.1 and AIR 2.5 SDK? I need to work with AIR SDK 2.5 so I can compile for Android. Thank you, Ryan.

    P.S. when I say that they are not I mean that they are not visible in the currently running application. Flash Builder is find in the good SWC because I instantiate components in my mxml file and it compiles without error. -Ryan

    I downloaded the SWC and looked inside.  It is not related with Flex 4

    version of the FCC.  I think you need to check your configuration.  The CFC

    would have a substantially larger size once you get it right.

  • 'incorrect type for the socket' error message during the installation of flash player.

    MacBook Pro (15-inch) with El Capitan 10.11.5, Safari 9.1.1 OSX Version.

    Message received from new flash update. Conducts system preferences to download. Download went to the file downloads. Close all windows including the browser. Opened, dmg began to download. Error message as follows "Type incorrect Protocol for socket AdobeFlashPlayer_21_a".

    DMG trashed, uninstalled Flash Player, downloaded from the Adobe site, same message. Started in safe mode. Shut down, started normally, always impossible to download Flash Player. Now, I don't have any Flash Player and cannot download any version.

    Help would be appreciated, thank you very much. Pat

    It is possible the error of mounting the DMG is related to the 10.11.5 update.  Please see cannot load DMG files after installing 10.11.5 | Apple Support communities.  A number of people get the same error, with various software, when mounting the DMG if none of the suggestions in that work of forum for you, contact Apple support for assistance.

    As an alternative, you can also try using the installer in offline mode, posted at the bottom of the problems Installation | Flash Player | Mac page, in the section "Problems", but I suspect exhibit you the same behavior.

  • Edition for Mac from the PC with Flash Builder 4.6

    I recently spent Flash Flash Builder Pro to write actionscript projects. I want to publish the application over for PC and Mac. I don't want to use the air installer as most potential customers will look installed. I tried the option captivates runtime and this works well for the PC version, but I'm not sure how to package files for use on a Mac or if there is an option more suitable for the app Mac (for example the Mac in Flash Pro projector)

    Any help would be appreciated.

    Richard

    You should be able to make a swf file. Just worry that other things if you deploy for iOs (iPhone or iPad), not Mac in general.

  • "Source be found" with the plugin for Flash Builder 4

    Hello

    I installed the trial version of Flash Builder 4 plugin in my Eclipse and when I try to open the source code for a Flex class I get the following error (in this case the event class-specific):

    Source cannot be found for flash.events.Event in C:\Program Files (x 86) \Adobe\Adobe Flash Builder 4 Plug-in\sdks\4.0.0\frameworks\libs\player\10.0\playerglobal.swc.

    The playerglobal.swc file contains only a SWF file and an XML file.

    Do you know how I can view the classes within Eclipse?

    A tip: the error message that I got from Eclipse could not be copied. I had to type it by myself, where I can send an enhancement request?

    Thank you

    Nikolai

    Inside the playerglobal.swc and airglobal.swc Flash Player API classes and they are not open source.

    -Rahma

Maybe you are looking for

  • try to restore the ipod because it has been disabled, but I get an unknown error 3194

    my daughter has an ipod touch 6 iOS 8.4 and I believe that my son kept entering the wrong code and now it is disabled and needs to connect to itunes. I tried the steps to restore the ipod, but they did not work. I tried to use find my iphone to clear

  • Intermittent WiFi problem after upgrade to Windows 10

    My acer aspire V3 - 571 has been intermittently lose WiFi for the last 2 days since Windows 10 Windows 7 Home Premium upgrade. The Aspire has: Driver Atheros wireless network adapt AR5BWB222 10.0.0.38 Wednesday 2/15/12 So far, I have: 1. in the prope

  • P2715Q, "the system has detected a link failure.

    Just got my new DELL P2715Q monitor and I have the same problem. The monitor is connected to a TriX R9 290 (no X) via the DP-MiniDP cable supplied with the display. When I "wake up" the monitor of fashion 'sleep', I get the same error:"The system has

  • Image edited in SCCM R2 2012

    Dear all, I want to thank you in advance. I was wondering is it possible to edit the image in SCCM, currently in my organization every time that I the new image computer after the image finishes I have to wait for windows update run all day for a PC.

  • T3 trouble shooting sight-screen split problem

    Hello My company has 3 T3 devices and dozens of devices C20. Main features including 8710 MCU and VCS, etc. Now, I'm facing a problem is that if I add T3 A, B and an in a multipoint conference in 8710 C20, I can see full screen with two seats in the