Flex RIA FullScreen Application

Hi,
   i am creating an application in Flex.. when user open the this application i want open the flex in Fullscreen...
Anybody can help me... already i tried but i have security error #2152 ...please help me
Advance Thanks
Kamal    

Hi Eddy thanks for answer.
Yes, I've read that document before posting but it's getting hard to find the directories to the ide (Flex Builder) make the deploy.
I'm testing RIAs without VC, I want to know if someone have test it and the app's complexity (access R/3, database, get user log on portal, etc).
Have you tried it?.
Thanks a lot for the answer.
RLS

Similar Messages

  • Flex RIA (Rich Internet Application)  how to make the deploy  at Netweaver?

    Hello:
    I'm working with Flex RIA (Rich Internet Application) and I want make them run at NetWeaver WAS. As VC works with this technology I understand that the WAS is a Flex server. I want to know how to deploy them at the server.
    Thanks a lot for the time on this thread!.
    RLS

    Hi Eddy thanks for answer.
    Yes, I've read that document before posting but it's getting hard to find the directories to the ide (Flex Builder) make the deploy.
    I'm testing RIAs without VC, I want to know if someone have test it and the app's complexity (access R/3, database, get user log on portal, etc).
    Have you tried it?.
    Thanks a lot for the answer.
    RLS

  • How can i Upload Files from my Flex 2.0 Application?

    How can i do a Upload File funtionality with Flex 2.0? Do i
    have to make the component? How is the code in Flex/ Action Script
    to make this possible?. I'm new in this Flex world and it seems to
    me very interesting to make RIA's Applications; in fact i'm making
    a little Employees Application for my company and i'm trying this
    technology and of course i need the functionality that i asking
    for.
    Regards.
    Andres.

    I haven't tried this, but I believe what you could do is
    append
    requestHeaders to the urlrequest object that you pass into
    the file.upload()
    method. The requestHeaders is an array of name/value pairs
    that would be
    included with your post. At least in theory, I believe that
    shoudl work.
    Good luck.
    Phil
    "tantalo" <[email protected]> wrote in
    message
    news:e3q3mt$138$[email protected]..
    > Hi. Phil, how i commented in the forum the examples
    works ok, with a
    > little
    > changes to make a file Upload. Now i have another doubt,
    i need to make a
    > submit of a form with another fields and the file
    selected.
    >
    > I made a HHTP Service for that purpose with the tags
    Requests like:
    >
    > <mx:HTTPService id="empleadoRequest"
    > url="
    http://andresbarrios:8080/directorio/empleados/insertarEmpleado.jsp"
    > useProxy="false" method="POST">
    > <mx:request xmlns="">
    >
    <empresa>{empresa.selectedItem.data}</empresa>
    >
    <ubicacion>{ubicacion.selectedItem.data}</ubicacion>
    >
    <departamento>{departamento.selectedItem.data}</departamento>
    > <cedula>{cedula.text}</cedula>
    > <nombre>{nombre.text}</nombre>
    > <apellido>{apellido.text}</apellido>
    > <!--Falta Fecha de Nacimiento -->
    > <sexo>{sexo.selectedItem.data}</sexo>
    >
    <estado_civil>{estado_civil.selectedItem.data}</estado_civil>
    >
    <telefono_celular>{telefono_celular.text}</telefono_celular>
    > <extension>{extension.text}</extension>
    >
    <correo_electronico>{correo_electronico.text}</correo_electronico>
    > </mx:request>
    > </mx:HTTPService>
    > I have the global variable called "file" that contains
    the file selected.
    > I
    > want to send this file variable in the HHTPservice call
    EmpleadoRequest,
    > can i
    > do that with a Request tag like another field? or the
    only way is trougth:
    > file.upload(upload.cfm) ?;
    >
    > I want only make a one call to the server to submit the
    fields of the form
    > and
    > to upload the file at th e same time can you help me How
    can i do that?
    >
    > Thanks.
    >
    > Regards.
    >
    > Andres.
    >
    >
    >

  • SOLUTION: Building the Flex 2 FlexStore application in Flex 3

    I gave step by step instructions on building the Flex 2 FlexStore application in Flex 3 as a post in the Adobe Flex 3 Cookbook:
    http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postI d=15606&loc=en_US
    If you don't want to go there, here are the instructions:
    1) Download the Adobe FlexStore archive flexstore.zip file.
        - go to http://examples.adobe.com/flex2/inproduct/sdk/flexstore/flexstore.html
        - right-click the application and select View Source
        - click the "Download source (ZIP, 1769K)" link in bottom of the left-side-bar
    2) Create a directory "flexstore" somewhere on your harddrive
    3) Extract the contents of the flexstore.zip file to the directory flexstore you
       just created. The directory flexstore should now have these top-level contents:
           assets           (directory)
           data             (directory)
           productsView     (directory)
           samples          (directory)
           AC_OETags.js     (file)
           beige.css        (file)
           blue.css         (file)
           build.bat        (file)
           build.sh         (file)
           flexstore.html   (file)
           flexstore.mxml   (file)
           HomeView.mxml    (file)
           main.css         (file)
           ProductsView.mxml    (file)
           README.htmlSupportView.mxml   (file)
    4) Launch Flex Builder 3.
    5) Select File - Switch Workspace and change the workspace to the directory
       containing the directory "flexstore" you created.
    6) After Flex Builder re-launches, create a new Flex Project named "flexstore":
        - ensure the "Web application" radio button is selected for "Application type"
        - click the "Next" button, not the "Finish" button
        - click "Next" again in the "Configure Output" screen
        - ensure the "Main source folder" TextInput has "src" in it
        - ensure the "Main application file" TextInput has "flexstore.mxml" in it
        - click the Finish button
    7) Drag all the unzipped files now visible in your Flex Builder "flexstore" project
       folder to the "src" folder Flex Builder created for you, and click "Yes" when
       asked if you want to overwrite the flexstore.mxml file Flex Builder created for you.
    8) In Flex Builder, drag the following folders into the "src" folder:
        - assets
        - data
        - productsView
        - samples
    9) Right click file build.bat and select Open With - Text Editor.
        - Remove the following line from the file:
             ..\..\bin\mxmlc.exe %OPTS% flexstore.mxml
        - Edit the following lines, replacing "..\..\bin\mxmlc.exe" with the hardcoded
          path to the mxmlc compiler for the Flex 3 SDK, which on my computer is
          "C:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe". Make sure
          it is enclosed in double-quotes. This will be to build.sh for Mac users.
             BEFORE
             ..\..\bin\mxmlc.exe %OPTS% beige.css
             ..\..\bin\mxmlc.exe %OPTS% blue.css
             AFTER
             "C:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe" %OPTS% beige.css
             "C:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe" %OPTS% blue.css
    10) Open a DOS window (Terminal in Mac) and change the current directory to the "src"
        directory on the local harddisk, which for me is:
        C:\aaaFlexApps\flexstore\src
    11) Execute build.bat (build.sh on Mac).
    12) Ensure beige.swf and blue.swf are created in the project "src" directory.
    13) Select Project - Clean to rebuild the project.
    14) Ensure beige.swf and blue.swf and all the other files from the src
        directory were copied to the bin-debug folder.
    15) You should now be able to launch the application.

    Here the fxp project that i export with flex builder 4 -> source-code
    Thank's Greg

  • Can't screen capture popup windows in Flex web-based application

    Hi all,
    I'm a tech writer looking for a tool that will capture single popup windows of a flex-based web application (perl popups have the same issue).
    Snagit (and all the freeware I've tried), doesn't recognize the popup window as a selectable element, even though the mouse can move the popup window anywhere in the application window.
    We've got lots of snapshots to take, and do not want to have to crop a region and edit out the white space (top of the popup box has square corners, bottoms are rounded).
    Does anyone know of a screen capture utility or way to get these windows in a single click like we can with the standard old window dialog boxes?
    Any help is greatly appreciated!
    Thank you!
    joan

    Hi Alex,
    I don't quite understand.
    Are you suggesting a way to get the snapshots from the server generating the image and not as an end user who opens the application and trys snapping from the Internet Explorer browser window?
    I'll need to be more specific when communicating with the developer. Can you provide a little more direction?
    Thank you!
    :-) joan

  • How to Show ActionScript Graphics based Spinner on Flex or mobile application ?

    How to Show ActionScript Graphics based Spinner on Flex or mobile application
    Solution:

    Check out the BusyIndicator component introduced in Flex 4.5:
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark">
        <s:BusyIndicator />
    </s:Application>

  • Flex Based AIR application & remote HTML

    The question is ....from a flex based AIR application do you
    always have full access to all of the HTML content loaded from a
    remote site via the DOM (htmlLoader.window.document), or is the
    'context' of what you can see limited to what the initial url
    requested can see - i.e. the context is as if it were javascript
    running in the page corresponding to the initial URL.
    As far as i can see if i request say the page
    http://www.abc.com/page1.htm
    and it has content along the lines of
    <IFRAME src="
    http://www.xyz.com/page3.htm"
    id="remoteframe" />
    <IFRAME src="
    http://www.abs.com/page2.htm"
    id="localframe" /?
    then using the htmlControl.htmlLoader.window.document i can
    successfully navigate the DOM for the initial page loaded and
    localframe, but
    not remoteframe.
    I've seen various comments about sandboxes, bridges and
    applicationdomains in the documentation but i don't see how this
    can help me.
    Can someone please shed some light on this? Can i from the
    AIR application access all of the DOM, or am i restricted to the
    initially loaded page and pages referenced from the same domain in
    the page?
    Thanks
    Jamie

    Hi,
    From your AIR application, you can only access "exposed
    properties" in remoteframe.
    You expose a property by using the sandbox bridge mechanism:
    http://livedocs.adobe.com/air/1/devappshtml/help.html?content=security_5.html#1092959

  • Flex / Data / Create Application from Database

    Hi, I had a question,
    When I create an application from a Database (Flex / Data /
    Create Application from Database).
    Can I modify the coded to convert it into a module?
    I have a main application that I would like to load the
    Database as a module. I tried replacing the <mx:Application>
    Tags to Module but didn't work...
    Thanks.

    Hi,
    no. no answer as yet. Seems to be a connection issue with the
    Windows 2003 Server, although all the seetings are correct.
    I installed WAMP Server 2.0 locally to see if I can get the
    project running locally, and it works fine. I can connect no
    problem to the MySQL Database on my local PC. I might just have to
    migrate everything over manually once the project is
    complete.

  • Why fullscreen application hangs on debug

    why fullscreen application hangs on debug
    My application runs in full-screen with resolution 1024-768 with the following code:
    GraphicsDevice device;
      public void startApplication() throws Exception
          boolean isFullScreen = device.isFullScreenSupported();
           if (isFullScreen) {
                device.setFullScreenWindow(this);
                validate();
                frame.setVisible(true);
            } else {
                System.out.println("Your Screen Does't Support Full Screen");
        } // eof startApplication method
         * @param arg String[]
         * main() method
        public static void main(String[] arg)
            try
             GraphicsEnvironment ge = GraphicsEnvironment.
                                        getLocalGraphicsEnvironment();
                GraphicsDevice gs = ge.getDefaultScreenDevice();
                ApplicationDesktop desktop = new ApplicationDesktop(gs);
    //ApplicationDesktop  extends Jframe
               desktop.initComponents();
               desktop.startApplication();
              }catch(Exception ex)
                 ex.printStackTrace();
              }

    Maybe because your debugger is stealing the focus of your full-screen window.
    Try to add a WindowFocusListener to your window, making it iconifing or whatever when it loses the focus.
    Just a guess.
    Hidralisk

  • Switching out of fullscreen applications

    How can I switch out of fullscreen applications (like WoW) back to the desktop or to Safari or something. Command-Tab doesn't work when fullscreen.

    It may be different for each app, but most of the ones I use in full screen revert to the small screen by using the escape key.

  • Creative cloud.exe and legacy fullscreen applications

    I've noticed that there are problems on my system (Win8.1, nVidia GTX660) and legacy fullscreen applications (games).
    This only affects some applications. It runs, then loses focus. When I try to activate the main window it immediately loses focus (again).
    The workaround for me was to kill creative cloud.exe. I originally wanted to submit a bug report but got here
    One application that behaves like this is Deus Ex: Invisible War.

    I can’t get the widget browser to connect and I can’t sign in within the program.
    “Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://www.adobe.com/cfusion/exchange/exchangedwwidgetsfacade.cfc?wsdl)”)
    I spent upwards of two hours trying to sort this last night and none of the advice on the forums got me there so I gave up and decided to just buy it and download it from the web.
    Now I have this problem instead.
    Any help with sorting either problem would be appreciated

  • FMEL - What Screen Cap Program Can Capture in Fullscreen for Fullscreen Applications?

    I have tried 6 screen cap programs: VH, Uscreen, CamStudio, UltraVNC...etc, and none are able to capture any program that I use in fullscreen, whether it is a 3D game or a fullscreen slideshow.
    Does anyone know of a (preferably free) screen capture program that works for Windows 7 and can capture 3D fullscreen applications? If there is nothing for free, then any premium recommendations would be appreciated.
    I just could not find a program that worked, so I am just wondering if there is a tried and proven program out there.
    Thanks!

    I believe there is only one program (besides getting a capture card) that does this, it does however cost money (It's called DXtory, not sure on it's reliability as I have never used it myself.. It may also not work with everything..
    Only way of doing this guaranteed to work is through capture cards, but if you want decent resolutions with that then you gotta be prepared to shell out quite a bit of money unfortunately.
    edit: let me add, I have not used dxtory so I can not tell you how/if this would work with FME for example, but I have heard from other people that dxtory would be an alternative for fullscreen.. however that program also has the ability to record to harddrive and I am unsure if that's the only way (like fraps) or if it can output to a virtual webcam as well... I just don't know...
    edit2: ok seems like there is a trial for the program, and it also does allow you to output it into a virtual webcam (trial has a watermark) so you Can use it for FME.. You should check it out, it costs 3600 yen so that's like $45

  • Detect CD drive from Flex-AIR desktop application???

    Can we detect CD drive from  Flex-AIR destop application even though there is no CD or Blank CD inside the drive?

    AIR 2.0 supports native code integration.
    http://labs.adobe.com/technologies/air2/
    This may be useful in hooking into native CD/DVD writing capabilities.

  • How do you minimize fullscreen applications?

    Hi everyone,
    I was playing The Sims 2 earlier and I wanted to look something up on the internet at the same time. Being that I recently converted to Mac, I naturally pressed Alt+Tab (or Command+Tab) and nothing happened. So anyway, is it possible to minimize fullscreen applications in OS X?
    Thanks

    Well, The Sims is not a game you want to play in "Window" mode. It's a full-screen one that you could minimise on Windows OS. I am a Mac convert and absolutely love my mac, and I have eventually got used to not doing things the Windows way, which has worked fine so far. But with some things, like minimising the game, it's just annoying not being able to do it yet! (I bet there must be a solution). I've tried fn F12 to minimise the window, as well as combo of cmd + tab, cmd + alt + tab, etc etc etc. Nothing seems to work. In any case, it has to be aspyr or EA games the ones who make a key compatibility in order for OS X users to be able to do this!!!
    Anyone else?? Any answers??

  • Still no ways to kill fullscreen applications?

    I'm not sure if I'm getting this wrong. But it seems like at 10.6, Apple still didn't release control to the users. When a fullscreen application freezes (nothing else, just the application), there is still no ways to kill the application. +Q doesn't work, OptEsc doesn't work, +Tab doesn't work.
    In linux I can switch to another tty and in Windows, Alt-Tab typically still works in applications, as do Ctrl-Alt-Delete. Under the hood, mac does have one of the best OS around but why doesn't Apple allow users control their own OS yet?
    Having to force shutdown a computer just because one application crashed (I can still control brightness etc) is ridiculous. Telling me to ssh into my own computer while I should still have control of it is even more ridiculous

    I'm not sure if I'm getting this wrong. But it seems like at 10.6, Apple still didn't release control to the users.
    You're getting it wrong. See below.
    When a fullscreen application freezes (nothing else, just the application), there is still no ways to kill the application. +Q doesn't work, OptEsc doesn't work, +Tab doesn't work.
    If the force quit keys don't work, then you need to be blaming the maker of the fullscreen application, not Apple. If the app doesn't let you use the standard command-Q keystroke, again, blame the maker of the app. If it doesn't let you switch to other apps through standard methods like command-tab... yeah, you know what I'm going to say.
    Apple provides a very good set of tools. If an app uses skanky methods to disable things that shouldn't be disabled or doesn't provide support for standard keystrokes (like command-Q), that is not Apple's doing.
    Fact is, I've never had trouble with command-option-escape to force quit a fullscreen app. That always works fine for me. It's not uncommon for fullscreen apps to prevent switching via command-tab, and it's also not uncommon for some fullscreen games to not support command-Q.
    Under the hood, mac does have one of the best OS around but why doesn't Apple allow users control their own OS yet?
    Let me get this straight... you are choosing to run a fullscreen application that restricts what you are allowed to do, and you are complaining that Apple is not allowing you to control your OS? That's a joke...

Maybe you are looking for

  • WRT54G loses connection many times an hour

    For some reason, I loose connection to the router config and the internet, many times during a normal web surfing session. I noticed it usually happens when I am 'clicking-thru" web pages quickly. The only way to restore normal function is to cycle t

  • Problem Importing Video - LR4

    I have tried to import both mp4 and AVCHD (Panasonic .mts format) into Lightroom 4 (videos are on the hard drive) and each time LR reports an 'problem with the video'. The videos play perfectly well with other software - so codecs are in place for th

  • Taking photos in white on black

    when i switch over from black on white to white on black, it looks cool and when i tried to take pictures of it and switch back, it was the same picture in black on white. is there a way to take a picture in white on black and keep it as that?

  • RSECADMIN: Hierarchy node checked can not be interpreted (trace)

    Hi there, Time for me to ask for your help. When using RSECADMIN for tracing Hierarchy Analysys Authorization I cannot interpreted the hierarchy node that is checked: - The authorizations found are displayed as a clickable text e.g.  Node 1  and the

  • Apple tv hangs

    We run Netflix from our apple tv.  About 8 months ago we had issues with HD movies playing but had no sound.  Netflix said they could throttle our account back a bit and that resolved the issue. Recently we decided to try it again with no throttling,