Are parallel stages possible within Flex applications?

Hello,
I'm interested in exploring Flex, but I don't want to spend
unnecessary time on it. I'm wondering if it is possible to have
multiple "layers" (say a foreground, mid-ground, and background)
within a Flex application. In my particular case, I'd like to have
some type of animated Flash running in the "background" of the
application that is always visible. However, when the user
interacts with this application, is it possible to make visible
Flex components that exist in the "foreground" or "mid-ground"
appear "above" it? Or, to say, they come become visible in front of
the "background layer" when the user clicks a button (i.e. a user
clicks a button in the flash movie and a Flex form, perhaps for a
login or something, appears before them in the "foreground").
As a newbie to Flex I'll appreciate any help.
-Thanks!

Sure you could use states to show or hide controls in a view,
you can use viewstacks to switch between views and you can set
transparency using the alpha property.

Similar Messages

  • Is it possible to export of the stage of a Flex application in vector format?

    Is it possible to export of the stage of a Flex application in vector format?
    Right now our only option is to render our graphs to a (large, off-screen) bitmap and export that bitmap, which is a real shame because every
    component in Wondergraphs is 100% vector based.  Anyone at Adobe know more about this?

    Hi.
    Try start->search for pen and touch--> then uncheck "Use your finger as an input device" in the Touch tab.

  • Loading pdf file in flex application (not in AIR)

    Hi,
    Could any one suggest opening pdf file within flex application with blazeds.
    we have used the following code to open pdf file in the same window
    navigateToURL( new URLRequest( "http://localhost:8080/PdfSample/jsp/PdfContent.jsp" ),"_self");
    But we want to load the pdf file in a vbox.Similary to the below image
    Is it is possible to load pdf file in flex application,if so how can we achieve it

    Hello Mariush,
    I have to display the content of the PDF in the flex application. If not PDF directly, is there other workaround for this. Or can I display the content of the MS word file, if not PDF.
    Thanks and Regards
       Khalid Chaudhary

  • Providing application-level help within Flex apps

    What is the general guideline / approach for help (not
    embedded or field-level help but page level or application level
    help like you get when you click Help in most applications) within
    a Flex app? Is it to spawn a new Window that goes to standard
    HTML-based help engines/content or to display the content in a
    dialog within the Flex application itself? Thanks

    Slow down! Found it here:
    http://raghunathraoflexing.blogspot.com/2006/12/flex-i-frame.html

  • Flex Application Stage Size and Scale

    I am trying to create a Web and Desktop flex application for people who may have less than perfect vision. I would like to allow the users to magnify everything on the screen (including text, buttons, images, etc.) if necessary. I have gotten the magnification step down using the following code in the main Application
    var matrix:Matrix = this.transform.matrix;
    var scale:Number = 2;        
    matrix.scale(scale, scale);
    this.transform.matrix = matrix; // this refers to the main Application
    Of course, by doing so, the Flex Application will be too big for the Flash Player window and only the top left quarter of the application is visible. I figure the next step is to decrease the Flex Application stage size by 50% to compensate. For some reasons, I can't figure out how to change the stage size of the Flex Application so that it only occupies the top left quarter of the Flash Player window.
    Any thoughts? Thanks a lot!

    Instead of manipulating the application, why not wrap all your content inside a container with scroll bars? You can then magnify the content and scroll it.
    I'd give it a go, but I have loads of other things to do and I can't help wondering if the browser is better at magnifying content.

  • What Xcelsius binaries are needed and how does licensing work when including within an application?

    Hi Folks,
    Could anyone tell me what binaries ( swf, flash, xml, etc..) are needed if I want to run Xcelsius from within another application?  Do they need to be in the same folder?
    Also, how are licenses used, stored, retrieved for Xcelsius when included in another application?
    Thanks,
    Karun

    Are you wanting to run the Xcelsius-created .Flash file (.swf) from within another application - or are you asking about running Xcelsius itself from within another app?

  • Objects Overlay within Flex (foreground/background)

    Hello,
    I am new to flex programming so please forgive me if this
    question is out of place, newbish or just plain stupid.
    Within my flex application, I want to change to a veiw, and
    in that view I want to expand a panel, so that it fills the
    majority of the application size.
    The problem is when I resize this panel in the view, most
    other objects in my application show over it, i.e. the panel itself
    is not at the front of the foreground.
    So my question is, how can I send the form object to the
    front of hte object layers, is this possible at all?
    Thanks in advance,
    Matt.

    Only Canvas (or Application or panel with layout='absolute')
    allow children to overlap.
    The simplest way to control ghis is the order in which the
    children are rendered: the latest goes on top.
    You might also look at the swapChildren() method of some
    containers.
    Tracy

  • Embed a Flash Application into a Flex Application

    Hello everybody,
    I'd like to know if there is a way to embed a Flash
    Application into a Flex Application. My goal is to wrap Flash apps
    in Flex Modules, and I don't know how to do it.
    I know it is possible to embed swf by using @Embed and an
    mx:Image tag, or to use flash content by creating a flash swc
    component. However these two solutions don't allow to call the
    methods of the Flash app.
    On the other hand, it is possible to load a swf file via the
    Loader Class, and then call the methods via loader.content. But
    with this solution I can't embed the swf in my flex application and
    I have to load it at runtime.
    Any ideas ?

    Look into SWFLoader.
    Be aware though, you can not directly access AS2/FP8/Flash8
    swf's from within an AS2/FP9 app. Local connection is used in this
    case.
    There are dataType and timing issues with SWFLoader. Here is
    a complete example:
    http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=690
    Tracy

  • Edit PSD Template in Flex Application

    Hello everyone!
    Is it possible to import / embed a PSD template file into a Flex application?
    By "PDS Template file" I mean one of those that designers create leaving "empty layers/paces" in order for other people with no design knoledge to complete with their photo, like a frame, a calendar, etc.
    The idea would be that the Flex application imports, for example, a frame template, and let's the user complete the empty space in the middle with their photo.
    Thanks in advance.

    Instance names are the reference names that you give to the individual items on the stage. Only movieClip and button symbols can have instance names.
    When you import a photoshop file to Flash you will get individual bitmap objects on the stage and in a folder in the movie's Library. You will need to select each item, one at a time, on the stage and convert each one to a symbol. When you make that conversion the name that you give to that new movieClip or button is the name that you will see in the Library.
    When you select that new symbol on the stage, look at the Properties window. You will now see a space at the top where you can give that item an instance name. The instance name is what you will use in Actionscript to control that object on the stage.
    When you look in the movie's Library, you will see the original bitmap and the symbol that you created that contains that bitmap.
    Does that help?

  • Flex application running under AIR takes a long, long time to start.

    I have a flex application which runs on a desktop under AIR. The application has an assets folder with 3,500 mp3 soundclips totalling about 50MB. The problem is, the application takes around 90 seconds to load. I'm sure that AIR is scanning the application folder and doing something with the contents because if I delete the assets folder it loads in about 5 seconds. Does anyone know why AIR/Flex would do this, and why it doesn't exhibit the same problem if I run or debug in Flexbuilder on eclipse? It's making my killer app unusable!
    Thanks
    Paulo

    Well, I've spent a bit longer looking at this now, and the problem appears to lie with my encrypted local store. The first thing that happens is for the app to read the product key from the ELS. But, it fails (for some unknown reason). So, the app seems to hang there for 90 seconds until it eventually renders the welcome screen. If I remove the assets folder it still fails to read from the ELS, but only takes a couple of seconds to start the welcome screen. This is where the scanning of the application folder seems to come into play, because if I remove the code which reads from the ELS the app starts within 2 seconds whether the asset folder is there or not.
    I think the slow startup and the scanning of the assets folder are just symptoms of a different problem, i.e. a problem with the ELS. I don't have the same problem with my development environment though - it's only when I test deploy the application.
    Thanks for your help on this problem EgorKDie. I think I should be able to resolve it once I can sort out why the ELS is being awkward.

  • Hi All,i am currently working on a flex application that will allow the user to change the language

    Hi All,i am currently working on a flex application that will allow the user to change the language within the application from english to Japanese and vice versa. And everything works fine.
    I am using flex 4.5
    We allow the user to save records with english or japanese texts.
    problem
    When the user manually enters Japanese text and tries to save it the record defaults back to the default name (which is in english). But if you copy the entered text and paste it and then save it.It works fine.
    Any idea , why this is happening?
    Please let me know if the question is not clear.
    Looks like there was already a bug
    https://issues.apache.org/jira/browse/FLEX-28894?page=com.atlassian.jira.plugin.system.iss uetabpanels:all-tabpanel
    Not sure why does it say , Resolved .
    -KB
    Message was edited by: bKartik.b

    By Payal integration , you mean paypal button html ? or payment gateway setup etc ? If its a gateway configuration for your site domain then single page for all layout will work , but if you are using button code for all renditions then you would need to create separate pages for all.
    Thanks,
    Sanjit

  • Can Bootcamp and Parallels share the same Windows applications and data?

    I'm looking at getting an Intel iMac which will let me throw away my old PC - Yeah!
    I will have a couple of Win apps that I will need to hang on to (Quicken - Quicken for Mac is horrible, but that's another tghread). Anyway, can Bootcamp and Parallels share the same Windows applications and data?
    My thought would be to allow my wife to access Quicken from Parallels and not have to reboot. She will only need lightweight access and the overhead of running virtualization wouldn't impact her. I, on the other hand, would want to occasionally boot natively into Windows and run the same application with the same datafile. Is this possible?
    Thanks and looking forward to joining the MacIntel world!

    Thanks for all of the freplies. I suspected that BootCamp and Parallels could not shar ethe same partition, but wanted to verify. To address some of the other posts:
    Re: Quicken vs MoneyDance - I looked at MoneyDance a while back and while it is comparable to Quicken for Mac, it isn't comparable to Quicken for Windows (ergo, Quicken for Mac isn't comparable to Quicken for Windows!). But, as I said, that is a topic for another thread!
    Re: Using Bootcamp/Parallels for only one app: I actually have several apps that I still need access to on Windows. I work with many business applications than only run/are supported on Windows as well as receive some complex Office documents which Office for Mac cannot handle. Quicken (for Windows 2007) was just the best example of a consumer app where I could see wanting access from both OS X and Windows.

  • Flash player in firefox is not giving the exact mouse coordinates while running a flex application in firefox. Actually it was working fine in the previous versions. I mean in the ver 5.5. In the latest version its not working fine

    Hi Friends,
    I face some mouse issues with the later versions of the Firefox (6 and above). When a flex application is executed in a Firefox, It runs on the flash player in the browser. While getting the mouse coordinates, flash player is returning some bad coordinates. Please respond to this as soon as possible

    A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Can you use a flex application as part of a whole web page?

    Hello all,
    Have a quick question. I am coming over from a flash developing background, and I commonly used smaller flash files as 'part' of a entire web page.  For example, a small flash video player section with a combo box to select the video to play; this swf file would be sized at about 600px wide by 400px high. Then I would just put that in a div tag and add it to my web page.  I am trying to do this with flex, but I am running into issues. It seems that the actual published swf wants to run at 100% of the browser window size. I tried adjusting these dimensions; first trying within flex in the <application> height and width props, but that didnt do the trick; then tried to just use the published .swf file in the web page, and set its <object> properties to my required height and width, which 'almost' works but still falls apart when the video player's full screen button is pressed.
    So, is it possible to use a flex 'app' as part of a web page, or was flex intended to run on its own and 'not' as part of a web page? Thanks in advance!

    You definitely can. I typically drop the Flash/Flex app into a "mainContent" div within my larger page structure, so my page would look something like this:
    <html>
    <style type="text/css">
         #mainContent {height: 600px; width: 900px;}
    </style>
    <body>
    <div id="topNav">BLAH</div>
    <div id="sideNav">BLAH</div>
    <div id="mainContent">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                id="MyFlashApp" width="100%" height="768"
                codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
                <param name="movie" value="MyFlashApp.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#FFFFFF" />
                <param name="allowScriptAccess" value="sameDomain" />
                <embed src="MyFlashApp.swf" quality="high" bgcolor="#FFFFFF
                    width="100%" height="100%" name="MyFlashApp" align="middle"
                    play="true"
                    loop="false"
                    quality="high"
                    allowScriptAccess="sameDomain"
                    type="application/x-shockwave-flash"
                    pluginspage="http://www.adobe.com/go/getflashplayer">
                </embed>
        </object>
    </div><!-- close mainContent -->
    </body>
    </html>
    Note that I'm only using the HTML approach, but the Javascript should work just as well. With the flash set to width=100% and height=100%, it will fill the enclosing div, but that's it. So, if you wanted to make this expand vertically but not horizontally, just set your CSS style to height: 100% and leave width a px or em value. Note that the enclosing divs (i.e. if you had a wrapper div around the navs and mainContent) would also have to expand/contract.
    I don't know about the effects of going full screen, though.

  • Can we select a particular area in the browser using Flex?

    Hi All,
    Is it possible to select particular area of the flex
    application in the browser using Flex and generate that area into a
    image when an button is clicked?
    Please help me.
    Thanks in advance

    Yes, you should google Flex screenshot bitmap, there are a
    number of examples. As far as 'selecting' one of the examples may
    show this, but you can just use a Canvas or similar for the box
    drawing (set background transparent, and just use the borders, and
    resize the canvas on mouse events). Otherwise you can do the
    Graphics sorite drawing by hand or use something like Degrafa for
    fancier, or look up quasimodo marching ants for an animated
    selection technique.

Maybe you are looking for

  • Enqueue works fine Dequeue works when run manually but not via Notification

    Hi, My Enqueue works fine. My Dequeue procedure works fine when run manually. But when I register a notification the procedure is not called. The log file shows: ORACLE_HOME = /u01/app/oracle/product/10.2.0 System name: Linux Node name: gooch.com Rel

  • Error in ECATT

    Hi all, I am working on ECATT. While trying to record the transaction, I am getting a pop up stating that "SAP FRONTEND ERROR.  Erroneous Data received. Application may not work correctly". After this, I couldnt record the trancactions. Is it related

  • Strange flash audio problem

    Can anyone help me with this strange audio issue? Seeming randomly, I am loosing the audio to my movie. I will publish or preview the movie and notice that suddenly the audio is not there. I am not doing anything related to the flv and I can't tell w

  • Benefits of Purchase Organization

    Hi, One of our clients want to understand the short term and long term benefits of having single or separate purchase organization for its two companies (Company Codes). What happens if they have two Pur Orgs and decide to merge into one at a later d

  • StartDrag

    I have written code to drag and drop JLabels between various extended selection JLists, and for the main part it works fine. However fairly frequently the DragGestureListener is not invoked when I suspect it should be, e.g. the mouse button is down a