Image map into a flex application?

Will it be possible to have an image with something like an image map? as in HTML

I have an image in my application and I would like a link but only in a small part of the image of mi.

Do someone knows something about it? Or any suggestion...

Thank you!

Sue

Hello
Take a look at this, you have a component called it imagemap is what I use and it is very good.

http://code.Google.com/p/flexlib/wiki/ComponentList

Tags: Flex

Similar Questions

  • Load the bmp images into a flex application

    Hello

    I am currently using the "Embed" method for images on a Flex application. I use the png and JPEG format.
    Flex prefer JPEG, TIF, png? or PGO can be used as well?
    I find that when I try to add a bmp image to an Image tag, it is a 'go '.

    Is there another type of container that will handle BMP? Or is - everything as well use JPEG, png, etc.

    Thank you
    eholz1

    You can load a BMP using this cookbook recipe.

    http://www.Adobe.com/cfusion/CommunityEngine/index.cfm?event=ShowDetails&ProductID=2&postI d = 10264

  • What is the function of "main()" into a flex application?  If this is not the case, how to exploit the "message pump' access the CPU?

    I'm learning Flex and trying to write a VERY simple app to put random dots or lines on a mx:Canvas.

    I can't know where in fact the code in the code canvas.graphics.lineTo(x,y).

    Either I want to enter the processor in the "main() function" of the app or draw a point/line for every CPU in a message (as for Windows applications) pump.

    I tried to add this:

    < mx:Canvas id = "canvas >"

    ...

    < mx:Script >
    <! [CDATA]

    canvas.graphics.lineTo (Math.random () * 300, Math.random () * 300);
    []] >
    < / mx:Script >

    but the compiler Flex says:

    1120: access of undefined property canvas.

    How is he can't find the canvas?

    If I add the keyword 'this' like this:

    this.canvas.graphics.lineTo (...)

    I get:

    1042: the this keyword can not be used in static methods. It can only be used in instance methods, function closures and the global code.

    Where should I put the actual graph code or a loop to draw lines? Help!

    Pete

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

    Your drawing code must be in a function, and in the following code, it is called application creationComplete. You cannot draw directly on a canvas (at least I couldn't), so match zero on a Sprite or a SpriteAsset, wrap it in a UIComponent, so it can be added to the container and then adds the UIComponet to the canvas.

    
      
        
      
      
    
    
  • Integrate the image to use in any application

    Anyone know how I can integrate an image into a Flex application that can be used anywhere in the application? I have several itemRenderers in my application. They all have something like this in it:

    < mx:Script >
    <! [CDATA]
    [Bindable]
    [Embed("assets/images/closeicon/closeiconup.png")]
    public var closeUp: Class;
    []] >
    < / mx:Script >
    < mx:Image id = "dragImage" visible = "false" source = "{closeUp}" width = "18" height = "18" / >


    I was lazy and made this way for each rendering engine. How can I integrate an image (with CSS?) while I only have a single Embed that makes my closeUp class available for use throughout the application?

    I found this all simply by creating a new public class that contains the Embeds, and then import the class into each component that needs to use the icons.

    I wanted to avoid having to still use an import statement, but this will do. If anyone know of a way to do this without importing anything or to import a script file, let us know!

  • What is the technology used for the integration of java with Flex application?

    How we integrate java into a Flex application or how to build flex applications that use Java as a backend?

    BlazeDs is currently used in businesses to serve the above purpose?

    Or is there a better technology that is used in businesses for the integration of Java with Flex application?

    What is the latest version of BlazeDs?

    Also, please give me a few important article links which shows a sample application in Flex using Java development as a backend.

    Thank you in advance.

    BlazeDS is the way to go. Just google BlazeDS and you will find many examples of link Java to Flex via Remoting and BlazeDS.

  • 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 =)

  • Image maps in Flex

    Is it possible using Flex/ActionScript to place an image in a form and allow users to click on parts of the form and use this information to tell where (approximately), they clicked? I wanted a simple example that does something like in the following example:

    Put a picture of a car (side view) and allows me to choose either the front of the rear of the car from a Flex application. There will be a list box that will be filled with the inscription 'Front', 'Return' or 'Before' and 'Return' on separate lines of the list box.

    Actually, I need many more places to return the data points, but if I have a know how to do something as simple, its expansion should be easy.

    In my view, there are tools Adobe Flex to do with, but I'm only using the Flex Builder 2 tool to do my coding, so I really don't want to use another tool if I don't need. My Images will be provided by an outside source.

    How can I do this?

    the answer of how to proceed is here:

    http://dougmccune.com/blog/2007/03/13/ImageMap-component-added-to-FlexLib/

    http://code.Google.com/p/flexlib/wiki/ComponentList

  • Session state in a Hotspot URL on an Image Map

    Greetings,

    I have an APEX application that has the image maps on several pages. The image plane is created dynamically by the admin application. Later in the process of the image map (created from HTML) stored in the rows of a table will be used by someone else at a later time. They will click on a hotspot/article in terms of the image, which will open a page in the application and pass the id of the image and the hotspot/section title. Then they can fill out information about the hotspot/section on what they clicked. I have all this works very well except for the session.

    The problem is that I filled in the href of the hotspot portion < area shape / > when the image is initially created. I store the first part of the URL in a table, in case it changes. The first part is http://server:8000/apex/f? p = 2031:10: & APP_SESSION.:NO:10: then I add this when the image plane is created - P10_HEADER_ID, P10_CELL_TITLE:v_header_id, v_cell_title so, when you move the pointer over one of the hotspots is an example of the URL passed - http://server:8000/apex/f? p = 2031:10: & APP_SESSION.:NO:10:P10_HEADER_ID, P10_CELL_TITLE:344, 20-10 the session is not met. Now that it's happened I think it is the right treatment of the APEX. To determine the session 'on the fly', it is not passed between the user clicking on the access and processing of the URL. Or have I missed something due to a mistake in my thinking?

    I'm puzzled. I can't fill the session when I build the data row, because it will not be later. But I can't change the session in href of the hotspot.

    Ideas and suggestions are welcome. I hope that I am right on what is obvious.

    Thank you, Tony

    hidden wrote:

    I am familiar with relative path for the first part of the URL. I may be able to use it. We store the server part of the URL in a table of keywords, because we had cases where our names servers etc change.

    You must use relative URLS. Storage of the absolute URL is inappropriate. Relative addressing, functionowa_util.get_cgi_env , alias page/app and substitution strings offer a lot more flexibility.

    I know on APP_ID and others, but at this point, I'm not sure the app # or page # will be for the final use image maps. I know that the image maps will be created on a single page, then used on another page or pages.

    Looks like a clear case of use for the use of the app/page aliases. However, there is no need to break the dependency of the channel using an alias of the page and then reintroduce immediately by setting the values of page explicit as P10_CELL_TITLE: it would be more appropriate to use the elements of the request for these settings instead of the settings of the page

    Yes, I have a procedure that builds the image maps. I have 2 types of image maps. One is a map of convention image with rectangles and polygons. The other card image has a grid on top of it with the columns, lines, value of medallion of beginning and end in medallion, which allows the administrator to build the grid exactly as they wish. It also has a function that allows the elimination of specific cells. It's all pretty smooth. And, once again, your answers through this process has helped me get to where I am with the application. The problem is that these interactive images will be used in the dozens, and sometimes hundreds of times more inspections are carried out on the Assembly line. There will be models of image map that will be used later on the actual inspections when the product is manufactured. The image of the cards will be different according to the production plant and the product, it is used on. A station can be for the inspection of the engines, another for finishing, etc. A series of picture cards for one product, others for the B - M products.

    Thus, image maps are created during the initial phase of the process. Then used later, over and over again, during the production process. Create map image pages are 4 & 8. The pages used during the inspection of the product is likely to be pages 10 & 12. And the creation of image map occurs at a point in time by the admin. The use of image maps will produce a dozen different inspectors throughout the year. So, no doubt under different sessions.

    Now I think I might need to build a new block of HTML code for each inspection. The HTML code that builds the image of the cards, that is. This way I can insert the sesstion ID into the href attribute in a procedure, and it will be that of the current session. I not only create the href and fill the value of session on the fly, I'll create all the HTML block on the fly.

    I certainly wouldn't store or s absolute hrefas a URL or image maps in HTML format. Should all be generated depending on the rendering of the page through a report/view/procedure/function. In the PL/SQL code, get the session ID by using the v('APP_SESSION') reference. In a report, view/use values of application context for better performance. Push necessary substitution strings in the context values using the APEX Session/DPV database security attribute.

  • Can someone help me and explain how to assign hotspot/image map with rules of css or any other way?

    I have problem with hotspot because its position cannot be fixed to follow the proportion of the fixed background in different resoulutions.

    You cannot assign hotspots with css. Here are some options different however, you have...

    You can try to use several images that can evolve, linking each image, instead of hot spots.

    You can also look into "sensitive image maps" to get examples of jquery/javascript run interactive images that can be resized.

    According to your image (for example, if you are linking States on a map) you would be able to use the SVG paths and link paths with javascript.

  • Combining the image maps and dropdowns

    In Dreamweaver 5.5, I want to create a dropdomn from a graph into slices. There is a toolkit called the Inspector of tags that contains 3 tabs. The behavior of the tab with the + sign brings up a menu, where I'd be able select the pop-up Menu display - but it isn't here!
    Where can I find a toll to create drop-down lists of image maps?

    Image maps do not drop-down menus.  You would be better served with a list of CSS style menu.

    Example 1 (same style):

    http://ALT-Web.com/demos/CSS-Horiz-menu-2.shtml

    Example 2 (multicolor)

    http://ALT-Web.com/demos/CSS-multi-colored-drop-menu.shtml


    Nancy O.

  • Broken Images cut into slices in DreamWeaver

    Hello all I do my first: site for my group. I decided to use the slice of photoshops feature to create a menu for the site. I'm pretty sure I did the cutting in full photo shop so I think my problem is in DreamWeaver. When I paste the file *.html sliced in dreamWeaver or I have to paste the code of the image into slices in a table or a liquid breadsticks I get this strange spacing, almost like dreamwever move slices and ruin the image. Here is a link to the image broken into slices. http://tinypic.com/r/2ykauk5/6 . The Image is supposed to be a menu rectangle that changes color from top to bottom with the text slices use links, the black lines you see are split between the text lines, only the white parts should not be there. (wanted to just describe as image hosting site does a very good job keeping the image look great) Any help would be great.

    Thank you

    John Dullebawn

    What is happened is that Photoshop has done it's work too well by cutting the images, then creating cells of table of the exact height & width to hold these slices and nothing more.  The layout collapses when you try to change it in DW.  Basically, this approach is OK for quick comps to show a client, but it won't work on real websites. The code generated by the graphics applications is too crappy by other means: lack of types of doc, bloating scripts, spacer.gifs, etc...  It is bad.

    You would do well to Dreamweaver for a few days and start to learn the basics of HTML & CSS first.  This will make working with DW much easier.

    Finally, image based menus suck for a lot of reasons, not the least of which is having to re - design all new images every time you want to update your menus.  Using the menus CSS style is much better because you can quickly change in DW.

    Some links to help you get started:

    CSS & Jquery Rollover Menus

    Good luck!

    Nancy O.

  • In Flex application feature sometimes works and sometimes does not...

    Hello

    Please help me on this...

    In my flex application features works sometimes and doesn't work sometimes does not...

    In my project, I have 5 sections with 5 separate screens... Each screen is a module of different.

    After logining in the application:

    I'll go to a screen... First time each feature works in this form...

    Ex: I have a screen with datagrid. This user select name from a datagrid job click on the next button...

    According to the name of the selected user work, I display information on the next screen and customer names.customer whose name is a drop-down list box.

    Here is the code:

    public void populateAllOEMCustomers(event:ResultEvent):void
    {

    1) var object_CustomerList:CustomerList = event.result as CustomerList; the values of the object //Assigining the object reference variable result.

    (2) var allOEMCustomersCollection:ArrayCollection = new ArrayCollection(); Variable declaration ArrayColliction referance.

    (3) var i: int = 0;
    (4) var customerComboLabel:Label = new Sun;

    (5) for (i = 0; i < object_CustomerList.arryCollCustName.length; i ++)
    {
    var strCustName:String = object_CustomerList.arryCollCustName.getItemAt (i) m:System.NET.SocketAddress.ToString ();
    var strCustId:String = object_CustomerList.arryCollCustId.getItemAt (i) m:System.NET.SocketAddress.ToString ();

    customerComboLabel = new Sun; Dynamic Declaration of the label.

    customerComboLabel.name = strCustName; Assinging the customer name in the label name box.
    customerComboLabel.text = strCustId; Assingning the customer id in the text box on the Label.

    allOEMCustomersCollection.addItem (customerComboLabel); Addition of Lable in the referace ArrayCollection variable collection.
    }
    customerComboID.selectedItem = ' - ';.
    OEMCustomersComboID.dataProvider = allOEMCustomersCollection;
    OEMCustomersComboID.selectedItem = - 1;

    }

    This feature works very well when I visit the first time on the screen... If you go back to another screen and return to the same screen and click the button following this names combo box customer time has no customer Details... I get Nullpointer Exception and it shows the number of the line 5 (I gave the above code number..)

    If I change the first line of the code to the following: each time the feature above works fine. Not getting no not an error msg...

    var object_CustomerList:Object = event.result;

    If I type cast in specific class (CustomerList), the feature does not work... do null pointer exception... If I type cast to object everything works fine... In my code each time I'm typecasted for the features of the specific class is not working (gettingNullpointerExcepion).

    Please help me on this... I don't get what could be the reason...

    I am using::Flex 3, Flash player 10.1

    Thanks in advance...

    Kind regards

    Satya

    Hi Satya,

    This sometimes as in your case may not work the way you have specified the RemoteClass attribute in your AS class. Because sometimes there may be a case because before it is mapped to a server-side, you are returned to the data and so that you can not get your custom class data but as normal object type.

    So to avoid this, you can map the class server-side for as classes in the Manager PreInitialize itself as shown below:

    Specify the preinitializeHandler in your main application and write the function below. That way, too, you can map as classes on the side server. So you will have no problem referring to your application AS class types.

    You can use the same line for recording of all classes. Using this, you can remove all of the [RemoteClass] attributes on all CLASSES and attach it to the unique place.

    preinitialize = "onPreinitialize ()" "

    private function onPreinitialize (): void
    {
    registerClassAlias ("com.expeditor.ScriptAdmin.Objects.CustomerList", list of clients);
    }

    In the line above the quoted string code refer to the namespace of the class on the server side and the second is your AS class. Also, remember to import the namespace from the correspondent as a class in the file.

    Try this and let me know...

    Thank you

    Jean Claude

  • The multi-version Flex applications | is this possible?

    I have a Flex Application that contains 2 modules. The Flex application is compiled using Flex 3.0 SDK. My question is: I want to compile only those 2 flex modules using Flex SDK 3.5. In this case, if modules can communicate with the main application without any problem and how to implement it? Please explain in detail.

    Mixture of versions with their charger and modules is not supported.  There are

    messages on the support of cross-management of versions of "Marshall Plan" that uses

    under apps instead of the modules in the doc of flex and my blog.

    However, mixture of version not be prevented.  If he happens to work for

    because none of the classes and common APIs introduce incompatibilities,

    then you can go into production with such a configuration.  Generally

    check for errors and are easy to find, but no cause of incompatibilities

    always...

    --

    Alex Harui

    Flex SDK Team

    Adobe System, Inc..

    http://blogs.Adobe.com/aharui

  • How to enter text in the text entry box using the virtual keyboard in a flex application

    Re: How to enter text in the text entry box using the virtual keyboard in a flex application

    Hello

    I'm using flash builder 4.

    I designed the virtual keyboard, I have to update the text in the input text permanently area using the virtual keyboard.

    I used the events.i button does a few he's cheating.

    can someone help me tat.

    Thanks in advance.

    I have included my mxml with this program.

    virtualKeyboard. MXML

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = minHeight = "955" "600" creationComplete = "initfunc ()" >
    < fx:Script >
    <! [CDATA]
    Import mx.controls.Alert;
    private function initfunc (): void
    {
    B1.addEventListener (MouseEvent.Click, HandleEvent);
    B2.addEventListener (MouseEvent.Click, HandleEvent);
    B3.addEventListener (MouseEvent.Click, HandleEvent);
    B4.addEventListener (MouseEvent.Click, HandleEvent);
    B5.addEventListener (MouseEvent.Click, HandleEvent);
    B6.addEventListener (MouseEvent.Click, HandleEvent);
    B7.addEventListener (MouseEvent.Click, HandleEvent);
    B8.addEventListener (MouseEvent.Click, HandleEvent);
    B9.addEventListener (MouseEvent.Click, HandleEvent);
    B10.addEventListener (MouseEvent.Click, HandleEvent);
    B11.addEventListener (MouseEvent.Click, HandleEvent);
    B12.addEventListener (MouseEvent.Click, HandleEvent);
    B13.addEventListener (MouseEvent.Click, HandleEvent);
    B14.addEventListener (MouseEvent.Click, HandleEvent);
    B15.addEventListener (MouseEvent.Click, HandleEvent);
    B16.addEventListener (MouseEvent.Click, HandleEvent);
    B17.addEventListener (MouseEvent.Click, HandleEvent);
    B18.addEventListener (MouseEvent.Click, HandleEvent);
    B19.addEventListener (MouseEvent.Click, HandleEvent);


    B20.addEventListener (MouseEvent.Click, HandleEvent);
    B21.addEventListener (MouseEvent.Click, HandleEvent);
    B22.addEventListener (MouseEvent.Click, HandleEvent);
    B23.addEventListener (MouseEvent.Click, HandleEvent);
    B24.addEventListener (MouseEvent.Click, HandleEvent);
    B25.addEventListener (MouseEvent.Click, HandleEvent);
    B26.addEventListener (MouseEvent.Click, HandleEvent);
    B27.addEventListener (MouseEvent.Click, HandleEvent);
    B28.addEventListener (MouseEvent.Click, HandleEvent);
    B29.addEventListener (MouseEvent.Click, HandleEvent);
    B30.addEventListener (MouseEvent.Click, HandleEvent);
    B31.addEventListener (MouseEvent.Click, HandleEvent);
    B32.addEventListener (MouseEvent.Click, HandleEvent);
    B33.addEventListener (MouseEvent.Click, HandleEvent);
    B34.addEventListener (MouseEvent.Click, HandleEvent);
    B35.addEventListener (MouseEvent.Click, HandleEvent);
    B36.addEventListener (MouseEvent.Click, HandleEvent);
    B37.addEventListener (MouseEvent.Click, HandleEvent);
    B38.addEventListener (MouseEvent.Click, HandleEvent);
    B39.addEventListener (MouseEvent.Click, HandleEvent);
    B40.addEventListener (MouseEvent.Click, HandleEvent);
    B41.addEventListener (MouseEvent.Click, HandleEvent);
    B42.addEventListener (MouseEvent.Click, HandleEvent);
    B43.addEventListener (MouseEvent.Click, HandleEvent);
    B44.addEventListener (MouseEvent.Click, HandleEvent);
    B45.addEventListener (MouseEvent.Click, HandleEvent);
    B46.addEventListener (MouseEvent.Click, HandleEvent);
    B47.addEventListener (MouseEvent.Click, HandleEvent);
    B48.addEventListener (MouseEvent.Click, HandleEvent);
    B49.addEventListener (MouseEvent.Click, HandleEvent);
    B50.addEventListener (MouseEvent.Click, HandleEvent);
    B51.addEventListener (MouseEvent.Click, HandleEvent);
    B52.addEventListener (MouseEvent.Click, HandleEvent);
    B53.addEventListener (MouseEvent.Click, HandleEvent);

    }
    public void handleEvent (e: MouseEvent): void
    {
    var a: String = e.target.name;
    Alert.Show (e.Target.Name);
    var b:String = null;
    Switch (a)
    {

    case 'Button20 ':
    b = TextBox.Text;
    TextBox.Text = "a";
    TextBox.Text = b + "a";
    break;


    case 'Button21 ':

    TextBox.Text = "b";
    TextBox.Text = b + "b";
    break;


    by default:

    TextBox.Text = "s";
    TextBox.Text = b + "s";
    }
    }

    []] >
    < / fx:Script >

    < s:Panel = "43" x y = "82" width = "527" height = "213" >
    < mx:Button = "71" x y = '86' id = "b1" label = "1" width = "30" height = "24" / >
    < s:Button = "180" x y = '86' id = "b2" label = "5" width = "30" height = "24" / >
    < s:Button = "127" x y = '86' id = "b3" label = "3" width = "30" height = "24" / >
    < s:Button = "99" x y = '86' id = "b4" label = "2" width = "30" height = "24" / >
    < s:Button = "323" x y = '86' id = "b5" label = "0" width = "30" height = "24" / >
    < s:Button = "294" x y = '86' id = "b6" label = "9" width = "30" height = "24" / >
    < s:Button = "265" x y = '86' id = "b7" label = "8" width = "30" height = "24" / >
    < s:Button x = '237' y = '86' id = "b8" label = "7" width = "30" height = "24" / >
    < s:Button = '209' x y = '86' id = "b9" label = "6" width = "30" height = "24" / >
    < s:Button = "42" x y = '86' id = "b10" label = "" ' "width ="30"height ="24"/ >"
    < s:Button x = "382" y = '86' id = "b11" label = "=" width = "30" height = "24" / >
    < s:Button = '353' x y = '86' id = "b12" label = "» largeur" width = "30" height = "24" / > "
    < s:Button = "410" x y = '86' id = "b13" label = "back" width = "76" height = "24" / >
    < s:Button = "157" x y = '86' id = "b14" label = "4" width = "30" height = "24" / >
    < s:Button = "43" x = "109" id = "b15" label = "tab" width = "66" height = "24" / >
    < s:Button = "105" x = "109" id = "b16" label = "q" width = "31" height = "24" / >
    < s:Button = "247" x = "109" id = "b17" label = "y" width = "30" height = "24" / >
    < s:Button '303' = x y = "109" id = "b18" label = "i" width = "31" height = "24" / >
    < s:Button = "361" x y = '110' id = "b19" label = "p" width = "34" height = "23" / >
    < s:Button = "394" x = "109" id = "b20" label = "[" width = "31" height = "24" / >] "
    < s:Button = "191" x = "109" id = "b21" label = "r" width = "34" height = "24" / >
    < s:Button '424' = x y = "109" id = "b22" label = "]" width = "31" height = "24" / > "
    < s:Button = "222" x = "109" id = "b23" label = "t" width = "31" height = "24" / >
    < s:Button = "161" x = "109" id = "b24" label = "e" width = "31" height = "24" / >
    < s:Button = "133" x = "109" id = "b25" label = "w" width = "31" height = "24" / >
    < s:Button = "332" x = "109" id = "b26" label = "o" width = "31" height = "24" / >
    < s:Button = "275" x = "109" id = "b27" label = "u" width = "31" height = "24" / >
    < s:Button = "220" x = "133" id = "b28" label = "g" width = "31" height = "24" / >
    < s:Button '424' = x y = "132" id = "b29" label = "enter" width = "62" height = "24" / >
    < s:Button = "43" x = "132" id = "b30" label = "caps" width = "66" height = "24" / >
    < s:Button = "275" x = "133" id = "b31" label = "j" width = "42" height = "23" / >
    < s:Button = "314" x = "132" id = "b32" label = "k" width = "31" height = "24" / >
    < s:Button = "133" x = "133" id = "b33" label = "s" width = "31" height = "23" / >
    < s:Button = "161" x = "133" id = "b34" label = "d" width = "31" height = "23" / >
    < s:Button = "250" x = "133" id = "b35" label = "h" width = "31" height = "23" / >
    < s:Button = "105" x = "133" id = "b36" label = "a" width = "31" height = "23" / >
    < s:Button = "191" x = "133" id = "b37" label = "f" width = "31" height = "23" / >
    < s:Button = "342" x = "132" id = "b38" label = "l" width = "31" height = "24" / >
    < s:Button = "152" x = "154" id = "b39" label = "x" width = "31" height = "24" / >
    < s:Button = "353" x = "154" id = "b40" label = "'." " Width = "31" height = "24" / >
    < s:Button = "325" x y = "154" id = "b41" label = "," width = "31" height = "24" / >
    < s:Button = "294" x = "154" id = "b42" label = "m" width = "31" height = "24" / >
    < s:Button = "259" x = "154" id = "b43" label = "n" width = "37" height = "24" / >
    < s:Button = '236' x y = "154" id = "b44" label = "b" width = "31" height = "24" / >
    < s:Button = "211" x = "154" id = "b45" label = "v" width = "31" height = "24" / >
    < s:Button = "181" x = "154" id = "b46" label = "c" width = "31" height = "24" / >
    < s:Button = "122" x = "154" id = "b47" label = "z" width = "31" height = "24" / >
    < s:Button = "380" x = "154" id = "b48" label = "/" width = "31" height = "24" / >
    < s:Button '368' = x y = "132" id = "b49" label width = ';' = "31" height = "24" / >
    < s:Button = "396" x = "132" id = "b50" label = "" ' "width ="31"height ="24"/ >"
    < s:Button = "43" x = "154" id = "b51" label = "shift" width = "82" height = "24" / >
    < s:Button '407' = x y = id = "154" "b52" label = "shift" width = "79" height = "24" / >
    < s:Button = "455" x = "109" id = "b53" label = "------" width = "31" height = "24" / >

    < / s:Panel >
    < s:TextInput = "161" x = "27" id = "textbox" width = "253" / >

    < / s:Application >

    Kind regards

    Saran r

    Hello

    http://gumbo.flashhub.NET/keyboard/

    It is a small example of a 'virtual' keyboard that will enter the text into a textinput/textarea component selected. Capslock and shift key States really aren't quite right (really need control shift/cap lock combo), but there is a simple tab and backspace (delete) and enter the function key.

    hope this is useful

    David.

  • Import a flash project into a flex project

    Hello

    I have create a carousel in flash CS4. It works very well... but I want to integrate it into a flex (Web site) with Flex Builder project.

    Thank you!

    SWFLoader will allow you access to Flash content in a Flex application.

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

    http://blog.pixelingene.com/?p=216

    http://www.YouTube.com/watch?v=bGMwAcAyE9Q

    Cannot import Flash projects in Flex.

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

    Greg Lafrance - Flex 2 and 3 certified ACE

    www.ChikaraDev.com

    Flex / development, training, AIR and Support Services

Maybe you are looking for

  • Motorola atrix mb860 for ICS

    When is came ICS from my phone... Ice Cream Sandwich PLeASEEEE

  • Strong signal; connectivity limited; no ip address

    All of a sudden my laptop does not connect to the router linksys wrt54g version 6.  The laptop shows a signal strong but under limited connectivity status or not.  I downloaded the new firmware for the router, but still have the problem.  I can conne

  • Windows Movie Maker-impossible to import the .mov file

    C:\Users\guillermina newwest\newwest medina\Pictures\2010-06-17 126.com MOV cannot be imported. __ IM using windows movie maker on vista and it repeats this to me can you please give me a solution to this problem

  • G8 Pavilion laptop hardware error - new hard disk?

    Hello, I spoke with a representative from HP and I wanted a second opinion. Here are the facts: Possible virus causing the model to be very slow and have errors at the start up. Problems of gel even in "safe mode". Decided to do a "System Restore" us

  • Windows Movie Maker-cannot import .avi file

    When I try to put some videos that are in .avi format in Windows Movie Maker (WMM), it says "(name of the video) could not be imported. The required codec was not downloaded automatically because download them codecs automatically check box is not se