Flex 3 and SEO HELP

Can anyone help me if Flex 3 can be seen by search engines. I have a pure Flex 3, database generated web site and have tested many options with no search engine results found. I tried hidden text and found search engine results very quickly before I discovered that this technique was a search engine no no. I am looking for valid way design my Flex and test the search engine to verify results before I build duplicate html pages. Please help.....

I think Tracy is correct. You need to declare the amazon namespace:
namespace amazon = "http://webservices.amazon.com/AWSECommerceService/2007-07-16";
and then use it when parsing your xml:
event.result..amazon::Item
More here:
http://www.darronschall.com/weblog/2006/04/using-xml-namespaces-with-e4x-and-actionscript- 3.cfm

Similar Messages

  • Flex2 and SEO help

    Hi
    I'm rather new to Flex2 and I had a general question about
    search engine words like what you'd find within the meta tags of a
    static HTML page. Seeing is it that the output is a giant .swf file
    for clients, how does one address the issue of their site being
    available for search engines, or is it even possible?
    Thanks

    First I want to say Shame on you Adobe for not addressing
    this subject outright.
    I am a java gone flash some 5 years ago and now am making the
    switch to flex/flash.
    What I say now is only what data I have been able to collect
    the past two weeks on this subject and should only be used as a
    reference.
    If you build an entire website out of flash a search engine
    cannot crawl a .swf file. Are there ways around it, yes there are.
    http://labs.blitzagency.com/?p=171
    but the time and effort is tremendous for a small team or one
    person.
    Flex does answer the back button issue with historyManager
    class. but to fully exploit it you need to program a bit more
    depending on how complicated a site you build.
    From what I gather you are building a site entirley in flash
    which is OK but you need to grow beyond this to whats known as a
    MVC architecture which basically means separate out your content
    from your view and store it either in flat files or in a database.
    This opens up the opportunity to point the search engines to
    this data.
    see
    http://www.onflex.org/ted/2007/08/flex-directory-seo-and-flex.php
    http://blog.deconcept.com/2006/03/13/modern-approach-flash-seo/
    This is a complicated subject and one not taken on lightly.
    Is it possible, absolutely. However you need to think before
    you build. separate out your content. point the incoming requests
    to what there looking for...read and understand the mvc
    architecture. If you have worked in flex you already know that in
    the eclipse environment you are producing mxml documents.
    perhaps these will be indexable as well??
    im still working on the problem myself and am curious where
    this goes.
    Hope this helps

  • Flex and Linux help

    I have some socket code that works fine in Windows and Mac.
    However, the socket
    wont connect or
    throw an error in the Linux flash player (debug or normal).
    Below is a code fragment. I can't find any reference to any special
    circumstances for Linux. If I am doing something wrong, then some
    help would be greatly appreciated.
    import flash.net.Socket;
    import flash.events.IOErrorEvent;
    import flash.events.SecurityErrorEvent;
    import flash.system.Security;
    private var socket: Socket = new Socket();
    public function connectToLogger( ipAddress: String = null,
    ipPort: int = 8000): void
    // event for when the server connection is established.
    socket.addEventListener( Event.CONNECT, onConnect );
    // event for when the server closes the socket.
    socket.addEventListener( Event.CLOSE, onClose );
    // event for when there is an I/O error event logged during
    connection.
    socket.addEventListener( IOErrorEvent.IO_ERROR, onIOError );
    // event for when there is an security error event logged
    during connection.
    socket.addEventListener( SecurityErrorEvent.SECURITY_ERROR,
    onSecurityError );
    // Listen for when data is received from the socket server
    socket.addEventListener( ProgressEvent.SOCKET_DATA,
    onSocketData );
    try
    trace( "Trying to connect (" + ipAddress + ": " + ipPort +
    socket.connect( ipAddress, ipPort );
    catch( error: SecurityError )
    trace( "socket.connect error" + error );
    catch( error: IOError )
    trace( "socket.connect error" + error );
    trace( "socket.connected = " + socket.connected );

    Turns out it was a bug in the Flash player. The beta player
    released on 21st of August 2007 successfully connects from
    Linux.

  • I´m new at flex and need some help.

    Hi, I’m in the last year of my University Degree and I
    was asked to develop a user friendly application to be used by
    teachers and students at the University. With this application,
    teachers will be able to post new projects with tight deadlines,
    and students will deliver their project files through the same
    application. The files will be saved in one of the University
    servers.
    I’ve downloaded the trial version of flex and I think
    it’s amazing. I want to suggest to the University to use flex
    2.0 to develop this application. I already know how to get data
    from the database using ASP/ XML. But I still have some doubts in
    my mind that maybe you guys can clarify.
    Can I send files with a flex application and store them in a
    specific directory in the server?
    Can I create a new directory in the same server?
    Can I add items to a database?
    Regards from Portugal

    Flex can upload files to a server.
    Flex can not create directories. Use Web Service,
    HTTPService, or RemoteObjects.
    Flex can not add items directly to a database. Use Web
    Service, HTTPService, or RemoteObjects.

  • Accessibility and SEO testing

    Hi,
    I am building a Flex web application to host tutorials on how to build accessible and SEO friendly RIAs (http://www.accessiblerichinternetapplication.com/)
    Can anyone suggest automated accessibility / seo testing tools that I can use to validate my website?
    Thanks in advance for your help
    Angela's ARIA

    Hi Angela,
    First up and foremost I would like to commend you to your great effort in setting up this site !!! and especially with such controversial subject like SEO.
    I have been reading through some of it, but not quiet all as yet and I find it extremely interesting, but at first glance I did not see anything in regards to using Flex compiler SEO ??? and / or Html SEO ?
    Now I would be very interested to find out a little more in detail what you are looking for here:
    **** Can anyone suggest automated accessibility / seo testing tools that I can use to validate my website? *****
    My personal answer to your question above and as it stand is YES & NO !
    Yes because I do have an Application which could maybe suite your idea of SEO in one way or the other. It is operating on different web sites at the moment covering five (5) continents with around 190 feedback channels using six (6) different movements, but Analyzing is just a part of that what it was developed to do.
    The App. has been tested every day for several times since early Dec. 2010 and has proven extremely responsive and effective to each of the web sites SEOs it is used with, but as said before I need to know a little more to see if this really could be of any help to you !
    Regards aktell

  • Flex and Java on Desktop

    Hi
    We are having this requirement , we want to develop a
    application using flex for adobe AIR runtime which will communicate
    with java in the desktop, we are not having any servers here, so
    flex application want to communicate with java classes with out the
    help of any server so I can't use httpservice, webservice or
    remoting .
    I like to know the ways to communicate from flex 3.0(Adobe
    AIR) to java files (java takes care of splitting PowerPoint
    files and converting it into serious of jpeg files, and
    creating ppt files from the objects returned from flex ).
    Is there any other way to communicate form between flex and
    java in the desktop ??? please give inputs
    Thiru

    Hi,
    you could use XMLSocket or Socket classes depending on the
    type of communication you want to stablish.
    I have been testing this for a while although not for a
    project.
    However my impression is that you need to install the AIR app
    which is self-extracted and installed, but in second hand, you have
    to install the Java app, that acts as a server, and it must be
    executed every time your AIR app is, and the other way around.
    Untill now I haven't got any idea on doing this without too
    much work, but you can take a look at the Merapi project.
    Manu

  • Flex and BlazeDS Compile for Deployement

    Hi,
    I've been following the Flex + BlazeDS tutorial on the Message Service from adobe to start learning working with blazeds. Everything worked out great on the local server of course but I got stuck when it came to moving the files to a remote server. I've looked around quite a lot and found out it's because the compiler feeds the services-config.xml upon compile and at lease in my case won't take and external file. The solution everyone has been posting on the net is writing the channels in actionscript within flex and feedin it the valid endpoint that would be found in the xml configuration file. That's all nice and dandy but everyone has been talking and showing examples of this being done for RemoteObject and I haven't managed to find any examples for Messaging.
    Can anyone help me out with an example on how to deploy my application to a server? (either by coding the channels in AS or otherwise) The application itself is pretty basic...
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="200" minHeight="480" creationComplete="consumer.subscribe()" width="250" currentState="EnterName">
    <fx:Script>
      <![CDATA[
       import mx.messaging.events.MessageEvent;
       import spark.events.TextOperationEvent;
      ]]>
    </fx:Script>
    <s:states>
      <s:State name="Chat"/>
      <s:State name="EnterName"/>
    </s:states>
    <fx:Declarations>
      <s:Producer id="producer" destination="chat"/>
      <s:Consumer id="consumer" destination="chat" message="messageHandler(event.message)"/>
    </fx:Declarations>
    <fx:Script>
      <![CDATA[
       import mx.messaging.messages.AsyncMessage;
       import mx.messaging.messages.IMessage;
       private function send():void{
        var message:IMessage = new AsyncMessage();
        message.body.chatMessage = user.text + ":" + " " + msg.text;
        producer.send(message);
        msg.text = "";
       private function messageHandler(message:IMessage):void{
        log.text += message.body.chatMessage + "\n";
      ]]>
    </fx:Script>
    <s:Panel title="Chat" width="100%" height="100%">
      <s:TextArea id="log" height="377" x="10" y="10" width="228" includeIn="Chat"/>
      <mx:ControlBar width="246" height="52" x="1" y="395" includeIn="Chat">
       <s:TextInput id="msg" width="100%" enter="send()"/>
       <s:Button label="Send B" click="send()"/>
       </mx:ControlBar>
      <s:TextInput includeIn="EnterName" x="60" y="177" id="user" />
      <s:Button includeIn="EnterName" x="87" y="207" label="Start Chat" id="chat" click="chat_clickHandler(event)"/>
      <s:Label includeIn="EnterName" x="57" y="157" text="Please Enter Your Name"/>
      </s:Panel>
    </s:Applicatio>
    And besides that in the messaging-config.xml file on the server a destination with the id="chat" is created and that's it.
    Any help or pointing in the right direction will be greatly appreciated.
    Thank you,
    Nick

    Update:
    Ok...I finally figured out that by replacing the tokens in the services-config.xml file with the physical address of the server everything works.
    Anyway...this means the application needs to be compiled everytime it is moved to a new server or even a different folder on the same server for that matter. Is there any way to pass the {server.name}, {server.port} and {context.root} tokens to the application at runtime for messaging?
    Thanks,

  • Dynamic value objects in flex and coldfusion 9

    I'm writing a program for a company that does registrations for conventions and trade-shows.  The problem I'm having is that each different client wants to store different data for each show.  Most of the data is the same (attendee's name, address, etc...), but each show has some customizations that it wants to have...  So each database for each show is going to be different...
    Right now, the only way I know how to transfer data from Flex to ColdFusion is via a Value Object.  (Well, the only good way to do it, that is.)  My problem comes when a client wants a particular database customized.  I have MANY questions about this...
    1) How do I tell my Value Object what fields we've added to or changed in the database without re-writing the entire VO (in both the .AS and .CFC files) and re-compiling my program?  In other words, I need a dynamic VO that changes automatcially with the database.
    2) If there is a way to dynamically create a VO in Flex (and from a few blog posts I've seen, it seems there is a way), how do I tell CF9 what the structure of that dynamically-created VO is?  Without re-writing a bunch of .CFC files every time I add or change a field in the database, that is...
    3) How do I reference the dynamically-created fields in my Flex program?  Right now, for example, I can define a variable called attendeeInfo as type attendeeInfoVO, and then reference things like attendeeInfo.first_name, attendeeInfo.last_name, etc...  How do I reference a field programmatcially when I don't know what it's going to be called beforehand?
    4) How do I make my program display/modify those dynamically-created fields?  Right now, using the attendeeInfo example above, I can create a TextInput with an id="firstNameInput" and just say firstNameInput.text = "{attendeeInfo.first_name}".  That won't work when I have no clue how many dynamically-created fields there are, or even what kind of data they're going to store...  How do I deal with this?
    5) Is there something other than VOs that would fit this situation better?  Am I limiting myself by using VOs in the first place?  Is it just plain impossible to do this with VOs?  And if so, what are my alternatives?  I need a structured object that can be passed around with a single reference -- I absolutely DO NOT want to pass a bunch of references to a bunch of different variables -- that's why I used VOs from the very beginning.
    6) Can I simply PAY someone at Adobe for one-on-one help here?  Do they have experts that you can "buy" for a few hours?  What's the charge for that, if such a thing is available?  Or, is this problem well-explained somewhere on the Web, and I just haven't found it yet?
    I'm very confused here, and it seems like I might have to re-write a ton of code, which I'm not looking forward to...  Ugh...  I appreciate any help you can give me...
    Thanks,
    Laurence MacNeill
    Mableton, Georgia, USA

    This blog post is pretty close to what I want:
    http://justinjmoses.wordpress.com/2008/10/10/flex-dynamic-bindable-value-objects/
    So there are the dynamic value objects I was looking for.  But the blog-poster is using LINQ and .Net 3.5.  I'm using ColdFusion9.
    So, how do I get ColdFusion9 to deal with that?  How do you get CF9 to recognize the fact that you've changed the VO, and deal with it appropriately?
    Thanks,
    L.

  • Flex and HTML display shift in Safari in Mac OS

    When a popup is displayed in Flex app, the Flex display gets shifted down in Safari in Mac OS alone. However, even if the display is shifted down, the controls seem to be in the correct position. For example, for clicking a button, the cursor has to be some pixels above the shown display. Not only the Flex display shifts down. HTML Links display also shifts down along with Flex and Links are clickable some pixels above the display.
    The problem happens only while triggering the Flex popup display in long flex screen. On a Flex screen within the browser height, with the same actionscript and Javacsript code, there is no problem.
    This works fine in all other browsers including Safari in windows.
    Has anyone faced this scenario? Any help will be highly appreciated.
    For the popup to be displayed in center of viewable area, the following code is used.
    callLater(SMBObjectUtil.changePosition,args);
    In SMBObjectUtil.as file,
    public static function changePosition(x:int, y:int, obj:UIComponent):void {
         var yPos:int = ExternalInterface.call("findScrollTop");      var winHeight:int = ExternalInterface.call("getWindowHeight");
         var appHeight:int = Application.application.height;
         var objectWidth:int = obj.width;
         var objectHeight:int = obj.height;
         var calculatedX:int = 0;
         var calculatedY:int = 0;
         if(Application.application.width>obj.width) {
              try {               calculatedX = (Application.application.width - obj.width)/2;
                   if(yPos <= 0){                    calculatedY = ((winHeight-objectHeight)/2-100)>0?(winHeight-objectHeight)/2-100:50;
    else if(yPos<=(appHeight-winHeight)){                    calculatedY = (((winHeight-objectHeight)/2)+yPos-100)>0?((winHeight-objectHeight)/2)+yPos-100:50;
    else if(yPos>(appHeight-winHeight)){                    calculatedY = appHeight - objectHeight - (winHeight-objectHeight)/2;
              catch(e:Error){          }
         }else {
    obj.x = calculatedX;
    obj.y = calculatedY;
    Javascript functions used are:
    function findScrollTop()
      var ScrollTop = document.body.scrollTop;
      if (ScrollTop == 0)
       if (window.pageYOffset)
        ScrollTop = window.pageYOffset;
       else
        ScrollTop = (document.body.parentElement) ? document.body.parentElement.scrollTop : 0;
      return ScrollTop;
    function getWindowHeight()
      var y = 0;
      if (self.innerHeight) {
       y = self.innerHeight;
      } else if (document.documentElement && document.documentElement.clientHeight) {
       y = document.documentElement.clientHeight;
      } else if (document.body) {
       y = document.body.clientHeight;
      return y;

    Found a fix for this. CallLater() was giving the problem in Safari. Once I removed CallLater and directly called my function, the problem was resolved.

  • Flash, Flex, and the iPad

    While there is no shortage of iPad/Flash discussions on the Adobe and Apple forums, after searching for a couple hours now I have been unable to find the answers to my specific question.  So please forgive me if I missed it somewhere.
    As I understand it, Apple does not support Flash for the mobile and iPad devices.  This is reiterated in a number of Apple forum postings that I just read, as well as Steve Jobs' rant here:
    http://www.apple.com/hotnews/thoughts-on-flash/
    However, I came across this Adobe press release from less than a year ago:
    http://blogs.adobe.com/ukchannelnews/2011/06/20/announcement-mobile-applications-for-andro id-blackberry-iphone-and-ipad/
    Apparently this Flex thing allows me to develop cross-platform mobile applications.  So I do some research on Flex, trying to figure out the difference between Flex and Flash.  I come across Adobe's FAQ here:
    http://www.adobe.com/products/flex/faq.html#flex-flash
    It's not real clear to me, but it sounds like what they are saying is that Flex is simply a programmatic framework around which I can build Flash applications, especially helpful for those more familiar with traditional programming.  If this is the case, based on Adobe's press release above, it sounds like I should be able to use Flash on the iPad via Flex?  What am I missing?  Is there other differences between Flex and Flash?  Or perhaps is it the difference between an application and browser support (like Apple's Safari)?
    Thanks in advance for your patience, and your help.
    3P

    It's easy Pea...
    Flash is a plugin. It runs from withing the browser IE, Firefox, Safari, Opera, etc... It also can be run standalone, via special exe program on Windows platform.
    Although this is less common. Here are all the Flash versions: http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
    AIR is a cross platform runtime, kind of like Java (build once run everywhere). But with AIR it's a bit more tricky. You have to compile your program to each target platform (Desktop, Andriod, BlackBerry, iOS) separately. It's not like with Java where you can indeed run your jar file on lot of platforms. AIR is essentially Flash "on steroids" as it mostly has the same API as Flash and builds on top of it. But AIR not in the pluging form, i.e. you don't need a web browser to run it from.
    Here are the latest AIR runtime: http://get.adobe.com/air/
    and SDK: http://www.adobe.com/devnet/air/air-sdk-download.html
    You will need AIR SDK to build AIR applications and it has to be overlayed on top of Flex SDK which you can find here:
    Flex SDK: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.6
    Now Flex SDK is essentially a component framework. You will need a button in your application, or a Video component, right? So that is what Flex provides for you free of charge.
    Obviously this sound simple but Flex is much more then that and here is your
    Flex documentation: http://www.adobe.com/devnet/flex/documentation.html
    So, Flex is a component framework which lets you build applications which target either Flash or AIR as executable runtime. For Flash it is called Web application and it runs from withing browser or standalone Flash player. For AIR it is called Desktop or Mobile project and it runs from withing AIR runtime which has to be installed on your device or bundled with your application.
    Now, speaking of Steve rants, yes, they wanted to kill Flash on their platform, there was even a guy there who was responsible for that result (I forgot his name but you can google), although Adobe never admited that and played it nice with Apple. Why they wanted to kill most expressive and complete vector and video engine on the web (Flash)? It's simple! This is beacase they wanted to play on their nice and cozy iOS/iPad/iPod playground alone! Because they want to control the delivery of the content from publisher to consumer. they want to stick their proprietory products and specifications in between and skim the money! That is why they don't need Flash in the browser. Flash allows people to publish and consume an impressive content without charging a dime! That includes H264 video among other things. And that is what Apple doesn't want to see.
    Good luck with Flex and everything else,
    SdS

  • Need information about Adobe Flex and WD

    Hello SDN!
    We try to decide is it possible to use Adobe Flex with WD java for us. So I need to know information like:
    1) hardware requirements
    2) software requirements (e.g. which versions of SAP NetWeaver are supported, which IDEs are supported and so on)
    3) what about licenses - is it free or it necessary to buy it?
    4) Adobe Flex and Adobe Flash are the same things or not
    5) any other useful information
    regards, Lev

    Hi Tarun,
            You can follow these links for more information
    http://help.sap.com/saphelp_nwce711/helpdata/en/48/825afcf53d3ff6e10000000a42189c/content.htm
    http://www.adobe.com/devnet/sap/articles/understanding_richislands.html
    Hope it helps.
    Regards
    Uday

  • Configuring blazeds, spring, flex and eclipse ide

    Hi,
    Can you please suggest me in configuring blazeds, spring, flex and eclipse ide. I have tried hard googling, but couldnt get solution for configuring all the four.
    thanks in advance

    Hi jvk180:
    Firstly, you should either need to define the destination in remoting-config.xml or in app-context.xml, but and in both places.
    Secondly, the error indicates that it is missing the channel information.
    Option 1:
    Assuming your bean "helloServiceDestination" uses other Spring beans, then:
    1. The right place to declare the destinations is in app-context.xml.
    2. In that case, you need to also define the channels that the destination will be exposed over. See documentation for how to do that.
    3. In your remote object declaration, you need to pass the channel set that gets used as well.
    <mx:ChannelSet id="cs">
       <mx:AMFChannel url="http://<yourServerName>:<yourServerPort>:/<yourContextRoot>/messagebroker/amf"/>
    </mx:ChannelSet>
    <mx:RemoteObject id="ro" destination="helloServiceDestination" channelset="{cs}" result="resultHandler(event)" fault="faultHandler(event)"/>
    Option 2:
    If you declare your destination, in remoting-config.xml, then you need to compile your swf with services-config.xml. Refer to documentation for how to do that.
    Hope that helps.
    Rohit

  • Flex and J2EE

    I am using the Flex 3 SDK. On the server side, I am using
    Java.
    I looked at the Flex 3 SDK documentation and I found the Flex
    3 compiler modules for Apache and IIS:
    http://livedocs.adobe.com/flex/3/html/help.html?content=apache_1.html
    Is there a Java servlet filter that can compile MXML files on
    demand?
    Thanks in advance.

    I found the FlexMxmlServlet.
    1) visit
    http://opensource.adobe.com/wiki/display/flexsdk/Downloads
    2) download: FlexModule_j2ee.zip
    The zip file contains the FlexMxmlServlet and a Flex JSP Tag
    Library.
    Curiously, I can't find the source code for the
    FlexMxmlServlet or the Flex JSP Tag Library. I looked in Adobe's
    Subversion repository but the code is not there.
    Anyway, here is a web.xml file that shows how to use the
    servlet and the tag library:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD
    Web Application 2.3//EN" "
    http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>Flex Webtier
    Compiler</display-name>
    <description>Flex SDK Webtier Compiler Template
    Application</description>
    <context-param>
    <param-name>flex.class.path</param-name>
    <param-value>/WEB-INF/flex/hotfixes,/WEB-INF/flex/jars</param-value>
    </context-param>
    <servlet>
    <servlet-name>FlexMxmlServlet</servlet-name>
    <display-name>MXML Processor</display-name>
    <description>Servlet wrapper for the Mxml
    Compiler</description>
    <servlet-class>flex.bootstrap.BootstrapServlet</servlet-class>
    <init-param>
    <param-name>servlet.class</param-name>
    <param-value>flex.webtier.server.j2ee.MxmlServlet</param-value>
    </init-param>
    <init-param>
    <param-name>webtier.configuration.file</param-name>
    <param-value>/WEB-INF/flex/flex-webtier-config.xml</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>FlexSwfServlet</servlet-name>
    <display-name>SWF Retriever</display-name>
    <servlet-class>flex.bootstrap.BootstrapServlet</servlet-class>
    <init-param>
    <param-name>servlet.class</param-name>
    <param-value>flex.webtier.server.j2ee.SwfServlet</param-value>
    </init-param>
    <!-- SwfServlet must be initialized after MxmlServlet
    -->
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>FlexForbiddenServlet</servlet-name>
    <display-name>Prevents access to *.as/*.swc
    files</display-name>
    <servlet-class>flex.bootstrap.BootstrapServlet</servlet-class>
    <init-param>
    <param-name>servlet.class</param-name>
    <param-value>flex.webtier.server.j2ee.ForbiddenServlet</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>FlexInternalServlet</servlet-name>
    <servlet-class>flex.bootstrap.BootstrapServlet</servlet-class>
    <init-param>
    <param-name>servlet.class</param-name>
    <param-value>flex.webtier.server.j2ee.filemanager.FileManagerServlet</param-value>
    </init-param>
    <load-on-startup>10</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>FlexMxmlServlet</servlet-name>
    <url-pattern>*.mxml</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>FlexSwfServlet</servlet-name>
    <url-pattern>*.swf</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>FlexForbiddenServlet</servlet-name>
    <url-pattern>*.as</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>FlexForbiddenServlet</servlet-name>
    <url-pattern>*.swc</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>FlexInternalServlet</servlet-name>
    <url-pattern>/flex-internal/*</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    </welcome-file-list>
    <taglib>
    <taglib-uri>FlexTagLib</taglib-uri>
    <taglib-location>/WEB-INF/lib/flex-bootstrap-jsp.jar</taglib-location>
    </taglib>
    </web-app>

  • Flex and php file uploader cross browser problems

    Hi, I have a problem in flex and php file uploader. It was
    working fine in Internet Explorer, but nothing would work in
    Firefox and in other browsers. Firefox and other browsers was not
    sending the session with the file upload and was producing a login
    error. On IE the session cookie is picked up and the upload request
    uses the authenticated session, no login error. I'm newbie in flex.
    Please help me. Thanks in advance!
    Here's my code:
    bgupload.mxml

    Hello, I am Gamaliel Arredondo, i have solved this problem, the error is in the code, you have a mistake in your code, check it out.
    The way to run the flex applications, in my case, i installed xampp, in the htdoc directory i put the folder with the files of the application and all is working very well, only when the apache is running because if it is stoped the application show error, please review your code and if you have problems you can contact me by e-mail ([email protected]) i also fought with that problem but i could find the solution, i hope to help you.

  • Flex and EJB with JBOSS

    Hi!
    I have a web application running on JBOSS 4.0.4 and using EJB/EJB3.
    The main goal is simple, i need to substitute some JSP pages with flex.
    I'm a total newbie with flex and i don't even know how to get started.
    What do i need? Only BlazeDS or something more? Is there some tutorial with a step by step explanation?
    I appreciate your help.

    You cant really replace Struts with Flex, maybe a view part
    , thats about is, you still need backend processioning
    logic,all that you are asking is difficult to answer is one reply,
    IMHO, best thing you can do is to dive into following URLs :
    http://www.adobe.com/devnet/flex/
    http://livedocs.adobe.com/flex/3/html/help.html?content=Part2_DevApps_1.html
    http://livedocs.adobe.com/blazeds/1/blazeds_devguide/
    http://livedocs.adobe.com/flex/3/html/help.html?content=Part6_ProgAS_1.html
    and of course your best friend :
    http://livedocs.adobe.com/flex/3/langref/index.html

Maybe you are looking for

  • Reading a XML File from server in BI Publisher

    Hi All, Can any one help me how i can get the XML file from server to BI Publisher using data source. The file should transfer directly to BI Publisher with out storing it in any local directory in local system. Thank you Shalini.

  • TDS Reversal in F-54

    Hi Experts, Tds is being deducted at the time of Down Payment and also at the time of Invoice. At the time of F110, Tds is being getting Reversed as of now. We want to do the Reversal of Tds in F-54,i know it is possible and i know the configuration

  • Mail playing up

    Every once in a while I would get the bouncing mail icon on the dock demanding my pop email account password repeatedly, i would quit the app and that would usually sort the problem. But now I cannot send or receive email from this account and get th

  • How to use Chart control in VS2012 with 3.5 project

    Hello. I have 3.5 framework project with MS Chart, developed in vs 2008. Now im moving to VS2012 and there is no chart control on tollbox in any projects below dotNet 4.0. Is it possible to use MS Chart in dotNet 3.5 projects?

  • Query Related to Custom InfoType Modification on Screen ?

    Hi There, We had created a custom infotype 9003, for entering service related details of the govt.employees. Here in the req had  a field regarding for Physically Handicap with only possible anwers as yes or no. so i went on creating two different fi