Must Flex develop a PHP app locally first?

When developing an application in Flash Builder 4 that uses PHP/MySQL ( Zend ) ..  must it first be developed locally - on a local server ( Xamp,Wamp, etc..) before being used to access a remote server ( php/mysql ) ?
The initial setup will not accept any Remote Parameters.
What should the following be ( I realize they will be slightly different for each linux server:
Web Root:
Root URL:
I get the following errors:
1/ Cannot access the web server. The server may not be running, or the web root folder or root URL may be invalid.
2/ The selected web root folder does not exist.
I know the server is running.
I have tried numerous configurations and explored many threads on here and see a lot of unanswered questions like this.
I have also seen examples that are outdated and the screen shots do not look like Flash Builder 4
Any links to current examples or a direct answer, would be great!

Thanks for your time pauland. I appreciate you editing your comment and outlining the specific steps. You've restored my faith in forums.
I do think you are right in that there are 3 separate technologies working together and it's hard for someone like me to understand how they work together. That would be a great overview video for beginners.
Thanks again and take care. 

Similar Messages

  • Hello  i bought my first mac and i want to become an iOS developer and creat app for iPhone iPad but now i have only iPad 4 and i want to buy iPhone 5s but I'm not sure to buy iphone5s now or wait for iPhone 6 because iphone6 may have bigger screen if i b

    hello
    i bought my first mac and i want to become an iOS developer and creat app for iPhone iPad but now i have only iPad 4 and i want to buy iPhone 5s but I'm not sure to buy iphone5s now or wait for iPhone 6 because iphone6 may have bigger screen if i buy iphone5s now can i creat app for iPhone 6 if it has bigger display without buying it just test it on iPhone 5s
    thanks

    One of my favorite things about developing for iOS using Xcode is the Simulator. It runs any of the iOS devices simulated right on your Mac. If you don't have a hardware device to test your application on, the Xcode simulator will surely be your best friend.
    So to answer your question less vaguely, yes. You can own the iPhone 5s and develop for the 6. There is no real release information of the iPhone 6 at the time anyways, so I would not let it play too large of a factor in your decision.

  • How did you get your first Flex developer job???

    Hi guys..
       I know it might not be relevant for this forum, but I am dying to know how you guys get your first flex developer job. I am actually more interested in your resume. What sort of skill did you guys put on your resume? Thanks for the reply....:D

    Started as a pure "Java/J2EE" dev.  Rebelled and added Flex to my skill set (since JSP is sin on par with 'AJAX frameworks'), started new project using Flex.
    In other words one way is to take ownership of a Java (or other) project, and force the bast... er, have your project team use Flex.   he he
    But this is the long path, of course.  To start off in Flex (besides the obvious of looking for it by name) you'd probably focus on UI design skills/experience and competing (but crummy and old) front-end technologies, and then lobby for the Flex SDK on any new projects that come along (assuming it's a good fit).  I suspect you'd have a tougher time if you're going into an organization which already has some late-generation RIA tech in use, such as Silverlight or GWT (bleh), but the ones still saying "JSP" or "AJAX" and any other associated legacy HTML-type technologies are soft targets.

  • InProgress.mxml_I got this when went to build a flex 4 (FB4) WEB APP

    a)
    Flash Builder could not publish the project source: The application file "InProgress.mxml" was not found.
    The application file "InProgress.mxml" was not found.
    I got this when went to build a flex 4 (FB4) WEB APP? FOR FINAL RELEASE as FIRST TIME do this.... WELL WHERE ERROR?
    b)
    <s:Button label="Flex Grocer" x="5" y="5"
                      click="handleFlexGrocerClick( event )"
                      skinClass="skins.HomeButtonSkin"/>
    in this button how appear a mouse tool tip text, when mouse is over the BUTTON?

    /Library/Rapport/*/librooksbas.dylib
    Uninstall Trusteer software
    http://www.trusteer.com/support/uninstalling-rapport-mac-os-x
    If that does not help, turn off extensions and test.
    Safari > Preferences > Extensions

  • Flex mobile and PHP project

    Hi! Recently I've downloaded the Flash Builder for PHP to work with my Zend Server remotely located in OpenShift online. I did not  download and install the Zend Server physically on  my computer. Hence, when creating the Flex mobile and PHP project, I couldn't find my web root address. Now I have an error connecting to the MySQl database in the server from the Flash Builder. Can someone help me with this? I'm new to using these programs.
    I'm following this guide on building mobile apps:
    http://files.zend.com/help/Flash-Builder-for-PHP/Getting-Started/Mobile/build_a_mobile_(ph p)_application.htm#Step_13:_Preview_the_Mobile_Application_Using_the_Desktop_Emulator

    PHP is server side.
    If you want to have a app to function offline you would probably need sqlite and then code actionscript to synch data when the device regains it's connectivity.

  • Flex mobile 4.6 app works inside flash builder but not in android emulator

    Originally posted on stackoverflow: http://stackoverflow.com/questions/8663892/flex-mobile-4-6-app-works-inside-flash-builder- but-not-in-android-emulator
    I have a basic flex mobile 4.6 app and it works fully fine in the flash builder built-in emulator using an android device profile like aria...
    It also launches fine in the android emulator but one particular view shows blank (and this view works fine in flash builder).
    Before I get in to many details of the view are there any categorical gotchas that can be causing this?
    I can't seem to get the trace statements from the app to show in 'adb logcat'. It seems I need to compile a debug version of the apk but I don't know how to do this. I use the 'Export Release Build' from the Project menu in flash builder and it doesn't seem to have an option for debug=true.
    The problematic/blank view basically uses the stagewebview and iotashan's oauth library to call linkedin rest apis... A different (and working) view can make restful web service calls in the emulator fine, so it doesn't seem to be an internet permission.
    The source code contained in the problematic/blank view is almost identical to the tutorial found at:http://www.riagora.com/2011/01/air-and-linkedin/
    The differences are: a) The root tag is a View b) I use StageWebView instead of HtmlContainer c) I use my own linkedin key and tokens.
    I would appreciate it if someone can provide me with some pointers on how to troubleshoot this situation. Perhaps someone can tell me how to debug the app while running in the emulator (I think I need the correct adt command arguments for this which matches the 'Export Release Build' menu but adds the debug param?)
    Thanks for your help in advance.
    Comment Added:
    I suspect that this has to do with connections to https:// api.linkedin.com and https:// www.linkedin.com. The only reason I can think of that the same code is not having issues inside of Flex Builder but indeed having issues in the Android emulator is something to do with certificates. Any ideas?

    Thanks er453r,
    I have created a project that clearly reproduces the bug.  Here are the steps:
    1) Create a UrlLoader and point it to https://www.google.com (HTTPS is important because http works but HTTPS does not)
    2) Load it
    3) Run in Flash Builder 4.6/Air 3.1 and then run in Android emulator.  The former works with an http status 200.  The latter gives you an ioerror 2032.  I am assuming what works in Flash Builder is supposed to work in the Android Emulator and what what works in the emulator is supposed to work in a physical device (plus or minus boundary conditions).
    I see a certificate exception in adb logcat but not sure if it's related...
    Here is the self contained View code which works with a TabbedViewNavigatorApplication:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        xmlns:mx="library://ns.adobe.com/flex/mx"
                        xmlns:ns1="*"
                        xmlns:local="*"
                        creationComplete="windowedapplication1_creationCompleteHandler(event) "
                        actionBarVisible="true" tabBarVisible="true">
              <fx:Script>
                        <![CDATA[
                                  import mx.events.FlexEvent;
                                  protected var requestTokenUrl:String = "https://www.google.com";
                                  protected function windowedapplication1_creationCompleteHandler(event:FlexEvent):void
                                            var loader:URLLoader = new URLLoader();
                                            loader.addEventListener(ErrorEvent.ERROR, onError);
                                            loader.addEventListener(AsyncErrorEvent.ASYNC_ERROR, onAsyncError);
                                            loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
                                            loader.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, httpResponseStatusHandler);
                                            loader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
                                            var urlRequest:URLRequest = new URLRequest(requestTokenUrl);
                                            loader.load(urlRequest);
                                  protected function requestTokenHandler(event:Event):void
                                  protected function httpResponse(event:HTTPStatusEvent):void
                                            label.text += event.status;
                                            // TODO Auto-generated method stub
                                  private function completeHandler(event:Event):void {
                                            label.text += event.toString();
                                            trace("completeHandler data: " + event.currentTarget.data);
                                  private function openHandler(event:Event):void {
                                            label.text +=  event.toString();
                                            trace("openHandler: " + event);
                                  private function onError(event:ErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("onError: " + event.type);
                                  private function onAsyncError(event:AsyncErrorEvent):void {
                                            label.text += event.toString();
                                            trace("onAsyncError: " + event);
                                  private function onNetStatus(event:NetStatusEvent):void {
                                            label.text += event.toString();
                                            trace("onNetStatus: " + event);
                                  private function progressHandler(event:ProgressEvent):void {
                                            label.text += event.toString();
                                            trace("progressHandler loaded:" + event.bytesLoaded + " total: " + event.bytesTotal);
                                  private function securityErrorHandler(event:SecurityErrorEvent):void {
                                            label.text +=  event.toString();
                                            trace("securityErrorHandler: " + event);
                                  private function httpStatusHandler(event:HTTPStatusEvent):void {
                                            label.text += event.toString();
                                            //label.text += event.responseHeaders.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function httpResponseStatusHandler(event:HTTPStatusEvent):void {
                                            label.text +=  event.toString();
                                            trace("httpStatusHandler: " + event);
                                  private function ioErrorHandler(event:IOErrorEvent):void {
                                            label.text +=  event.toString();
                                            label.text += event.text;
                                            trace("ioErrorHandler: " + event);
                        ]]>
              </fx:Script>
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
              </fx:Declarations>
              <s:Label id="label" y="185" width="100%" color="#0A0909" horizontalCenter="0" text=""/>
    </s:View>

  • Job Opportunity for Flex Developer in NYC

    Hello Adobe Flex forum members!  I have a great opportunity available for a solid Flex Developer in NYC, so I wanted to post it here. If you are interested in the following position, please e-mail your current resume to: [email protected]   Iris's client, one of the world's largest global investment banking and securities firms is looking to hire a strong Adobe Flex Developer for a contract opportunity.  Our client is a one of the largest global investment banking and securities firms in the Americas. A major securities, futures and options exchange and a shareholder of the major clearing organizations, providing full market access to its clients. Their four major divisions - Equities, Fixed Income, Asset Management, Investment Banking - all work in sync to enhance distribution or create new products and services and provide clear benefits to their clients.  Location: New York, NY  Job Requirement: Flex developer w/ some Java: 2-3 yrs experience Flex 3 Cairngorm or any other MVC architecture - highly prefer Cairngorm. Blaze ES Should be good with : Charts / Data Grids / Item Renderers / Item Configurators Must come from  Java Backend to be able to work well within Java based environment (Jsp / Websphere portal exp is very good to have) Should be familiar with all Java Controls Should be familiar with Code optimization in Java Good to have a Math background  - to understand numbers Should be good with extenral Interface APIs for Flex / Blaze   Iris Software, Inc. is a New Jersey based company providing information technology solutions to clients nationwide. Iris has been growing at over 100% annually. In a program sponsored by Price Waterhouse, PNC Bank and Marsh, Iris has been honored for being  - One of New Jersey's Finest 25 companies for the year 2001 and 2002. - Iris is also ranked 75th among Inc 500 s list of privately held companies for year 2001.  - NJ Technology FAST 50 Company for year 2002.  In a competitive industry, we distinguish ourselves by reliability, technical expertise and a history of successfully completed projects for clients ranging from mid-sized to Fortune 1000 companies  Best Regards,  David Gargano  IRIS Software, Inc.  Ph: 732 393 0034 x 19 Cell: 732 535 0235 Fax: 732 393 0035  200 Metroplex Drive, Suite 300, Edison, NJ 08817 5 Penn Plaza, 23rd Floor, New York, NY 10001  A CMMi, ISO 9001:2008, ISO 27001 Company Ranked on the Inc 500 list, Deloitte & Touche Fast Technology Companies, and NJ Finest Companies

    hi tw
    I did my certification in SAP SD from Bangalore by month of October 2012, after that
    i received only one opportunity to attend interview at Capgemini, I cleared my
    interview but unluckily project was canceled and they haven't done any recruitment.
    your view is add on Knowledge, still I am maintaining studying, at least every day 7hrs plus, but problem is, job market or industry not have need of certified person, companies prefer to get 3 years real time exp persons more willingly than certified fresher.
    I had discussed with few of the HR managers, their reply was, in certification course there is no real time project training, it’s just about overall SAP concept, so we prefer 1 or 2 years exp people.
    So my opinion is going for SAP SD certification is useless and money wasting.
    Thanks
    Shiva
    Bangalore, India

  • How to install MemCacheShim on PHP app (in Azure WebSite or Linux VM)?

    Hi,
    We would like to access Azure
    Caching (co-located in-role deployed at WebRole) from a PHP app running in Azure WebSites (or in Azure VMs). From the documentation it seems that there are 2 options:
    use memcached from
    PHP to connect to the gateway on the webrole, which seems to be automagically enabled when Caching is added to the Web Role
    use memcached from
    PHP to connect to a MemCacheShim deployed
    locally (with the PHP app) and point the MemCacheShim to the Azure Caching at the Web Role.
    Now, how can we do the 2nd option? (which is said to be the fastest)?
    How do we deploy MemCacheShim to an Azure WebSite? Or to a Linux VM running PHP?
    (repost from http://stackoverflow.com/questions/21755053/setup-to-access-in-role-cache-at-webrole-from-php-app-azure-website-or-linux-vm)
    Thanks
    Joao

    hi Joao,
    Base on my experience, In-Role caching only is used in one application. you could use MemCached individually for your each applications. They didn't store cache data on one place.
    And in your scenarios, I suggest you could use the latest cache features----Windows Azure Cache Service (Preview).Cache Service (Preview) introduces the ability to access the cache from anywhere. This lets you leverage the power of Cache from
    Windows Azure Web Sites, Windows Azure Cloud Services, and
    Windows Azure Virtual Machines.
    Please refer to this document
    http://msdn.microsoft.com/en-us/library/windowsazure/dn386094.aspx and
    http://msdn.microsoft.com/en-us/library/windowsazure/dn386122.aspx
    Regards,
    Will
    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.

  • How to set classloader SearchPolicy to "Local-First"

    Hi, I am wondering how to set the classloading search policy of OC4J to "Local-First", so not only for web apps. Basically what I'm trying to achieve is to incorporate both toplink and commons-logging/log4j libraries in my .EAR without having to worry about those libraries being loaded by another (parent) classloader.
    Help appreciated.

    Oc4j does not support local class first policy at the level of ear. Oc4j support local class first policy at the level of we apps only because it is recommended in the j2ee spec.
    Users of this local class first policy is either delighted by its wonderful work or, more often than not in a large project, bitten by its various bad implications, especially when commons-logging is involved. So I would not recommend to use this policy unless other directions have been tried.

  • "Security error accessing url" error in Intranet Flex Development

    Hi,
    I have a simple Flex application with a Tree control that load data from a XML file on my intranet site using HTTPService. The Tree control pull in data without any problem if I ran the Flex app locally, however I would get "Security error accessing url" if I copied the Flex application to my intranet server and access it. The Flex SWF files and the XML file are in the same directory.
    I thought there shouldn't be any cross domain security issue since both files are in the same domain/directory.
    Any idea what is going on?
    Thanks
    xkxTnT

    Thanks Guys for trying..
    I figured out the problem -  I initially create the project without server configuration, so the SWF  runs off my local file system, I later set the server to local  ColdFusion MX 7 server, the SWF still ran without problem, I then copied  them to the production server and got the security error message.
    Yes, I am pretty sure they are the same domain - the SWF files in in http://intranet/Flex and the url for HTTPService is http://intranet/Flex/data.xml.
    I later solved the problem by creating a new project with server set to local ColdFusion server, copied the exact same code and data file, it ran find on http://localhost/Flex, and again ran without problem after deploying to the intranet server http://intranet/Flex.
    I guessed Flash Builder compiled the code a little differently depending on the project configuration (server or no-server)? Not know the detail, or why does it even matter..
    xkxTnT

  • How to install B2B Apps locally - Pre Dev settings -setup dev environment

    Hi All
    Need your help: to customize CRM WebChannel B2B App, I just installed NW developer workspace.  The next step I guess is to setup / install B2B Apps locally on my pc. Can some one guide me how to? Any documentation / advise about how to setup development environment?
    Thank you very much in advance, Jin

    Hello Jin,
    1. NetWeaver Java Application Server
    Do you already have the SAP NW Java Application server? (J2EE server) if not get that from Service Market Place /swdc.
    Download --> SAP Installations and Upgrades --> Entry by Application
    Group  --> SAP NetWeaver --> SAP NETWEAVER
    and install the Developer Edition of the version of your choice. You may need to get them from Solution Manager or seek your Basis team's help
    2 Deploy E-Commerce application components and configure
    After this installation of NW Java AS developer edition, you can deploy the E-Commerce Java applications. The SCA files required are listed in the enhancement guide. They include files required in step 4 also. You can find them here in /swdc
    Support Packages and Patches --> SAP Application Components --> SAP CRM --> SAP CRM 2007 --> Entry by Component --> CRM Application Server Java
    You may need to get them from Solution Manager or seek your Basis team's help
    3 Install NWDS (if not already done)
    It is possible it is already done as a part of the NW Developer Workplace installation.
    4 Setup enhancement project
    Use the existing NWDI and import the tracks locally to your PC / laptop for making enhancements. Refer: Extension Guide and other documents to create tracks in NWDI.

  • I downloaded some apps for my ipho in the apptrackr site, the apps are shown in my itunes library but when i try to sync those apps at first it works and then it says an error occur (0xE8008001). How can I sync them without the error?

    I downloaded some apps for my ipho in the apptrackr site, the apps are shown in my itunes library but when i try to sync those apps at first it works and then it says an error occured (0xE8008001). How can I sync them without the error?

    If your phone is jailbroken, we can't help you, as already stated.
    If you're new to this and you're trying to download apps to put on your phone and it is NOT jailbroken, you can't do that.
    You must go through the iTunes app store.

  • How to send a  mail to outlook   from iphone flex 4.5.1 app automatically..?

    HI folks,
                     i have to send a mail to outlook for correpanding mailler id  with out  opeing  outlook  from my app(iphonoe flex 4.5.1 app.) with taking the input values what ever  we have given as input those values has to be send to outlook  while pressing submit button  on that  view....(i dont want  to open outlook  and user action on that).
    Please help out on thsi issue..
    Regards,
    Madhu.

    Hello Madhu,
    The only way to send an email without opening a client is: using server-side mail objects invoked by your app.
    This would be the workflow:
    - your user fills in form data (subject, body, mail_to)
    - your application sends form data to a server (via httpservice or webservice or AMF)
    - the server takes care of sending the mail in a way that is transparent to your user
    So: it is not possible to send emails without opening the iPhone client (I think by "outlook" you mean the "mail client" with an Exchange account) for security reasons. You wouldn't want any app to send mails without you pressing "Send" in a known interface.

  • I have used lightroom for ~2 years and have lightroom 5.5 installed on a PC. Yesterday evening I uploaded a new set of photos which I cataloged and rated as usual. After that when I switched to the develop module trouble began. First thing was when using

    I have used lightroom for ~2 years and have lightroom 5.5 installed on a PC. Yesterday evening I uploaded a new set of photos which I cataloged and rated as usual. After that when I switched to the develop module trouble began. First thing was when using the crop tool the picture would disappear and only reappear once I closed the tool. Then exposure and White balance changes would change the histogram but not the appearance of the photo. Finally clipping was also not appearing on the picture. I first reuploaded the photos. No effect. Then I reinstalled lightroom. No effect. Help please!

    Try deleting your preferences file
    How do I delete the Lightroom Preferences file? - The Lightroom Queen Help Desk & Members Area - Powered by Kayako Resol…

  • Flex Developer Resource Needed.

    My company, located in Scottsdale, AZ purchased IBM Elixir and we have an immediate need for a Flex developer resource who can assist us in our .NET application integration with this product. If you are a seasoned Flex developer familiar with Elixir or can refer me to a resource, please email me at: [email protected]
    Thanks

    Please refrain from discussing job opportunities on this
    forum. There is a mailing list specifically for this topic. Do an
    internet search for "flex jobs".

Maybe you are looking for

  • How can I make text substitutions learn the correct capitalization of an acronym?

    I love the text substitutions function in the Mac OS, and the auto grammar and spelling corrections are usually really useful, but there is one particular instance that is driving me insane. In my job, I end up using the acronym "TAs" (for "teaching

  • Troubleshooting Tables

    I am creating a site in dreamweaver using templates and tables.  I have created a table, 2 rows and 2 colums, in which my header is on the top.  On the bottom left I have created a nav bar by splitting the cell into 2 columns then into several rows,

  • FCP is turning my stereo audio into mono... bleeding?

    Final Cut Pro is somehow turning my audio, which is in stereo into mono. Meaning that on each channel, there is some bleeding going on from the other channel. What gives? This is not the case when I initially drag the file into the timeline, but does

  • Combine Lightroom catalogs with the same name.

    Newbie, be easy on me.  This will probably end up being a dumb question, but here goes anyway.   I have 2 lightroom catalogs named (Lightroom 2 Catalog.lrcat)  What is the easiest way to combine those 2 into 1 catalog (Lightroom 2 Catalog.lrcat).  Th

  • BAPI Enhancements - Custom Table

    Hi, I need to update a Custom Table when i call a Bapi of Change Orders. Is it possible use Parameter Extension_In? And how to develop it?