Page HTML in a Flex Application

Hello!

is it possible to insert a HTML page into a flex application?
I don't know where to look on the HTML (Adobe AIR) component and how to use it...


Nicolas 'beginners '.

Here is a link for you to start with:

http://www.codeapollo.com/showthread.php?p=3367

Enjoy =)

Tags: Flex

Similar Questions

  • Send requests to page .html to the ColdFusion application server

    The way I understand it, web browsers send all their page requests on the web server, which in turn identifies which pages must be processed by an application server (e.g., CFM, ASP, etc.) and sends the request to the appropriate application server. The server application then processes the request and returns HTML (usually) and the web server then presents to the client. Is it possible to change a parameter to .html or .htm files are send to coldfusion for processing in addition to .cfml (in Microsoft IIS)? If so, does anyone know of a section of howto out there? Just curious.

    Just found this article on the use of ISAPI rewrite to accomplish a number of wonderful transformations. Mainly:

    http://host/somepage.html -> http://host/somepage.cfm

    and

    http://host/somepage/varvalue -> http://host/somepage.cfm?var1=varvalue

    http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=1070

  • Best practices for integrating flex application in html

    Hello guys

    I don't know what the best practice is to embed the flex application. We couldn't use the html code in flex builder. You guys edit html of other tools files to integrate the swf file when the application is completed or when there are other ways to do it. Thanks for the reply.

    Hi Jerry,

    Why you couldn't use the html generated code in flex builder. In the html wrapper file generated in FlexBuilder you have SWF embed code directly, as well as javascript Flash Player detection code... If your users do not have the FlashPlayer installed or if they not have the latest version of Flash Player installed, then the application invite users to install the latest Flash player plugin...

    What is the problem that you have obtained the help of the html wrapper file generated in FlexBuilder.

    Thank you

    Jean Claude Chari

  • Call a html FLEX application, using parameters

    Hi guys,.

    I have this html code:

    "< form ="getTracing"method ="POST"name action ="http://syyzas400/ShipmentInquiry/ShipmentDetails.html"> ".

    QuickTrace

    < input type is "text" name = "TrackNbr" size is "14" tabindex = "1" maxlength = "11" >

    < br >

    Carrier

    < select name = "Carrier" tabindex = "2" style = "background-color: #D8E4FF;" color: black;

    do-family: Arial; make-weight: bold; do-size: 9pt; width = 114 ">

    < option > option 1

    < option > option 2

    < option > Option3

    < / select >

    As you can see, it has an input field ("TrackNbr") and a selection field (the ' carrier'), with three options... The user enters a number of follow-up.

    in the first field and choose one of the three options in the second field and hits < enter >. Now, as you can see on the 'action' box, an element html (part of a FLEX application) is called. The problem is that ('TrackNbr' and 'Carrier') parameters are not passed, and I don't know how to do this.

    This FLEX application accepts the parameters using the technique of URL fragments (because can be called from another FLEX application, too)

    but of course it does not work with the form described above.

    I read on the external Interface class, but everyone speaks to call ActionScript functions, not FLEX applications. Being a beginner in this area.

    I don't know that I'm missing something, but what?

    Any help would be much appreciated, as usual...

    Florin

    could try to use the GET method and parse the URL when loading the application

    var path:String;
    
    var URLpath:String = ExternalInterface.call("window.location.href.toString");
    var PassedData:Array = URLpath.split("?");
    
    var Parameteres:Array = PassedData[1].split("&");
    
  • Several pages of a Flex application

    I have a Flex application that requires several steps: the user must enter some info in the first Panel, then the user should be directed to another "page" to fill another Panel and then directed to a page displaying the results only. How can I do this? The only way I've gleaned in the videos was turning on and outside visibility. Is there a better way, like linking a different component to an application, or an application to another? Looks like might get confused and cluttered in the design phase. Thank you!

    Yes, you can do it in Flex 3, although the syntax is a bit more complicated (not horribly if). Adobe has streamlined for Flex 4 to make it much more intuitive.

    For Flex 3 videos (http://www.adobe.com/devnet/flex/videotraining/) look in 4 day for these two videos:

  • Multiple Flex applications on a single Page

    Now that I was laid off from Adobe (with 700 other people), I would ask you Flex consulting opportunities, and one of the possibilities are web designers/developers wishing to offer their customers a value-added components.

    My question is I've heard you don't want for example three separate applications to Flex on a single web page, as it results in three instances of the generated Flash Player, or something like that.

    So is it necessary to group multiple Flex components in a Flex application to each web page? This may limit the placement of Flex components on a web page, because the web page will be completely done in Flex, that the page should be available.

    No indication in this regard, especially Alex and others on Adobe's Flex product team.

    All new Flex needs help on Flex components/applications, I am available: [email protected]

    Thank you!

    Greg

    IMHO, it's all about memory.  Many pages have several flash banner ads running drives.  This is because these ads are small.  If you go to paste a few applications really small flex on a page, I would expect that most people have enough computer resources to manage it.  Once you get more complex, your apps also probably face more screen real estate and soon you are looking for a portal and probably should have a main shell that loads of apps.

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • Convert HTML/javascript AIR app AIR flex application?

    Hi all

    I have already built an AIR with HTML/javascript application I want to monetize.

    I would use the O2app e-Commerce Framework, which supports only this time created Flex AIR apps.

    My question: is there a simple way to "convert" an AIR of HTML/javascript app in Flex 3? I don't want to rebuild from scratch in Flex 3 application if I have to. :)

    Thank you

    Al

    Thank you very much for this information.

    Initially, I asked the question because, at the time, I thought that AIR Flex applications could be protected against copying, but it seems that they too can not be protected against copying (the exe file is created AFTER the installation).

    Thanks again,
    Al

  • How to pass parameters to a Flex application?

    I'm new to Flex programming, and I need to pass to a server
    parameter generated at my test Flex application below. Can someone show
    me a MINIMUM of HTML page size that can pass the "myname" parameter to
    my Flex application?

    Thanks in advance,

    Beard

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "creationComplete ="initVars ()">
    < mx:Script > <! [CDATA]
    [Bindable]
    public var myName:String;
    private function initVars (): void {}
    myName = Application.application.parameters.myName;
    }
    []] > < / mx:Script >
    < text mx:Label = "name:"{myname}"" / >
    < / mx:Application >

    Hello

    This docs page contains different version (more short long, static and generated) on how to pass arguments to the application through vars:

    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=passingarguments_3.html

    (you simply set variable in the object that hosts your flash animation in a page, see doc linked for more details)

    Kind regards

    Peter

  • How to display the current date in a Flex application

    I need to display the current date in my Flex application.  Is there a simple way to do this and post it as a text field or label?  In addition, it can be formatted to display the date as "day of the week, month, day, year"?

    Thank you!

    You can use this page and copy the following code to change the formatString property.

    http://livedocs.Adobe.com/Flex/3/langref/MX/formatters/DateFormatter.html#FormatString

    If this post answers your question or assistance, please mark it as such.

    
    http://www.adobe.com/2006/mxml"
      creationComplete="init();">
      
        
      
      
      
    
    
  • Using Weblogic to deploy the Simple Flex application

    Hello


    I'm deploying a Flex application is simple in a weblogic8.1 server, so that I can use it locally.

    Can someone please guide me where and how to deploy my flex application.

    I'm pretty new to this can any body provide me with a guide or walk up the wise step for me.

    More on what is the url that I need to give in the browser to access the flex app that I deploy on the Weblogic Server.


    (Currently I use IIS - simply copy the .swf file and wrapper html page in to the C:\Inetpub\wwwroot and giving http://localhost/test.html )

    in the browser to access)-how to do this using Weblogic 8.1


    Thank you

    Nash

    Hi Nash,

    I used WebLogic a lot (even if most v9 rather than 8). The main square is in the same location as your JSP files, so in your contenuWeb instead of the src folder. However, you can have structured the JSP pages themselves into folders (I always do on big plans for roughly in line with the menu chocies), in which case I would put the compiled Flex SWC with the JSP in which it is incorporated. In principle it can be elsewhere for example (all files swc collected in one place), but I personally find it easier to keep the page and insert set.

    When WebLogic then deploys the structure of folders to WebContentremains the same, but the src files treated differently to support navigation controller/struts.

    If you update the swc without changing the WebLogic Server part, then you can simply drop the swc altered in the correct location on your server... as long as you can find, because it is usually buried a lot of deep layers folder. But the WebLogic administration console must indicate where the server is looking for the files, and then you can track that down on your hard drive.

    Hope that helps,

    Richard

  • Flex applications

    Hey guys,.

    I see a lot of Web sites made in flex, rather then individual applications on each page, etc., which is really cool...

    I do a questionnaire which is only an application in the page html web. My only complaint is now that I don't want the user to click on the application to the user questionnaire anorder... For example... http://examples.Adobe.com/flex2/inproduct/LCDs/randomWalk_wo_at/RandomWalk.html
    That's what I don't want for users. I just run with click on 'enable '.

    And what is the default background color used in the flex builder?

    Thank you!

    You can eliminate the IE security controls requiring 'Click to activate' using the automatically generated HTML wrapper Flex creates or manually edit your HTML such as referenced in the following article.

    http://www.Adobe.com/devnet/ActiveContent/articles/devletter.html

  • Restart an animation without refreshing the page HTML

    I am looking for a way to reload animation on demand, but without refreshing the page HTML (which is no JS window.location.reload () method, say with a simple click of a button. Direct application would be a button to restart the game.

    It's probably something that could be useful to many people.

    Once the composition is ready to use, why would you want to reload the entire composition again.

    An example for the game:

    When you click on the play button, you load the composition once. Playback of the animation until the end.

    Then you can set the visibility of the animation in 'hidden' using the script. And show a button "Restart" instead.

    In the handler for the button click "restart", set the visibility back to 'visible' and read the animation again.

    HTH,

    Vivekuma

  • Dynamically change the title of the browser in the Flex application

    In order to make my Flex application more accessible to those who use screen reader software, I need to change the text of the title bar of the browser that the user selects different tabs. I thought I could use FlexGlobals.topLevelApplication.pageTitle = "xxx" to it or define a public function in the MXML application file and use topLevelApplication to call it.  However, this does not seem to work, the title bar is not changed. I wonder if this requires flex 4.6 (I currently use 4.5).  Any ideas on how I could do this would be appreciated.

    Hello

    BrowserManager allows to change title and browser header text.

    http://help.Adobe.com/en_US/Flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7cbb.html

  • Simple Newbie Question - download flex applications

    I'm very new guy, sorry for the stupid question. It is my first adventure in Flex.

    I'm working on a graphic spring flex application and I went to show a worker co on his computer and it wouldn't work. I went to the html file in the bin-debug, it works on my machine, but not hers.

    This also got me questioning what I have to download online when I'm done so that it can work.

    The paths of the library are all absolute links on my machine like that

    C:\Program Files (x 86) \Adobe\Adobe Flash Builder 4\sdks\4.1.0

    Any help is really apprieciated. I did a few tutorials, but none of them actually go to upload files.

    Thank you

    Randy

    Hello

    Your Flex program will work on your computer if you are using Flash Builder because it puts in place a 'special' environment to allow you to test your applications at the local level.  These files are all based on mxml and do not work outside the Flash Builder environment.

    For others to access your application, open the Project menu, and then select 'Export Release Build'.  This will create the code html, swf and other files for people using your app.  The main application will be the same name as your project - something like: myApp.html.  (unless you have changed the default application)

  • FlexUnit4 with Flex Application compiled with Flex SDK 3.0?

    The Flex application that I work on is compiled with Flex SDK 3.0.

    Now I want to unit test this application using FlexUnit4.

    I'm not able to find that flexunit4 for Flex SDK 3.0 in downloads page (http://www.flexunit.org/?page_id=14).

    So I decided to download the FlexUnit 4 source code and compile it using the Flex SDK 3.0.

    I downloaded the source code of the page of downloads (http://github.com/flexunit/flexunit/).

    I need help in the compilation of the projects. I want to know what are the configuration changes that I need to run the build.xml ant task in my local machine.

    Please help me out here.

    @crazyghost81 - http://opensource.adobe.com/wiki/display/flexunit/Get+Source+Code

Maybe you are looking for