How to set/get a portion of images coordinate

i have one image(jpg file) and inside the image has mountain,house ,river
how can i set mountain (X,Y) coordinate? if i click mountain , it will alert "this is a mountain"
or if i mouse hover-over to river, it will alert "this is a river"? how to write a code using Flex api
thank for help

I think you can achieve this by using ImageMap component available in flexlib.
http://flexlib.googlecode.com/svn/trunk/docs/flexlib/controls/ImageMap.html

Similar Messages

  • HT1229 Ive move photos but they appear as duplicates in iPhoto.   When you try and open them it says Photo can't be found.  I have thousands.  How do I get rid of these images?

    Hi Ive moved photos but they appear as duplicates in iPhoto.   When you try and open them it says Photo can't be found.  I have thousands.  How do I get rid of these images?
    Also I have many duplicate photos (from backups)  It would be great to be able to remove all duplicates at one time, like in Itunes.
    Can this be done?

    You moved what photos from where and to where?
    Are you running a Managed or a Referenced Library?
    A Managed Library, is the default setting, and iPhoto copies files into the iPhoto Library when Importing. The files are then stored in the Library package
    A Referenced Library is when iPhoto is NOT copying the files into the iPhoto Library when importing because you made a change at iPhoto -> Preferences -> Advanced. (You unchecked the option to copy files into the Library on import) The files are then stored where ever you put them and not in the Library package. In this scenario you are responsible for the File Management.

  • How to set color space to JPEG image with Java advance Imaging

    How to set color space to JPEG image with Java advance Imaging.
    is there any API in JAI which support to set color space.

    I'm definately no guru, but this is how you can change it.
    CTRL + ALT + Click on the part of the component that you want to change. This brings up the Hidden Dom Inspector, background of component will be surrounded with a red outline (Make sure the red outline is surrounding the part of the tabset you want to change), Now you go to properties sheet and click the ellipses next to rules property this will pop up a dialog you look in this list (At the top) to see the default style classes that are affecting the rendering of the component outlined in red. (You will be able to select different sections of a single component) then you just rewrite the style class that you want to change in your Stylesheet (You will not find the styleclass that you want to change because it is a part of your theme .jar but as long as you name it exactly the same and place in your stylesheet it will override the theme .jar style classes) it's actually very easy -- you were right should be a piece of cake for a guru. Don't have the link handy but you can check out Winston's Blog on changing Table Formatting to get this information...It is EXTREMELY useful if you want your apps to have a custom look and not default that comes with Creator Themes.
    Hope this helps you out God knows others have helped me alot!
    Jason

  • I just upgraded to LR4, how do I get all my LR2 images into LR4?

    I just upgraded to LR4, how do I get all my LR2 images into LR4?

    Images are not "in" Lightroom. Image files are on the hard drive, and the Lightroom edits are in the catalog.
    Lr creates a link between the catalog and the image files on the hard drive.
    So, there is no need to bring images from one version of Lr to the other.
    When you install Lr4 it will find your existing catalog and update it (in fact it updates a copy of the catalog); Lr4 will then "know" where your images are because their location is recorded in the catalog.
    It is the unfortunate choice of the word "import" that creates the impression that images are in Lr like eggs in a basket. Nope!

  • How to set/get the archive file attribute?

    I am programing a (freeware!) ftp client and need to know, how to set/get the archive attribute of a local file. I was searching through whole the i-net - nothing at all!
    please help me!!

    Hi,
    Since not all operating systems support the archive attribute, this ain't included in the JDK.
    If you're using Microsoft Foundation Classes for Java, then you can use File.getAttributes(String path) and check whether the result equals FileAttribute.ARCHIVE.
    For setting the attribute, you can use
    File.setAttributes(String path, FileAttribute.ARCHIVE)
    Of course this is all Microsoft-specific stuff.
    Hope this helps,
    Kurt.

  • How do I get my IPad 2 images onto a regular TV?  I have the plug from the apple store, and the HDMI cable.  The TV recognizes a devise, but no image on TV!

    How do I get my IPad 2 images onto a regular TV?  I've got the converter plug for HDMI from the apple store and an HDMI cord, etc.  I've plugged everything in and the TV recognizes a devise, but no images on TV...help!

    Hey Anndog,
    Thanks for the question. I understand you wish to connect your iPad 2 to an HDMI TV. The following article provides some great information on how to do this, along with troubleshooting information if you are experiencing issues:
    iOS: About Apple Digital AV Adapters
    http://support.apple.com/kb/HT4108
    Thanks,
    Matt M.

  • Adobe Reader XI...How to set it to Print as Image as default

    Hello I  using Windows 7 64 bits version and using Adobe Reader XI. I need to know how to set reader to Print As Image to default. Is there registry setting in windows or VB script that can do it?  I alread found it in version. I need to find it this in Version XI. Any usefull solution or suggestions would be helpful.
    Thanks

      Are you using the Organizer? If you have imported your photos into the organizer it’s possible to select thumbnails and then on the top menu click Edit à Edit With Photoshop Elements
      Click to view

  • How do I get rid of the image of people in the desert on my startup page

    I've just upgraded to the latest version of firefox, and now am faced with an image that appears to link to a video (instead of the fox). How do i get rid of this and get back to a simple page. I'm not very technical
    Thanks

    If you do not want to see snippets on the about:home page or if there are problems with a snippet then you can set the <b>browser.aboutHomeSnippets.updateUrl</b> pref to an empty string on the <b>about:config</b> page.
    Delete the <b>storage\persistent\moz-safe-about+home</b> folder in the Firefox profile folder with Firefox closed ("3-bar" Firefox menu button > Exit/Quit) to remove snippets stored in IndexedDB and make Firefox use a default snippet set.
    You can reset the browser.aboutHomeSnippets.updateUrl pref via the right-click context menu to the default value to re-enable the snippets and make Firefox recreate the moz-safe-about+home folder.
    Close and restart Firefox after changing the value of the browser.aboutHomeSnippets.updateUrl pref.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

  • How to set the source property of image control dynamically?

    Hi,
      I have different fxg files which I want to display in a list. For each row in the List, I define which fxg file to be displayed in my database.
    I need to know how to set the image1.source = (the fxg path) as a string from database?
    Is there any conversion needed in this case? If so, can you please help me how to do this?

    Hi,
      Thank you for your response. I am new to Adobe Flash Builder, Flex and action script. I don't get your answer straight away.
    What I basically need is, I need to set image1.source = strFXG. Right now, this does not show the image. I don't understand fxgObject.pathid.source => how to give this?
    Moreover, when I did google search, there is somethink like fxg converter which converts the fxg to a component. I thought this is a very simple problem on how to convert the fxg string to an object format. But now, it looks like it might be a big problem. Can anyone help me in this?
    import spark.components.Image;
                                  protected function view1_creationCompleteHandler(event:FlexEvent):void
      // TODO Auto-generated method stub
      var strFXG:String = 'assets.DB_Actief_Graphics';
                                            var image1:Image = new Image();
                                            image1.x = 100;
                                            image1.y = 100;
                                            image1.source = strFXG;
                                            addElement(image1);
    Regards,
    Chella

  • How do I get rid of the images taking up half the screen?

    Just got a Classic 160 and I love it EXCEPT for the fact that half the screen is taken up by a useless image. I want to use the full width of the screen for the title/artist, etc., So if I'm listening to a song from "The Skiffle Sessions: Live in Belfast" with Van Morrison, Lonnie Donegan, and Chris Barber, I get the full information instead of "Van Morrison, Lonnie ..." and "The Skiffle Sessions: L ..."
    Please, how do I get rid of the useless image?!?!?!?!?!

    I THINK it doesn't work. When you connected your iPod, click on the iPod in iTunes, click the music tab. there you got a list of playlists (most likely grayed out) and below there there should be something like "include music videos" (or something similiar. i'm not using the english version of iTunes, so the text could differ slightly. and right below that there should be an option "show covers on ipod" (again, the text could differ. but the meaning should be the same.) uncheck that and save it. if this option doesn't show: do you have the newest iTunes version?

  • How do I get rid of type/images blurring as I scroll?

    Re: CS2
    How do I get rid of the blur of type/images as I scroll down my document? It's annoying and I can't figure out how to turn it off.
    Thanks.
    Sorry for overly basic question.

    That worked.
    Thanks Monika. I appreciate the help.

  • How do I get more than 99 images????

    I have iDVD v2.1. I have a Mac OS X 10.2.8. I want to update my iDVD, but how can I do that? I want to have more than 99 images in a slide show, but I think I need to update it. The only update I found for 10.2.8 Macs is the iDVD 3.0.1 update, which requires iDVD 3. Can I update to iDVD 3? HOW?!?! Please somebody help. If I can't, then is there a way to get more than 99 images in a slideshow at all?

    Hey,
    Thank you very much. That's very helpful. Thank you for your time! I bought the hardware for OS X Tiger 10.4... and I'm having a little bit of trouble installing it. Could you possibly go to that question that I asked and have any suggestions? It's located at
    http://discussions.apple.com/thread.jspa?threadID=526888&tstart=0
    Thank you so incredibly much for your time. I'd really appreciate your advice and help, because you sound like an experienced Mac user!

  • How can I get two hand drawn images to line up?

    How can I get these two images to line up? I am stumped.....I have used auto-align, scale, etc.....but I get one side right then other side not aligned.

    You are dealing here with a difference in image size between the top and bottom sections and perhaps a difference in verticality.
    Consider the bottom units. The left side should shift right and the right side should shift left in order to align.
    Your next move would be the adjust the size of one of the layers by using Edit > Transform > Scale. Hold down the Option key to maintain proportion.

  • How to set/get the initialization vector

    Hi,
    I have an existing database (built by non-java code) containing encrypted data. I know the algorithm, the key and the initialization vector to use in order to decrypt this data. (This is straight-forward DES encryption.)
    My problem is that I can't tell from the java documentation how to set the initialization vector on a Cipher object when I need to perform decryption.
    As an aside, when I try and encrypt data - the results from Cipher.getIV () are always null.
    Any help greatly appreciated,
    Thanks,
    --Jatinder                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    To set the initialisation vector for a Cipher, you need to use the IvParameterSpec class and specifically create the initialisation vector. This class implements the AlgorithmParameterSpec interface. This is used in one of the init() methods for the Cipher class when you set up the Cipher (ie. it accepts parameters for the mode, key and parameter spec). I also found that this was difficult to work out from the supporting documentation.
    To get the initialisation vector for a Cipher, use the getIV() method after you have performed the init() call. If the vector has not been initialised before the init() call, you mayget a random result. If it has been initialised specifically, it will print out the vector that you initialised it with - I have tried this out.
    Hope this helps.

  • How to set/get URL-parameters from ORACLE -tag?

    How do I set/get parameters in a URL, using the <ORACLE>-tag?
    We are trying to create a UI Template containing a dynamic
    stylesheet selection dialogue on top of every page. The question
    we are facing now is how to pass parameters (in our case,
    stylesheet settings) between different pages.
    Any ideas/comments are appreciated!

    How do I set/get parameters in a URL, using the <ORACLE>-tag?
    We are trying to create a UI Template containing a dynamic
    stylesheet selection dialogue on top of every page. The question
    we are facing now is how to pass parameters (in our case,
    stylesheet settings) between different pages.
    Any ideas/comments are appreciated!

Maybe you are looking for

  • Is there any way to edit the pdf text field design?

    I dont want a black frame around text frames when a form is printed... In Livecycle you could define various properties (like sunken box etc.), but not in FormsCentral?

  • Can Oracle Report Team Reply

    hi, I have create a report and i run that on web. so the format of the report is not proper. main problem with lines which we have drawn with text just like this ------------ or ========== this type of two lines are there.

  • Binding parameters in backing bean

    hey, i have a function func1(String str) with a parameter in my bb i use code to invoke the function: BindingContainer bindings = getBindings(); OperationBinding operationBinding = bindings.getOperationBinding("func1"); operationBinding.execute(); ho

  • Membership management in CRM

    Dear all, Could someone outline how membership of a member organisation might be managed in CRM.  Creation / renewal of membership Maintaining member privileges with relation to the type of membership they have for the period of that membership. The

  • Adobe Exchange CS6 stops on install of anything?

    I have CS6 Prod Premium Creative Suite.  The Adobe Application Manager appears to apply updates quite happily.  However Adobe Exchange CS6 stops on install of anything?  I have deleted opm.db and relogged in but I select appropriate extension (.zxp)