How to do a link with  an image .gif

Hi,
in proprieties menu of a gif image, I checked the export for
sharing execution box, and add an URL for google.com to see when
i'll click on the image if it work! (That image is appearing only
at the end of the flash animation). And everything stops when it's
time for the image to appear. (after pushing F12). So no clickable
zone... I hope u understand!!!
But otherwize, how can I make an image to open a web page
when we clic on?
Thx in advance,
Dave

I found the answer on the forum and it's on(press){ getURL("
http://www.mysite.com/anotherpage.htm/","_self")
tkx

Similar Messages

  • TextImage shows links with chainlink image.  Why?

    The TextImage component shows my links with chainlink image.  Why?  Even in preview mode, it shows the chainlink image and the links are not clickable.
    See the bottom-right of the attached image.  How can I fix the links?

    Thanks Justin.  That was the problem.  I had written "www.google.com" instead of "http://www.google.com".

  • How to add a Link with children in the SuiteLink bar?

    Hello,
    I have developed a code to add a new link in the SuiteLink bar using delegate control that works as expected. Now I want to include a new link
    but with children, I have tried many options in my code but with not luck.
    What I need in the SuiteLink bar is something like:
    My Services   Newsfeed  OneDrive  Sites
        Service 1
        Service 2
        Service 3
    Any idea on how to achieve this?
    Thanks,
    Daniel
    Daniel Villacis

    Hi,
    According to your post, my understanding is that you want to add sublink in the top navigation bar.
    There is an article about this issue, it contains the steps about how to create a link with sublink in the top navigation bar, you can have a look at it.
    http://www.helpmeonsharepoint.com/2012/03/custom-sharepoint-top-menu-and.html
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • How to make email link with a button with AC2 in flash cs3?

    How to make email link with a button with AC2 in flash cs3?
    I wrote this, but it does not work:
    btn_emailinfo.on (release) {
    getURL("mailto:"[email protected]");
    }

    I am guessing you put that on a frame?
    If so, the syntax is as follows:
    btn_emailinfo.onRelease = function(){
    getURL("mailto:[email protected]");
    Though, if you are placing it directly on the button itself,
    the syntax is:
    on(release){
    getURL("mailto:[email protected]");
    }

  • How to create a link on an image

    Sorry for the basic question but I am totally new to Flex. I
    try to find how to do this simple HTML code in Flex - without using
    the mx:htmlText tag:
    <a href="www.adobe.com"><img
    src="adobeLogo.jpg"></a>
    I tried to create a linkButton but I am not able to put the
    link for the image.

    put a click method on the image and in the function use:
    var u:URLRequest = new
    URLRequest("http:www.yourdomain.com");
    navigateToURL(u);

  • How to make a link to an image in flash?

    Hi,
    I´m new in Flash CS3 and I´m trying to get some
    answers to my problem.. The question is
    that how do I create a link to an image in flash??
    I know how to make a link to a text field but I really
    don´t know how this could get working properly.. :/

    Link to an external URL image? In AS 2 the code is
    'getURL("putaddresshere")' and in AS 3 it's 'navigateToURL("")' ...
    If it's a simple image, it's easier just to import it to the
    stage, save it as a symbol, put it in a timeline frame and then
    code your link so on click or rollover it goes
    'gotoAndPlay(framenumber)'.

  • How to create partner link with CreditRatingService running on other Server

    In case my credit rating service ( say some service) deployed and running on some other server.
    In my bpel process i am trying to create a partener link with that the services (wsdls) running and available on other servers(say bea/tomcat...)!
    can i able to create a partner link with them?
    But In Eclipse BPEL Designer --> New Partner Link wizard--> UDDI Browser how to choose my wsdl
    when i am trying to add the i am able to locate the services availble on local bpel services, some built in services, and some xmethods bookmarks.
    Please let me know how can i do this?
    Thanks in advance
    Jagan

    just paste the url to the wsdl into the plnk wizard, otherwise if your uddi offers a WSIL interface, we can leverage that directly,
    thx clemens

  • How t o add Link with a button in jsp

    hi,
    I want to add link with a button in jsp. How will i do it? Is there anyone who can help me? Please help me.
    With Regards
    Bina

    Try this,
    <input type='button' onclick='window.location="a.html"'>

  • How to Business Partner Link with HR data

    Dear All,
    When we are using Classic Real Estate where Creating Business Partner (FOXG) tab is available Employment data & field personnel number also table check tick mark HR ORG.LINK and EMPLOYEE so, we can check this field with HR table,
    Now we are going to Flexi Real Estate, with Using Business Partner (BP) with role BUP003, there is one field available Personnel Number, but this Field is not checking any HR table. We can put any number in this field it is accepted so how to check this field with HR Link.
    Also when putting any number in this field there is no any report populate this field.
    Regards,
    Nilesh.

    Hi Nilesh,
    You can create a Customer for employee, where you will be having field Personal Number (you can check in Table KNB1) and then from Customer you can create Business Partner.
    For creation of Business Partner from Employee customer you might need custom program if there are no relavant setting in SPRO
    Thanks
    Veman.

  • How to create a link with an anchor outside of the edge animation ?

    Hello
    I want to know if it's possible to create a link with an anchor that is placed outside of the edge animation , on the same page ?
    Tanks

    Is it... very likely..., javascript is javascript...Has anyone yet? Maybe i haven't looked.
    You only need 3 files... not including "Edge Includes" and "External Art Assets"
    NAME_edge.js
    NAME_edgeActions.js
    NAME_edgePreload.js
    The advantage of Edge being that u have the "power" to do whatever you like, but as with new things it takes awhile to figure it all out.

  • How do you remove link box around images?

    I have put a link on a firework image that I created. When I put the files up it looks fine on my computer but a blue box keeps showing up on older computers. It is a bright blue color and looks very weird.  Is there a way to have a link on the image but without a blue box around it? Or at least change the color of the link so it matches the site. Thanks!

    'In the stylesheet add the following:  (or in the head of the document if that's where your style rules are).
    a img {border: none}
    This will ensure there is no border on *any* images that have links attached to them.
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • How can i fill letters with an image

    I am extremely new to mac software, I loved publisher on ms. I want to do bold lettering for wall displays but I want to fill the letters with images of what the heading is about. For example, when I did the vikings, I wrote each individual letter out very big and filled the letter with an image relating to the vikings, I am assuming this is possible on the mac, but I can't figure it out. Please help. I need my labelling done before I get back after the summer break!

    If you installed Windows on your MBP (Bootcamp or Parallels) you could use the same software.  Otherwise you will have to search of a Mac compatible version or some other alternative.
    Ciao.

  • How to change to working with referenced images but keep library on laptop

    Hi,
    So, my iPhoto library is getting too big - I'd like to be able to have the images stored on an external drive and refer to them from within iPhoto, whilst keeping the iPhoto Library itself on the laptop. I know exactly how to do this from scratch, by unchecking 'copy items to my iPhoto library' in advanced preferences, but I'm trying to figure out how to convert my existing library, which has all the photos stored within it, to one where all the original files are on an external drive and are referenced by iPhoto. This way, I can see the previews when I'm away without the external drive attached.
    Thanks!

    There is no easy way to do it and I would strongly urge you to reconisder.
    In a Referenced Library, iPhoto creates aliases to the location of the actual file. While there is at least one app that will help you replace those aliases with the actual files (convert a Referenced to Managed library) there is no app that will convert those files to aliases that point to the new location of the files. You will need to do each file manually.
    More importantly, iPhoto has no tools to manage Referenced files. While on the same volume, aliases will track moved files. However this is not the case where the files are on different volumes. The upshot of this is that should the link to the files be broken then you could find yourself reconnecting each and every alias in your Library, one by one.
    Also, I'm not sure about 09 but earlier versions of iPhoto would not open if there were movie files in the Library that were not available at time of launch.
    You can move an entire Library to an external disk. There are firewire and usb disks now no bigger than a pack of playing cards and will run from the laptop's power supply.
    Regards
    TD

  • How to save web links with photoshop CS4

    Hi everyone,
    I need to create an image in .png or .jpg with many links in.
    For this, i used the slide select tool and i used the dialog box to enter the http://.....
    Then, i saved my work by "save for web and devices", choose the type of file and ok.
    Till here, it should be ok
    But, when i want to get back my image, i can see that my image is divided as many as images i cut with the slide select tool. The fact is i can't and don't know how to get back my image with all my links in once.
    Any idea about how to process to get it work??
    Thanks in advance
    JP

    Try the PhotoShop forum. Your question has nothing to do with Acrobat.

  • How to create a link with 2 choices in Xcode: one selected with UICollectionViewController and the other with UITableViewController

    Hi
    I want to create a app redirecting to my mebsite.This app permit to select a "area" selected on a UICollectionViewController, and an "event" selected with a UITableViewController.
    I need to integer both informations on the FinalViewController (called in my app AnnoncesViewController) =>
    The fisrst array is selected on CollectionViewController:@"http://carnet-du-jour.com/index.php/component/ohanah/?option=com_ohanah&view=e vents&Itemid=0&ohanah_venue_id=21"
    The second array is selected onUITableViewController:@"&ohanah_category_id=1&textToSearch="
    The final array must be:http://carnet-du-jour.com/index.php/component/ohanah/?option=com_ohanah&view=eve nts&Itemid=0&ohanah_venue_id=21&ohanah_category_id=1&textToSearch=
    How can I integer these 2 NSArray to obtain this result to link  to a UIWebView as FinalViewController?
    Thank you for your help!!
    My App is on Drobox:https://www.dropbox.com/s/43l1p2hj5bqamvn/Carnet%20du%20Jour.zip
    Gracefully
    RémySpehler

    Hi
    I want to create a app redirecting to my mebsite.This app permit to select a "area" selected on a UICollectionViewController, and an "event" selected with a UITableViewController.
    I need to integer both informations on the FinalViewController (called in my app AnnoncesViewController) =>
    The fisrst array is selected on CollectionViewController:@"http://carnet-du-jour.com/index.php/component/ohanah/?option=com_ohanah&view=e vents&Itemid=0&ohanah_venue_id=21"
    The second array is selected onUITableViewController:@"&ohanah_category_id=1&textToSearch="
    The final array must be:http://carnet-du-jour.com/index.php/component/ohanah/?option=com_ohanah&view=eve nts&Itemid=0&ohanah_venue_id=21&ohanah_category_id=1&textToSearch=
    How can I integer these 2 NSArray to obtain this result to link  to a UIWebView as FinalViewController?
    Thank you for your help!!
    My App is on Drobox:https://www.dropbox.com/s/43l1p2hj5bqamvn/Carnet%20du%20Jour.zip
    Gracefully
    RémySpehler

Maybe you are looking for