HyperLink Image

Hi there,
I like to use an Image with an hyperlink. The MXMLcode below
works but I do not have an indication that the Image is actually
also a link e.g. cusor HAND. The cusor does not change ???
<mx:Image
source="{galleryOne.getItemAt(names.selectedIndex).image}"
click="navigateToURL(new URLRequest('
http://www.mywebaddress.com/'))"/>
Any help would be appriciated.
Thanks aktell2007

There is one more property to be aware of, buttonMode="true".
And when you start buildig complex components that you want
to behave like a single button, another property is
mouseChildren="false"
Tracy

Similar Messages

  • Hyperlinked images thin line in iExplorer

    When I tested my website it worked fine in Firefox and Chrome, but not in iExplorer. Hyperlinked images got a  thin purple line around them. Does anyone know how to remove that? It'd be very helpful! Thanks in advance!

    Hello Roger,
    in addition, to the hints from above:
    Add this to your CSS code:
    a img {border:none}/**removes borders from LINKED images**/
    img {border:none} /**removes borders from NON-LINKED images**/
    and have a look at David_Powers detailed elaborateness here: http://forums.adobe.com/thread/417110.
    Hans-Günter

  • Hyperlink Images in IBA

    Is there any way to hyperlink images in IBA?  Currently we can only link text which is very frustrating when trying to promote other related titles using IBA linking to the iBookstore. 
    We have developed a work around...You create a text box over the image you want to link and you then fill it with whatever text, hyperlink the text and then make the text's opacity 0% making sure that the text is on top of the image.
    This is a frustrating work around.  I'm hoping for an update in IBA 3.0.

    That the standard method to link to an image in iBA.
    As always, tho, feel free to use the 'Provide iBooks Author Feedback' menu item for features you'd like added in the future, etc. 
    http://www.apple.com/feedback/ibooks-author.html

  • Tapping on a hyperlinked image on iPhone email

    Hyperlinked image was created in Outlook 2010. If I click on the image in Outlook 2010 it goes directly to the desired site, if I tap on the image on my iPad it goes directly to the desired site, but if I tap on the image on my iPhone it asks me if I want to Save Image or Copy instead of going directly to the desired site. Is there anyway that I can get the iPhone to go directly to the site?

    It's do able - but there are cons
    You can place an image into a "Pan and Zoom" Overlay - make that full screen and stick it in a Multistate object with a tumbnail, then place an invisible button over the thumbnail
    This is a work around, and if you place the invisible button on the thumbnail, it will still be active when "Pan and Zoom" is initiated so you'll have to have a play regarding user experience!
    Hope this helps
    Tim

  • JTextPane: Problem adding hyperlinks & images

    Hi,
    I have a problem and I just can't figure out how to solve it.
    I need to implement a simple Editor for HTML files. Lucky for me, most of the functionality i need is already provided by swing, but i still need to add images and hyperlinks to my document. Especially, i need to be able to select some text, click on a button and turn it into a hyperlink. If an image is within the selected range, then the image should be included in the hyperlink as well (just as you would expect it to be).
    Adding images works so far, using this code (i'll take care of actually loading the image when the rest works).
    JEditorPane editor = getEditor( e );
    HTMLDocument doc = (HTMLDocument) getStyledDocument( editor );
    MutableAttributeSet attr = new SimpleAttributeSet();
    attr.addAttribute( StyleConstants.NameAttribute, HTML.Tag.IMG );
    attr.addAttribute( HTML.Attribute.SRC, "p.gif" );
    try {
         doc.insertString( editor.getCaretPosition(), " ", attr );
    } catch (BadLocationException e1) {
         e1.printStackTrace();
    }But when i try to do the same with HTML.Tag.A and HTML.Attribute.HREF, the selected text disappears from the code (it is still visible in the JTextPane, though) and is replaced by . I just don't seem to get the whole AttributeSet mechanism or which attributes need to be set to which values.
    I have seriously been stuck on this stuff for over one day now, and went through half a million tutorials, but can't figure it out - and i can't imagine that it is that complicated to do something like that.
    By the way, I don't care whether or not you can click on the link in the JTextPane. The whole application is just for editing purposes and the document's content will be uploaded to a webserver at a later point.
    I hope there's somebody who can help me out here.
    Thanks in advance,
    ak87

    Doesn't anyone have a hint for me here?

  • Having some troubles with annotations, hyperlinks, images within PDFs

    Hello all.
    I am having a few issues with my PDFs and I hope that someone can assist me.
    First, I want to state that we are using LCES2 SP1, with Workbench, Designer, Workspace, PDF generator and Reader Extensions. We do not currently have Output.
    Situation:
    I have created several forms in Designer that present the user with information from an XML submitted via a .net app. The info includes customer data, URLs to other pages and a URL to an image/s which I embed within the PDF for presentation.
    In addition to the customer data, the forms present one or more embedded images from the XML which are different every time(dynamically embedded in form). We also present several URLs from the XML which I have hyperlinked. We also need to capture Annotations/markups on the PDF.
    I have the dynamically populated images displaying correctly to the user. Annotations and the hyperlinks are basically functioning correctly as well.
    My issues:
    The problems that I have encountered are:
    1. The embedded images that are presented do not show the annotations on them. It seems as though the annotations are marking on the PDF behind the embedded images. For example, if I draw a line across the PDF, the line is there but will not show on the actual images. Is there a way to push the images back and bring the annotations etc in front?
    2. The hyperlinks work correctly except that when we open the PDFs in Workspace, the hyperlinks open the page within the Workspace area. Is there a way to force the Hyperlinks from Workspace to open the page in a new browser tab or page? I have attempted to use the target="_blank" with no success.
    3. The annotations are being captured and collected ok within LC. I can see the updated XML which includes the markups etc. I have attempted to then use the updated XML to present the PDF, including the annotations, to the next user in the TaskAssignment. Even using Reader Extensions, the annotations/drawings do not display to the next user in their Task. However, if I open the same document using Acrobat Pro, the annotations are displayed correctly. Anyone have an idea what I am doing wrong? Do we require the use of Output to flatten the document with the annotations?
    Thank you all for your assistance
    David

    Hi,
    three years later I have the same problem as David posted in no. 1.
    I created a PDF form in LCD with image fields and text fields that are filled within another software. In LCD I placed the fields in the background. After the pdf fields have been filled within the other software the user wants to add markups and comments on it.
    But the markups on the PDF appear behind the images and texts. I need the markups in front, how can I manage this??
    Best regards,
    MiHue

  • Moving hyperlinked images

    I have created small .jpg images of the front page of PDF documents that I want to link to in my website. Before I attach the hyperlink, I can easily select and move these images around the page, but once they are linked to my documents, I can't select them individually anymore if I want to move them. Rather than the select arrow, all I can get is the Hand Icon when I mouse over them. Any thoughts?

    I just found the answer to my own question. All you have to do is unclick "Make hyperlinks active" in the inspector and you are able to select images in the regular way!
    Feeling somewhat like a bonehead!!

  • Upon right clicking a hyperlink, image, etc., the properties button no longer appears in the list. (I am using FireFox version 3.6.3)

    When right-clicking an image, hyperlink, etc., the "Properties" button is not in the drop-down list as it has always been in previous Firefox versions.
    == This happened ==
    Every time Firefox opened
    == Installation of Firefox version 3.6.3

    Properties has been removed from the right-click context menu. You now need to use right-click '''''View Image Info''''' or '''''View Page Info''''' > Media and scroll down the list of items to see the properties.
    Do not post at the following link; just read the discussion. See [https://bugzilla.mozilla.org/show_bug.cgi?id=513147 Bug 513147] – Get rid of the "Properties" context menu item.
    The following add-on will add the "Properties" option to the right-click menu in Firefox 3.6 and higher: https://addons.mozilla.org/en-US/firefox/addon/14228

  • Fix for bordeless hyperlink image not working

         Hello, I am fairly new to the webdesign world, I have a page that I have an image that is a hyperlink (www.crespidrama.org) and I am trying to remove the border.  The fix that I found on the forums was to do a img { border:none;} but it doesn't appear to be working.  I assume I have the code in the wrong place?
    Here is the code for the image from that page:
      <a href="then-there-were-none.html"><a href="then-there-were-none.html"><img src="images/teaser-poster.jpg" a img { border:none;}width="109" height="140"></a><br>
    Many thanks for your help!

    I think you are probably in the wrong forum. The HTMLHelp forum is for people using the RoboHelp product to create Microsoft HTML Help, not for people need help with HTML.
    I will offer a suggestion as to what is wrong but if that is not it, you should ask in the forum for whatever product you are using, Dreamweaver maybe?
    I would start by writing the code something like this, based on the code you supplied.
    <a href="then-there-were-none.html"><img src="images/teaser-poster.jpg" border:none; width="109" height="140"></a><br>
    Of course, if the border is part of the image, then specifying border as none will have no effect.
    As you are just starting, a good place to visit would be http://www.w3schools.com
    See www.grainge.org for RoboHelp and Authoring tips

  • Hyperlinked image in mail

    I have kinda asked this question here. But incase it gets missed....
    I want an image to be 'clickable' in a mail message or more specifically in a signature. I know you can make text link to an URL but is there ANY way of getting this to work for an image?
    I have trawled the forums to no avail so apologies if this has already answered elsewhere.
    Thanks

    Select the embedded image then select Add Link from the Edit menu and paste in the link URL.

  • HTML hyperlinked images arn't showing in sent messages

    Hi,
    I've trawled the mac forums but haven't found an answer to this q as yet...
    I've tried to create a signature in mac mail, and it appears successful in preferences -> signatures and in the mail as I write it, but when I send it the images disappear and leave behind rectangular outlines (not the blue ? ones, simply grey rectangles) - I've checked my view preferences and I do have it as able to show HTML images.
    Any help would be greatly appreciated thank you!
    Jack

    That template that you used uses an XML file to tell the Flash movie which image files to use and where they are. This Flash movie requires that you have a folder named "photos" right next to the .swf file.
    When you download the template zip file from flashmo.com, you will get a folder with all of the necessary files including the original .fla file. An important concept to remember is that the names, and the capitalization of those names, are critical to the success of a schema like this. The .swf file is looking for a folder named "photos". On some servers, if the folder is named "Photos", it won't be used. Don't include spaces in the names of your image files. When you are uploading the files to your server, be sure to upload the .swf and the image files as data and not as text.

  • A way to *hyperlink* images ?

    What I would like to achieve is to link one image with one or few others, e.g. the same viewpoint in different seasons or years.
    I'd like to be able to navigate to the linked photos.
    I know I could do such today with either creating a collection or assigning the same keyword. But this does not seem smart as there would be only a handful of images connected like this, so not really worth while to *clutter* a keyword list or collection list...
    Maybe a special sort of metadatum, where I could also have a text field to describe the nature of my link ?
    Should work in a reciprocal manner, i.e. the linked image would have the same filled in.

    Would you be able to specify in more detail how that would work, i.e.
    - What you would see.
    - What you would do.
    - What would happen...
    At the moment, custom metadata would allow you to bind any set of photos together, like with a keyword, except without polluting your keyword set. Then to view like photos, just specify the binding string in a library filter, or make a re-usable smart collection that you edit before each use and put the bindings in there if there might be more than one...
    I suspect then its not about that you cant do it, so much as you cant do it conveniently - i.e. you'd like to be able to just click the "more like this" button and go around 'n around..., or something like that.
    Rob

  • The option to add a hyperlink to a text or image is greyed out and not functional.  How do I fix this?

    The option to add a hyperlink to text or an image in pages is greyed out.  How do I fix this?

    Peter is correct. However, one can clever up two overlayed, grouped Text Box and simulate a hyperlinked image that can be placed in the document body with text flowing around the image. Moving the image requires temporarily turning off the hyperlink in the Link inspector. Example was Pages ’09 v4.3 on OS X 10.8.4.
    Steps:
    From the Pages Toolbar, select Text Box twice. The Text Box will be slightly offset. Select and drag the offset one to just above the centered one.
    Click inside the centered Text Box and back out the placeholder text. Now select this Text Box and choose the graphic inspector.
    Choose Fill > Image Fill. Choose your image, and then Scale to Fit the entire Text Box.
    From the Pages arrange menu, choose Make Background Objects Selectable, and Send Object to Background.
    In the Wrap inspector, select Object Causes Wrap, and your choice there. My example was door #2.
    Click inside your text-only Text Box. Change the placeholder text to three instances of the capital letter ‘O.’
    Launch the Font panel (command+T).
    Manually change the font size to 92 points. This just fits a default Text Box size without wrapping. I used Times New Roman Regular.
    Select the text, and with the Link inspector, enable your choice of hyperlink, and also disable it (for now) with the “Make all hyperlinks inactive.”
    With the text still selected, choose Font color from the Font panel. At the bottom of the Color tool, set the Opacity of your text to zero.
    Drag the transparent text-only Text Box exactly over the top of your image Text Box. Use the blue guides.
    From the Pages edit menu, Select All. From the Pages Arrange menu, choose Group.
    Drag the Text Box group where you want it in your document body. Text will flow around it if you used my setting in the Wrap inspector.
    Lastly, with the Text Box group selected, disable “Make all Hyperlinks inactive” in the Link Inspector. You now effectively have a text map overlaying your image and the mouse pointer changes to a hand. The link is now active. Exporting your Pages document to PDF preserves the hyperlinked image effect in both Preview and Acrobat Reader.

  • Hyperlink from image

    Can I hyperlink to a webpage from an image in a Page09 document?

    So sorry.
    The way you wrote, I thought you had seen an actual "User Profile" and knew, as a fact, that there was not sufficient demand for a feature that would hyperlink objects and images in the same manner that iWork now allows us to hyperlink text.
    So, I guess all who post here join you in the same boat -- we don't know the actual user demand for any specific feature -- all we know is that there is the Guideline for the "80 Percent Solution".
    It appears that you read that guideline to support a conclusion that in the real "user profile" -- the one only those in Appleland can see -- they do a head count and if 80% of the people in he profile have not requested a feature, they won't include it.
    I see the guideline very differently.
    To me, the most important line is:
    "...you might consider applying the 80 percent solution‚ that is, designing your software to meet the needs of at least 80 percent of your users. *This type of design typically favors simpler, more elegant approaches to problems* (emphasis added).
    I think what Apple is saying is that the vast majority of Apple users are "ordinary users" not "power users" like you -- and that Apple ought to program for the masses by making tasks "... *simpler, more elegant*".
    Apple is not asking the programmers to take a "head count". It is telling the programmers to meet the lower proficiency level of the vast majority of the users (80%) and not the high level of a small minority (20%).
    I think my interpretation is probably closer to the fact -- Apple started as the computer for "the rest of us" and has built its following by giving us easy, simple, elegant solutions for our tasks.
    Now, let's go apply this Guideline to the issue in this thread -- hyperlinking images and objects.
    Certainly, the 20% can figure out a work around and use it. You can, and my young daughter can; she authored the solution I posted here last year -- the one about using text boxes filled with spaces.
    But, for the 80% -- us normal users -- I think Peter Breis' post is absolutely appropriate. It is "strange" that Apple, programming for the masses, has not made a simple and elegant solution to a task that -- in this day of deeply hyperlinked documents -- is common.
    I guess where we disagree, as two non-residents of Appleland, is how the Guideline is interpreted. You see it as a mechanical head count and I see it as a mission statement.
    We both agree that we simply have to continue to write Apple to ask for this feature.
    And, I will vote with my wallet. If I don't find the things I need in the new program, I won't buy it.
    Thank you for posting the Guideline. I found if very informative and helpful in understanding your posts in this thread.

  • Images as hyperlinks.

    I'm trying to hyperlink some images on my pages, I can easily link words using the inspector, but for some reason images does not work at all.
    Does anyone know if it's possible to link images? Am I doing something wrong?
    Thanks, I'll be so grateful for any responses.
    Matilda.

    Hello matild,
    use a work-around like this:
    Insert a fix positioned shape and disable the text wrap for it (wrap inspector). Adjust the size and position for perfect covering the image-text-area you want to have as a link. Make sure the shape is the top layer (menu: "Arrange/Bring to Front"). Than insert the text cursor (with a double-click) into the shape and show the ruler (command+r). Set the "Insert Margin" (text inspector at the bottom) to sero.
    Insert a char and than a right aligned tab stop at the right border of the shape and press the tab-key on your keyboard. A new double-click inside the shape and the shortcut "command+a" will select the char and the space you have created with the tab stop. Now set the font size (over the font panel) to a size so the selection fills (nearly) the shape.
    Now you can show the link inspector and you can activate the selection as a hyperlink. It is a bit tricky but it works. And don't forget to disable the fonts underlineing (in the font panel). If you don't see the effects section in the font panel, click on the gearing wheel at the bottom left of the font panle and choose the item "Show Effects".
    Select the shape and make it 100% transparent (graphic inspector at the bottom) and multi-select it with your image and text. After grouping all together, you have your hyperlink image-text-area.
    If you need special explanation, please ask again.

Maybe you are looking for

  • JS CS3 copy, paste and transform

    I have a script that allows the user to select objects on a page (in this case text frames) and create a new page user defined and then paste the selection on the page and make it fit the page size. I'm having a slight problem where the text frames i

  • Seriennummer in Photoshop Elements 10

    Gibt es die Möglichkeit, im installierten Photoshop Elements 10 die benutze Seriennummer zu finden? Auf der Verpackung finde ich die Nummer nicht, weil es eine Downloadversion der Software ist. Durch meinen eigenen Fehler ist mir der Pfad zu der Seri

  • Flashback Query, Versions and Transactions

    My flashback question pertains to recovering from a deleted row that was committed. To recover the row using flashback would I use flashback query embedded in an UPDATE statement? Or would I query FLASHBACK_TRANSACTION_QUERY to get the undo_sql then

  • Change Hieght of Report Portlet

    We added a portlet to the portal that runs a report created in Oracle Reports. The problem is that the report that shows up is not big enough and the user would have to scroll around to see the whole report. I changed the width and height of the regi

  • WLSE reporting problems

    Hi, I have a couple of problems with the trend reporting in WLSE. I've selected the RF and Ethernet utilisation graph, but when I click on weekly reports it comes up with available dates from 01/13/2005 to 04/14/2005. I can't work out what's happened