Using multiple locales in Flash Builder 4.7

Is there a known issue in FB4.7 adding multiple locales in the compiler arguments?
I'm trying:
-locale fr_FR,en_US
...but it looks like FB is trying to find a single locale with the name 'fr_FR,en_US' rather than the pair:
unable to open '/Applications/Adobe Flash Builder 4.7/sdks/4.10.0/frameworks/locale/fr_FR,en_US'
Thanks,
Simon

D'oh! Fixed with this syntax:
-locale=en_US,fr_FR -source-path ./locale/{locale}
Simon

Similar Messages

  • How can use Chrome System in Flash Builder

    i have a problem with flash builder (Gumbo).
    in fact i can't use system chrome in flash builder beta.(after changing .xml file)
    please help me

    Thru ExternalInterface you can use it

  • I can't use my license key Flash Builder 4.5 with this release. Someone can help me ?

    I can't use my license key Flash Builder 4.5 with this release. Someone can help me ?

    Hi,
    Flash Builder 4.5 serial number will not work directy in Flash Builder 4.7. You can use FB 4.5 key in upgrade scenario (upgradation from FB 4.5 to FB 4.7).
    Please use the Flash Builder 4.7 serial number provided at http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7  for serialing Flash Builder 4.7.
    -Mugdha

  • Using dynamic text in Flash Builder

    Hi,
    I'm trying to get some dynamic text to my web page. The text is readed from .txt file
    I use AS script which i was using in a project I made with Flash Pro and now i try to implement it in Flash Builder project
    The script look like this:
    var req:URLRequest = new URLRequest("design_1.txt");
    var loader:URLLoader = new URLLoader();
    function textLoaded(event:Event):void
    design.text = loader.data;
    loader.addEventListener(Event.COMPLETE, textLoaded);
    loader.load(req);
    So first I made a project with Flash Catalyst and in there I created an area text element. Then I imported the project to Flash Builder and put the AS script in the <Script> section and gave the <RichText> an id="design".  The text is just simple text and formatting happens in richtext element.
    So, when i try to compile the FB project it give me and parse error "undefined property error req", "undefined property error loader" etc.
    So should i alter the AS script for FB or is there something else wrong? I tried to google how to use dynamic text in FB but couldn't find any easytyutorials. I'm mostly a desginer so coding isn't my speciality. But thanks for help!

    Hi Amy,
    You can customize 'New class' generation under Preferences->Editors->Flash
    Builder->FileTemplates->Action Script->New ActionScript class.
    Currently there are no template variables available constructors. But you
    can customize it as following,
    $
    ${import_declaration}
    $ {
      public function ${class_name}() {

  • Using code templates in Flash Builder

    Hi, all;
    I know how to change most of the templates so that they go from the default "uncuddled" brackets to "cuddled"
    i.e.
    public function notCuddled():void
         //TODO
    vs.
    public function cuddled():void {
         //yay! no wasted space
    However, I have not found the template used for the constructor for a generated Class, so I get:
    package my.package {
         public class MyLovelyCuddledClass {
              public function MyLovelyCuddledClass()
              {//wasted line that I have to manually fix
    I love the new productivity enhamcements in FB 4.5, and they are so great that little nitpicks like this stand out.  Can anyone tell me where I can find the template that is used for this, so I can code to the fullest potential of the tool?
    TIA;
    Amy

    Hi Amy,
    You can customize 'New class' generation under Preferences->Editors->Flash
    Builder->FileTemplates->Action Script->New ActionScript class.
    Currently there are no template variables available constructors. But you
    can customize it as following,
    $
    ${import_declaration}
    $ {
      public function ${class_name}() {

  • Use native plugins with Flash Builder 4.5?

    Hello,
    Is it possible to extend Flash Builder 4.5 to have native plugins?
    My use case is: we have developed SDKs for both iOS and Android where we have extensive signal processing implemented in C. On Android we use JNI to access and run the native code. That's done for performance reasons since real time is a requirement.
    Some other tools like Appcelerator Titanium support native modules (e.g. http://wiki.appcelerator.org/display/guides/Module+Developer+Guide+for+iOS)
    Is it possible to do the same with FlashBuilder? Or the only way is to develop in ActionScript? What are the benchmarks for typical video, audio signal processing (e.g. through classical domain example (filtering))?
    Thanks!
    Greg

    Hi,
    Flash Builder 4.5 serial number will not work directy in Flash Builder 4.7. You can use FB 4.5 key in upgrade scenario (upgradation from FB 4.5 to FB 4.7).
    Please use the Flash Builder 4.7 serial number provided at http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7  for serialing Flash Builder 4.7.
    -Mugdha

  • It got setting error on multiple locales under Flex builder

    Hi, i try to build a multiple locales application with Flex Builder.
    When I try to configure "Flex compiler":
    i enter "-locale en_US,fr_FR -source-path+=/locale/{locale}" for additinal compilere arguments.
    Then there are errors:
    unable to open 'C:\eclipse\Flex Builder 3 Plug-in\sdks\3.2.0\frameworks\locale\en_US,fr_FR'
    I already to generate fr_FR with "copylocale.sh en_US fr_FR"
    May i know what happened?
    Thanks

    I solve this issue.
    for manual compile with
    -locale=en_US,fr_FR
    But under Flex builder with
    -locale en_US fr_FR

  • How do I use multiple local workspaces for the same website in VS2013?

    For quite some time I've been using VS2010 with multiple workspaces mapped from the same TFS branch to test different variants of a website in parallel. The internal web server (Cassini) seems quite happy to run multiple versions and simply maps a new port
    number for the second and subsequent instances that start up.
    We are now looking to move to VS2013, so have to use IISExpress since the 'internal' web server is no longer provided.
    How do I configure things so that if I open a single workspace, IISExpress runs against that workspace using the default port number (specified in the solution), but if I open a second instance in a different workspace it correctly uses a new port number
    and working folder. Do I need to invoke IISExpress using the command line (presumably from each workspace) and specify the relevant defaults or is there some way to enter this in the local config file for IISExpress?
    My initial attempt at editing to config file resulted in the 2nd and subsequent instance using the same physicalfolder as the first instance, presumably because the speficied site name and port number are the same!

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Based on your description, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     or IIS forums: http://forums.iis.net/ for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Using Project Monocle with Flash Builder

    This question was posted in response to the following article: http://help.adobe.com/en_US/flashbuilder/using/WSe4e4b720da9dedb5-4798e7bb139e879b36f-8000 .html

    Here is the link: http://www.adobe.com/devnet/flashruntimes/articles/adobe-scout-getting-started.html

  • Link File Using Code in Flash Builder

    Is there any way  to link to a file on a local drive rather than a url by using action script in Flash builder? For example is there a type of "file request" instead of "url request"  command I can use?
    Thanks,
    SN

    Hello Susan;
    I don't know if this helps, but I was having code hint issues also, here is the link to the discussion.
    http://forums.adobe.com/thread/553610?tstart=0
    John

  • Using TransformGestureEvents in Flash Builder

    Hi all,
    I  am trying to use the TransformGestureEvents to allow interaction inside  of a FLARE based application. I want to create a data visualisation app  with touch interaction.
    I have Flash Player 10.1, which  is needed for these classes, as i have already used them in a Flash CS5  test project, and i worked great!  But when i try to import the  transform gesture events, an error appears saying:
    1172: Defination flash.events:TransformGestureEvents could not be found.
    Has anyone got any idea how i can use TransformGestureEvents inside of Flash Builder?
    Any advice, is deeply appreciated!
    Thanks in advance

    Thanks for your reply!
    I am using flex 4.0 SDK and flash player 10.1.
    Since then i have tried to use the adobe air 2.5 SDK because I read somewhere that it included Touch events. I have tried to overlay the AIR SDK into my Flex 4.0 SDK folder and it doesn't seem to have worked. I am using a mac and the documentation out there to do this , isn't exactly straight forward and ive followed the instructions, but no success. Im really surprised that Adobe have not released a flex SDk with Touch events include, i mean it seem dumb not too!?!?
    Maybe if i gave you more of an insight into what i want to achieve, this could help.
    I want to use flash builder to create a search for a series of media API's (e.g Spotify/Last.FM or YouTube) the user would search for what they want and the results would be displayed in a Radial Tree Layout using the FLARE library to construct the visualisaton and I wanted to use Gestures to enable the user to navigate around the results, (ZOOMING, SELECTING, etc). I have thought about using OpenFrameworks to do this, but I would prefer to use FLASH.
    I am creating this project for my Final Degree!
    Any advice on this, would be great.

  • Using Flash Builder 4.5 to develop for Air for TV?

    How can I target Adobe Air 2.5 when using Flash Builder 4.5 so I develop for Adobe Air for TV?
    When I change the app.xml file to point to 2.5, I get the following error:
    "Namespace 2.5.0 in the application descriptor file should be equal or higher than the minimum version 2.6.0 required by Flex SDK."

    I was finally able to get my app on a Samsung TV. Here's some more info on this subject. You actually have to overlay the Air 2.6 SDK - not the 2.5 SDK.
    Also make sure when you finally package the TV app to change the application XML to point to 2.5,. During development you can leave it as 2.6.
    @see http://learn.adobe.com/wiki/display/airquestions/AIR+for+TV
    What tools do developers use to create AIR 2.5.1 apps for TVs?
    Developers can use the following tools:
    AIR 2.6 SDK
    Flash Professional CS5 Extension for AIR 2.5 (now an integral feature in Flash Professional CS5.5)
    Flash Builder 4.5
    Note: Developers can use the AIR 2.6 SDK for developing apps for AIR 2.5.1 for TV. In Flash Professional, set the publish settings to Adobe AIR 2.5. In Flash Builder, set the AIR namespace to 2.5 in the app descriptor file:
    <application xmlns="http://ns.adobe.com/air/application/2.5">.
    If you are using Flash Builder 4.5, you must do the following:
    Download the Flex 4.1.0.16076 SDK.
    Download the AIR 2.6 SDK.
    Copy each file from the AIR 2.6 SDK into the corresponding directory within the Flex 4.1 SDK, replacing the Flex original variants.
    To use this SDK within Flash Builder, select your project in the Flash Builder package explorer.
    Choose Project > Properties to open the project's Properties dialog box.
    Select Flex Compiler in the list and then click the "Configure Flex SDKs" link to open the Preferences dialog box.
    Click the Add button, browse to the SDK, and then click OK until you get back to the project's Properties dialog box.
    Click the "Use a specific SDK" option and then pick Flex 4.1 from the drop-down menu.
    You must also replace the default WindowedApplication element with Application in your project's MXML file.

  • How use component Flash with Flash Builder 4.7

    Hello,
    Since some days, I work with Flash CC and Flash Builder 4.7 (Creative Cloud)
    I don't find solution to use ComboBox classes in Flash Builder 4.7
    Before,  i created a swc with FlashCS6
    with the component ComboBox in the library.
    In Flash Builder 4.6, i referenced my swc,
    and i wrote :
    import fl.controls.ComboBox;
    import data.DataProvider;
    and it worked fine.
    How can i do?
    Thanks for your response.

    You can download Flash Builder at http://prodesigntools.com/adobe-cs6-direct-download-links.html.  Please make sure to complete the Very Important Instructions section prior to clicking on the download link.

  • Connect Flash Builder 4 to remote PHP service

    Hello i have seen some videos that explained how easy is connect Data/Services to local PHP server, and then extract the methods instantly. Also binding it to a datagrid, and everything was with wizard, easy and fast.
    I would like to do the same but my problem is that i always work with remote PHP (not localhost), and i don't know how to connect flash builder 4 to my remote PHP class.
    PS: I know how to do it manyally, but then i would not use the power of the wizards.
    ¿Is there any solution?
    thanks

    Would you mind giving me an example?:
    the server path is /httpdocs/
    and my website is for example: http://www.smspubli.com
    I though that maybe the solution is on mount a virtual folder that connects to my httpdocs via FTP (problem is that in mac os it lets you create virtual folders but only in read mode)...
    Please help me, there is no solution in all internet and then only way to use the power of flash builder 4 is connecting to localhost...

  • Flash builder Event metadata not recognized

    Hello,
    Can someone explain me why my event isn't recognized in the code below (it is not proposed as a property for my TestButton and if I try to force it I get an error)
    Test application :
    <?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/halo"
    xmlns:local="
    minWidth="
    1024" minHeight="768"> 
        <local:TestButton/>
    </s:Application>
    TestButton.mxml :
    <?xml version="1.0" encoding="utf-8"?>
    <s:Button  
    xmlns:fx=
    http://ns.adobe.com/mxml/2009 xmlns:s="
    library://ns.adobe.com/flex/spark"xmlns:mx="
    library://ns.adobe.com/flex/halo">
         <fx:Metadata>  
    Event("testEvent", type="flash.events.Event")]
         </fx:Metadata> </s:Button> 
    There is no more or less code than that. I'm using the beta of Flash Builder 4.
    Thanks. </s:Button> 
    There is no more or less code than that. I'm using the beta of Flash Builder 4.
    Thanks.
    </s:Button>
    There is no more or less code than that. I'm using the beta of Flash Builder 4.
    Thanks.   

    My apologize for my post layout but I definitly can't get my post to look like what I write in the text field. I don't know why it has repeated the last line (maybe because it's some Adobe stuff). It's difficult to be confident in the reliability of Adobe developping tools when a simple web page doesn't work correctly.
    Sorry for being nasty but I'm starting to get rid of spending hours on ununderstandable problems.
    (To be more nasty, the best this morning : I start a new Flex project in Flash Builder, make a few things, and when I tried to launch it, surprise : "This file cannot be launched" and that's all, no more explanation, imposible to find answer on the web. I finally had to restart the project.)

Maybe you are looking for