I want to allow my local Flex projects to communicate with remote cfcs

I want to allow my local Flex projects to communicate with remote cfcs that are hosted on an external server.
For example I usually develop my flex apps locally and upload them to a server for testing. If could do the above I could have just have one database to test and run live data.
How to I set up my services-config.xml to do this. Is this something I should set up in Flex builder?

You can set up your project in flex builder to connect to the remote server instead of the local one. Also, you could add remote database as a datasource in the cold fusion administrator for the localhost; this would allow you to have single database for testing and production. Personally i like to have my localhost mirroring the production server this allows me to test localy and make sure that everything is working properly before publishing to the live server.

Similar Messages

  • Trusted Local Flex swf files access to internet?

    Hi All,
    We're developing a desktop game client using Flex and require
    a local swf file to make loader calls to the Internet. I know about
    the sandbox issues but have read that placing a text file such as
    myflexapp.cfg into the
    C:\windows\system32\Macromed\Flash\FlashPlayerTrust directory can
    let the Flash player know about swf files that are trusted. The
    file myflexapp.cfg has the absolute path to the directory location
    of my Flex generated swf file - which is the debug directory of my
    Flex project. I also tried targeting the swf file explicitly rather
    than the entire directory.
    When I test, the swf file continues to just quietly fail to
    load any resources from the internet. Also, I do not get any
    warning dialogs telling me that a swf file is trying to access the
    internet and if I wish to allow it. Have I missed something? has
    anyone had any success with using the Global Flash Player Trust
    directory to allow a local Flex generated swf file access to the
    internet? Also I cannot see the mms.cfg file in the
    C:\windows\system32\Macromed\Flash directory as is described in the
    Adobe Flex 3 Help chapter "Overview of permission controls".
    Any thoughts would be greatly appreciated! Thanks in advance
    Regards
    Tom

    hi - does this always work? i have the same question as wanderz. i live in ethiopia where the internet connection is unreliable and want a robust local wirless network that will allow my devices to communicate with each other and some file sharing. ive used a router in the past but, for instance, when the internet connection goes down my ipad no longer works as a remote control for my mac mini
    really grateful for any suggestions

  • Flex Project ; Compile Locally

    When I set up a Flex project in Flex Buiilder 2 , and select
    Flex Data Services, Compile Application locally in Flex Builder ,
    then select root folder, root URL and context root, the application
    fails to compile locally . I get an error in the problems section
    stating , "Unexpected attribute 'url' found in 'endpoint' from
    file: services-config.xml" . I am using LiveCycle Data Services ES.
    Anyone having the same issue ? My co-worker was able to do a
    similar set-up successfully using FDS2 , so I'm wondering if there
    is an issue with LCDS ?
    Thanks, Steve

    sjlib,
    I was able to resolve my same error by updating the Flex SDK
    2. I found some information to do this here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=640&threadid =1253123&highlight_key=y&keyword1=flex%20Builder
    I followed the directions posted on 03/29/2007 by
    "nodogbite".
    After updating the Flex SDK, I removed my projects from the
    workspace & the J2EE DIR and rebuilt them from the source path.
    After doing this I no longer got the "Unexpected attribute 'url'
    found in 'endpoint' from file: services-config.xml" when I
    recompiled.
    I hope this helps, good luck!
    -Gavin

  • Is Flex the answer for our Remote image viewer project

    My company has a new project and I am trying to figure out if
    Flex (in conjunction perhaps with AIR) would be the best platform
    to do this on. I am not a Flex developer...I have a ColdFusion
    background, so I need your help to decide if we should go looking
    for a Flex Guru.
    We need to grade digital papers remotely. The idea is that a
    grader would launch this application and login. Then the system
    would display a paper (a scanned image) on the screen and the
    person would enter a score. The system would interface with the
    backend via ColdFusion CFCs to a SQL server.
    Features we would like:
    1. The image pane would allow zooming of the image in case
    some text was hard to read. Ideally it would allow real-time
    brightness and contrast also, but perhaps that is asking too much.
    2. If the paper was multiple pages (it could be), then the
    application would have an area which showed thumbsnails of each
    page. The grader could click on the thumbnail to skip to other
    pages.
    3. I don't know about Flex/AIR security, but the entire
    session would have to encrypted (SSL). Security is important on
    this project. Can Flex/AIR be configured to stop/prevent screen
    capture?
    4. Is flex capable of good keyboard handling? We would like
    to offer keyboard shortcuts for everything. If the grader types a
    number, then we want to assume they are scoring the paper. If they
    use the arrow keys, we want to flip between pages, etc.
    5. Can it handle image caching? Performance will be
    important. So while the grade is looking at page one, we would want
    to be downloading any additional pages in the background if the
    paper was multi-page. Then once they flip to the next page it is
    instantaneous.
    Any help would be appreciated. We are just starting to
    research this project, and it looks like Flex/IR could be a strong
    solution...but I am ignorant as to many of the capabilities.
    Thanks,
    Bryan

    Thank you both for you answers. We will keep digging on a
    Flex/AIR solution to this problem, as it seems pretty viable.
    picnik looks to have a lot of the functions we need. Of
    course we would need to leverage those functions in our own app. I
    had come across the fig_panzoom thing...that looked very promising.
    Could the image container dynamically size based on the size of the
    application window? Since this would probably be a desktop AIR app,
    the user could size it depending on their needs. Ideally the image
    container would then also size accordingly (as a percentage of the
    window). By not have a fixed size image container, a user with a
    larger/higher res screen could see more of the image than someone
    with a smaller one.
    For the image capture issue, I have seen some cases where I
    am not able to easily take a screenshot of a flash applet. I have
    tried to take screenshots and the flash area I am trying to capture
    shows up as a black box. I don't know if this is an active
    protection or just a fluke in my capture attempts. Ideally we would
    want to try to prevent screen capture of our AIR app. I will take
    that issue to the AIR forums I guess.
    Thanks again.
    Bryan

  • Flex Project Management

    Hi,
    I am planning to build a flex project with a small group of people. So, I am thinking to have one main project to load all the component (SWF) in swf loader, so that I can have the component to be distributed to everyone. Here I want to ask:
    1. Besides local connection, what is the other best, fastest, and most stable way to have the main application to communicate with child application loaded via swf loader?
    2. As each person may working on their own part, how to set up the project so that they can easily debug their part with the main application during the development?
    3. The project will be deploy in both Air and web format. How to share the code base for both development so that we are easier to grow and maintain the app?
    Thanks. Please advise if you have better way for group development.

    take a look at the first part of this video where he talks about different architectures
    http://tv.adobe.com/watch/max-2010-develop/flexactionscript-30-architecture-and-dependency -injection-frameworks-overview/
    you also might find this useful. Some example case studies for web/mobile apps, the same principle could be applied to web/desktop apps
    http://www.adobe.com/devnet/flex/samples.html

  • Flex project to auto-generate reports

    The requirements for the project I'm working on are to:
    1) Create a chart-based report definition
    2) Publish the definition to the database
    3) Auto generate the chart/report every X minutes/hours/days,
    etc as a pdf
    4) Notify users where to download the report
    So far, I've gotten the first part done so that the user can
    define the report. And, I think publishing to the database should
    be easy enough, however for the auto-generation, I was thinking of
    using flex with charting to draw the reports, but I'm a little
    fuzzy about generating the pdf and also about having the program
    auto-generate things. I have been using a simple servlet up to this
    point to communicate with the database (Oracle). However I was
    thinking of using BlazeDS since I've been reading about it.
    Does anyone have any experience with BlazeDS? Is it even
    necessary? Do you have any comments or suggestions about which
    technologies I should use to implement this solution?
    And as far as the PDF generation, I had looked into Alive
    PDF, but is there a better/easier solution?
    Thanks for any help you can offer!

    Not that I would recommend this in most case's but if the
    PDF's do not need to be dynamic you could use something like PDF995
    and send your page to it as a formatted print job. I had a client
    that wanted printouts from Filemaker in PDF so they could Email
    them to a list. Had to be automated so we just set up a print
    script in filemaker to print to a PDF converter. Don't think it was
    actually PDF995 and I do not remember what it was but I mention
    PDF995 because I use it at home. You just need something where the
    API allows you to specify the location to save too and the name of
    the file as part of the printjob. Send the files to a standard
    location on your server and trap the name of the file in a
    database. Bingo. Easy PDF's.
    Of course the alternate option is to auto generate your chart
    as a web viewable formatted for print version. As it changes notify
    your users with an email link of where to view it and then let them
    print their own PDF using PDF995 or other such utilities if they
    want to.
    And then get back to the Game of Half-Life2 Death Match going
    on in the server room.

  • Flex Project Exports - Adobe SWC Distribution

    Hi,
    I'm having a difficult time trying to find any information regarding this so I would be really grateful for any help here. Let's say I have created an ActionScript project in Flex Builder -- I am not using a Flex SDK, it has been removed from the project's library path -- instead I have added one of the playerglobal SWC files from Flash CS4 to the project. This essentially allows me to program within Flex Builder without the overhead of the Flex Framework - which I never use.
    Now, if I wanted to export that project (as a Flex Builder project) when it was completed and make it available via a website, would I run into any legal problems if the playerglobal SWC was exported/distributed along with the rest of the project files - keeping in mind that the project could only be imported/re-published using Flex Builder?
    Thanks in advance for any info.

    Hi si-robertson, I understand what your dilemma is but I'm not sure I follow why you have your development environment setup like this. You can create pure ActionScript projects from within Flex Builder and these don't use the Flex framework at all - obviously you can't use MXML in these projects .
    While AcionScript projects in Flex Builder might use the same compilers as a Flex project they don't compile in the Flex framework classes; so I'm somewhat confused why you'd even need the playerglobal.swc from Flash CS4 in your project as it'd already have a complementary version of it available?
    If on the other hand you want to access Flash Player 10 functionality, again if you have the Flex SDK 3.2 or greater you can create content via the pure ActionScript projects without the overhead of the Flex framework.
    I know this isn't exactly what you were asking, but in a round-about way it would negate your concern about distributing your project if it contained the playerglobal.swc from Flash CS4 as you wouldn't need to.
    HTH
    regards
    m
    Mike Jones
    FlashGen.Com
    Adobe Community Expert For Flex
    Adobe Certified Expert for Flex 3 & AIR
    w./ www.flashgen.com
    b./ blog.flashgen.com
    Catch Me At
    Scotch on the Rocks London '09
    Flash on the Beach Brighton '09
    Author Of Developing Flex Components
    Addison-Wesley (Q4 / 2009)

  • J2EE configuration Server gives error when creating flex project

    Have eclipse integrated with Tomcat 6 and want to use blazeDS in it. Created Java Project and had setup for BlazeDS. Kept all lib files of blazeDS in it and other configuration things.. I have flex builder plugin in eclipse. Now want to create Flex Project in order to access java methods in it using remoteobject.
    File ->New Flex Project
    Clicked on Next. I am getting error here.
    Java Project location where blazeDS war files and flex folder which inlcudes remote-config file and other config files is "H:\workspace\JavaBlaxeDS\" still giving me error . Please help!!!

    Hi fahad !
    i know this is common problem when u put j2ee.jar from ee sdk to ur local jdk extension ...now wht u have to is ...remove j2ee.jar from ur jdk's extension and restart the system..then simply start jdkee again .. i m sure no error will be waiting for u :)
    Truly,
    siddiquiHashim
    smartSolutions

  • How to use .as files from AS3 project into Flex project

    I'm new.
    I created a ActionScript 3 project
    I created 2  .as  files, which put up a Sprite which moved around.  It worked fine.
    Now, I want to put that onto my web-site.
    So I created a Flex Builder 3 project.
    I moved those 2 .as files into it.
    I added code to access and display the moving Sprite.
    But, each attempt gave me an empty screen.
    My main confusion is the following:
    I have class  BaseClass in file 1
    and  SubBaseClass extends BaseClass in file 2.
    Within the Flex project  .mxml  file, how do I reference the  SubBaseClass so that the object will appear?
    I tried things like:
    <mx:Application ... completionComplete="init()" >
    <mx:Script>
    <![CDATA[
    public function init():void
      var myclass:SubBaseClass = new SubBaseClass();
      addChild(myclass);
    etc (ending stuff)
    What do I need to do to make this work
    Thanks
    ---- john

    I have done what you have recommended, the ear file is successfully created.
    However when I deploy to the J2EE server, I get the following error.
    Result
    => deployment aborted : file:/C:/DOCUME~1/xxxxx/LOCALS~1/Temp/temp41836xBtrService.ear
    Aborted: development component 'xBtrService'/'abc.com'/'localhost'/'2005.06.22.17.30.10':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application abc.com/xBtrService.. Reason: Exception during generation of components of application abc.com/xBtrService in container EJBContainer.; nested exception is:      com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application abc.com/xBtrService in container EJBContainer.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted.
    Thanks,
    Manik

  • Share a flex project into DTR

    Hi experts,
    has somebody experience to share an flex project into DTR? As I know sharing is only possible for DC types supported by SAP.
    Though in NWDS there is a mechanism ('Convert project to Development Component or 'Migrate into Software Component'') possibly to fit this task but it fails always because of, i think,  not supported DC type (there are no Dc type for Flex development).
    But how can I get my flex source code into DTR in order to maintain, version and sharing with other developers?
    Best Regards.
    Cemal

    Hi Cemal,
    if managing versions and sharing code is the only thing you want to do with your Flex resources you can use the [DTR Command line tool|http://help.sap.com/saphelp_nw70/helpdata/en/8f/88d93f130f9115e10000000a155106/frameset.htm] to do this.
    Your are then independent of NWDS (allthough the tool is delivered with NWDS). You'll have to build and deploy your applications yourself and also keep track of the deployed versions.
    If you are using NWDS for your development, use the DTR Perspective to create new DTR clients. Add your (Flex) Project folders under the local DTR client and upload the resources. Your colleges should be able to synchronize these sources, when using the same DTR Client name on their machnie. See [Configuring DTR Clients|http://help.sap.com/saphelp_nw04/helpdata/en/17/73a43f4aa1330ee10000000a114084/frameset.htm] and [Working with the DTR|http://help.sap.com/saphelp_nw04/helpdata/en/83/74c4ce0ed93b4abc6144aafaa1130f/frameset.htm].
    Hope this helps a little.
    Regards,
    Alain

  • Is there a way of working collaboratively on a flex project with a small project group?

    Is there a way of working collaboratively on a flex project with a small project group?
    I am part of a small group of developers who wish to work on a single flex project together. Is there a way to set up flex so that the project can be developed by multiple people at the same time. I have seen one thread out on the internet about working locally and then uploading to SVn but this is not an option in this case.
    Any ideas.
    Many thanks in advance
    Dave

    I would say that rushing into development without a source-control system will cost you more in the long-run. If your organisation is serious about developing software it then it needs to invest in the necesary infrastructure, so you should get that process kicked-off as soon as possible.
    In the interim you could set-up a source control server on one developer's machine or commandeer a spare machine to use as a temporary source control server. Just make sure you have it backed-up regularly. Or you could use one of the online source control services; many will support private repositories for a small fee.

  • "Do you want to allow the following program..." Message

    After installing iTunes 9.2 on my Windows 7 (64bit) laptop, every time I attempt to open iTunes it gives me a message asking "Do you want to allow the following program to make changes to this computer?". Clicking yes leads the programme to open, but the message appears every single time upon opening.
    Also, when iTunes is minimized to the task bar, it will not open and maximize, and doesn't appear as one the applications running on the task manager and must be shut down through the processes.
    I have uninstalled all Apple software and reinstalled iTunes multiple times as well as moved all my music off my computer.
    Any ideas on a solution?

    Many thanks. I think we'd better try rebuilding your iTunes preference files in the account that is getting the errors.
    For the basic technique, see the *Remove iTunes Preference files* section of the *User-specific troubleshooting* section of the following document:
    [iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues|http://support.apple.com/kb/TS1717]
    *Prior to doing the preference file rebuilds:* Best to make a note of any custom preferences you have set up for your iTunes. (Rebuilding pref files returns preferences to their defaults ... so you'll likely have to set some of those custom preferences up again from scratch.) Also make a note of any third-party plugins/add-ons you have installed. You may have to reinstall those after the rebuilds.
    *Things to watch out for during the rebuilds*
    Rebuilding the preference files in the \Local\ location causes the iTunes license agreement to run. So you'll need to agree to that again.
    Rebuilding the preference files in the \Roaming\ location causes the iTunes Setup Assistant to run. When prompted to do so, *do not* add files to your iTunes library. (Otherwise you'll end up with a library full of duplicates.)
    ... are those measures of any help with the launch error and the maximising troubles in your usual user account, sana?

  • Where does flex builder keep refererences to the flex projects?

    Where does flex builder keep refererences to the flex projects?
    I'm getting an error like this on FB3 startup:
    The folder PR System Intranet does not exist in the workspace so the reference must be somewhere else.
    thanks
    !SESSION 2009-11-02 09:47:52.203 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.core.resources 2 10035 2009-11-02 09:47:53.610
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.core.resources 4 567 2009-11-02 09:47:53.829
    !MESSAGE Workspace restored, but some problems occurred.
    !SUBENTRY 1 org.eclipse.core.resources 4 567 2009-11-02 09:47:53.829
    !MESSAGE Could not read metadata for 'PR System Intranet'.
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: The project description file (.project) for 'PR System Intranet' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
    at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceMan ager.java:663)
    at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:792)
    at org.eclipse.core.internal.resources.SaveManager.restoreMetaInfo(SaveManager.java:772)
    at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:663)
    at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1319)
    at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1949)
    at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1713)
    at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:363)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:9 99)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:993)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 74)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
    at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :111)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    !SUBENTRY 2 org.eclipse.core.resources 4 567 2009-11-02 09:47:53.829
    !MESSAGE The project description file (.project) for 'PR System Intranet' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
    !ENTRY org.eclipse.osgi 4 0 2009-11-02 09:47:53.860
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (161).
    !STACK 0

    Thanks but that file contains things like
    <?xml version="1.0" encoding="UTF-8"?>
    <actionScriptProperties mainApplicationPath="main.mxml" version="3">
    <compiler additionalCompilerArguments="-services &quot;X:\Coldfusion9\wwwroot\WEB-INF\flex\services-config.xml&quot; -locale en_US" copyDependentFiles="true" enableModuleDebug="true" flexSDK="Flex 3.2" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="true" htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderPath="Staff_Ratings-debug" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true">
    <compilerSourcePath>
    <compilerSourcePathEntry kind="1" linkType="1" path="H:/flash"/>
    </compilerSourcePath>
    <libraryPath defaultLinkType="1">
    <libraryPathEntry kind="4" path=""/>
    </libraryPath>
    <sourceAttachmentPath/>
    </compiler>
    <applications>
    <application path="main.mxml"/>
    </applications>
    <modules/>
    <buildCSSFiles/>
    </actionScriptProperties>
    I don't see how FB3 knows about the
    Pr System Intranet
    project that seems to be the cause of the errors.

  • Create library (swc) in Flash Builder 4 / Flex Project (not in a Library Project)

    I want to create a swc file to use it in an other project. I can't use the Flash 4 Library Project to do this, because in a Library Project I
    haven't the possibility to use data/services, which I need for my library. After click on "data / services" I get the message "This view is only for Flex-Projects available".
    Has anyone a solution for my problem?
    Thanks for your help.

    Connect to PHP in FB4 is used when you have a PHP Class and you want to use that in FB, for example Employee.php and it has a Employee class and various methods in that like create, update, get, delete.
    However, if you have exposed your functionality in PHP as a HTTP URL (i.e. it is not a class), then you should be using HTTPService from the data menu.
    So if your file is login.php and is accessible as a URL, then using the HTTPService and enter the URL.
    Does this help?
    -Sunil

  • How to import your Air/Flex project from FB 4.6 to FB4.7

    It seems so easy.. however, I can't figure out how to do it.
    I used to build my projects (Air projects with merged SDK) in FB4, FB4.5 later FB4.6 and now 4.7. But when I import my old project, it gets an old 3.4 AIR SDK. Wtf?
    When I go to the project settings and want to change the sdk to my Flex 4.6 with Air 4.0 SDK, I cant! it sais "This project will use AIR SDK 3.4".
    So I go to FB settings, add the new SDK in Flex SDK's but still I can't change the SDK from my project.
    When I create a new Flex project, I can select the right SDK's. But I never made a Flex project. I make Air projects.
    So it seems to me that Flash builder 4.7 can have multiple Flex SDK's (merged or not) for Flex projects only, and just one SDK for Air projects which you can't be changed.
    O and the default is also freaking old.
    Now who the hell came up with that stuff at Adobe?...
    So I located the Air SDK my FB is using, and replaced it with my Flex4.7 and Air4.0 SDK. No luck, whole FB went nuts.
    Anyone has a clue?

    FlashBuilder (doesn't matter what version) screws this up all the time. There are so many files related to configuration of the workspace, the projects within the workspace and the eclipse environment that it gets messed up all the time.
    I never have this problem in other editors Eclipse based editors like InteliJ, Aptana, FDT etc. It's just Adobe growing / extending a tool which has bad programming in it and not bothering to go back and fix the root of the problem before expanding on it. FlashBuilder doesn't get the attention it deserves from Adobe. If they are not careful in the not too distant future when WebGL is supported on all the major web browsers and tools are released to translate WebGL to OpenGL ES iOS and Android applications AIR might see itself becoming a thing of the past. Esepcially when the tools can't even save the state of the projects they themselves created correctly.

Maybe you are looking for

  • New record should not be created....

    Hello all, I have a block with multi record block ( Max records 10 visible). Consider we query the block and query returns only 5 records. Now if you go and click on 6th record, it will create a new record. This is not intended and this has to be dis

  • How to remove 21" iMac stand

    how to remove a 21" imac stand?

  • Why we need externalizable interface in java

    Hi friends, I know the Concept of serliazation and externalization, apart from this concept i have one doubt about externalization, I feel both are doing same work. Then what is the nedd of externalizable interface. Can anyone tell what is the differ

  • Exta fields to a std report copied to a Z

    Dear Experts, I have copied the std program RS_SOLAR_EVAL_DOCU into a Z report. The output is a ALV tree. My requiremetn is to adda additonal 5 fields to this ALV tree output. Please throw some light on this. I can either copy the classes in it, func

  • Please provide a valid link to download SAPWidgetFoundation.jar/zip

    Hi,      I am willing to develop some widgets to display R/3 information for End Users.      I have already downloaded the following tools:-      1. eclipse-jee-europa-winter-win32.zip      2. SAPWidgetDevelopmentTools - zip file.zip      Please let