Embedded hotspots on animated gif

Hi Guys,
I'm wondering if it is possible to create multiple hotspots
on an animated gif that are embedded in the gif file itself,
instead of adding additional HTML to my page.
Thanks

"Hotspots" are an HTML construction, not something that is
embedded in the
pixels of an image. So, no, you cannot. Furthermore, you can
only have
multiple hotspots on the entire animation, not unique ones on
unique frames
of the animation.
What is it you are trying to do?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"ribbernator" <[email protected]> wrote in
message
news:epjvpb$gav$[email protected]..
> Hi Guys,
>
> I'm wondering if it is possible to create multiple
hotspots on an animated
> gif that are embedded in the gif file itself, instead of
adding additional
> HTML to my page.
>
> Thanks

Similar Messages

  • Activation of links to embedded ".kmz" and "Animated GIF" files.

    I recently upgraded from Adobe Acrobat Pro X to Adobe Acrobat  Pro XI and noticed a slight difference on how documents linked in an Adobe Acrobat File are activated for display.
    I have placed files I want to display in my Adobe Acrobat file as file attachments.  I then link to those files, so that the user can click on an icon area within the document and open the file in a new window. 
    After a little effort, I was able to make the correct links to .pdf file attachments, but ran into problems linking to and displaying files that utilize external applications to view the file.  If I was able to convert this file to a .pdf file, I could open it with no problem.
    However, I am having trouble linking the following file types for display from file attachments already embedded in the Adobe Acrobat document file.
    They are...Portable Network Graphic (PNG), Animated Graphic Interchange Format (GIF), and Keyhole Mark-up Language - Zipped (.KMZ)  and Microsoft Word (PPT) files.
    The .pdf file was originally convered from a Microsoft Word file in which all of the links worked fine.
    I thought I had the problem solved in Adobe Acrobat Pro X, but cannot seem to open the same files iin Adobe Acrobat Pro XI.
    Would appreciate some guidance.

    Thank you for your offer, I do appreciae it.  But I think the better question to ask at this point is :  What is the last version of Photoshop Elements that supports editing animated gif files.  This is too important to me to lose this ability and after checking further I see CS4 is out of my price and needed features range. I would rather hang on to my old laptop to manipulate photos than lose the ability to edit my .gif files.
    Can anybody help with this question?

  • Hotspot on animated gif

    How do I create a hotspot on the last frame of an animated gif that only plays once. When it is finished I want to be able to click on it to load another page.

    You can try this:
    Stick this in the header area of your code
    <script type="text/javascript"> function showBuyLink() {
    document.getElementById("buylink").style.visibility = "visible";
    } // adjust this as needed, 1 sec = 1000
    setTimeout("showBuyLink()", 5000);
    </script>
    Stick this around your buy link code.
    <div id="buylink" style="visibility: hidden"> <!-- put all your add to cart buy links and images inside this hidden div --> <p style="text-align:center; font-size:26px;"> <a href="http://mybuylink">Add to Cart or Buy Link</a> </p> </div>
    Yopu can rename "buylink", but you have to make sure you rename all instances or it will kill the script.
    If you're not comfortable incorporating that, unfortunately, the other option would be to create a Flash animation and put a button in the last frame.
    That would be just as difficult (if not worse) as writing (or tweaking) a javascript to delay the hotspot, and even worse because it would be invisible to phone users. Additionally, people who disable javascript would never see the link if you did add the script.
    There isn't any way to do this with HTML or CSS, and you now know the flaws with the methods that will work.

  • Hotspots For Animated Gif

    I'm not sure if you're able to do this, but I'd like to
    create an animated gif with 7 different frames. I'd like to have a
    different URL hotspot on each frame to go to seven different web
    addresses (one web address per frame). Can I do this? If so, please
    explain how.
    Thanks in advance.

    MCInteractive wrote:
    > I'm not sure if you're able to do this, but I'd like to
    create an animated gif
    > with 7 different frames. I'd like to have a different
    URL hotspot on each frame
    > to go to seven different web addresses (one web address
    per frame). Can I do
    > this? If so, please explain how.
    It can be done in Flash but not in Fireworks.
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • Can a flex app play animated gif?

    I embedded a simple animated gif file in an image component
    but it was eventaually presented a static image only. The mxml code
    looks like
    <mx:Image id="image1" source="@Embed('running_horse.gif')"
    x="209" y="260"/>
    The gif file itself was working fine in its own right and but
    it stops animating when it is viewed within the swf generated. The
    final html presents the first frame of the gif file only. Any help
    on this appreciated.
    A novice flex user

    I believe the answer is no. At least, animated gifs do not
    work for me. I can't recall anything in the docs about this though.
    Tracy

  • Is it possible to create an animated gif with a different hotspot/link on each state?

    Hi! I was unable to find the answer to my question by searching, so sorry if this has been discussed already.
    I'm trying to make an animated gif that's basically a little slideshow with a different link on each slide (or state, as Fireworks calls them). But it only seems to let me use one hotspot for the whole thing, even if I insert in the layer instead of in the state. I tried using slices instead of hotspots, and it does the same thing.
    Is it possible?

    Ok, thanks! I have another way to do what I'm trying to do, I just thought it might be better to do it this way. Obviously I was wrong!
    Thanks again!

  • Multiple hotspots on an animated gif

    Hi there,
    I am creating an animated gif that will have 15 frames. I
    need to create two hotspots that will direct the browser to two
    different areas. One hotspot will direct the user to another web
    page. The second hotspot will be to allow users to subscribe to an
    RSS feed.
    Is it possible to create these two hotspots over the whole
    animation?
    Thanks

    ribbernator wrote:
    > Hi there,
    >
    > I am creating an animated gif that will have 15 frames.
    I need to create two
    > hotspots that will direct the browser to two different
    areas. One hotspot will
    > direct the user to another web page. The second hotspot
    will be to allow users
    > to subscribe to an RSS feed.
    >
    > Is it possible to create these two hotspots over the
    whole animation?
    You can't add two links to one hotspot. You could create two
    hotspots,
    though. Or you could slice the animation and add links to
    each slice?
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/

  • Animated gif in splash hangs or very slow

    Hi
    Not new to programming but quite new to Java. I have tried to find information
    on this already but could not find it. If I missed it and have a double post here,
    please let me know the link to the other post.
    I have a application built in Java. On my laptop it starts in just 2 seconds.
    On the production machine (AMD Geode based touch panel) the application
    starts in about 30 seconds.
    Due to the startup time I wanted to just the -splash option from javaw.exe
    example:
    D:\dist>javaw -splash:animated.gif -jar hmi.jar
    The animated gif shows immediately and is 4532 bytes large.
    java -version gives the following output:
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
    Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
    But with the animated gif as splash the application takes 3 to 4 minutes
    to start or it does not start at all but only keeps showing the splash.
    If I use a non-animated gif the startup time is almost like the normal 30 seconds.
    Any known issues with startup performance using animated gif as splash,
    or are there any known issues on AMD Geode based systems regarding the
    startup performance and usage of animsted gifs as splash ?

    I just see that the splash is not removed from screen either.
    If I minimize the java application I see the animated gif still
    there on screen.
    I tried this with a normal gif (non animated) and that one
    is also not removed from screen when the application is started

  • Animated gif plays only once

    I am using Captivate 5.5 on a Windows machine. I inserted an animated gif into my Captivate, using insert > animation...  Then, I inserted a button. When I pressed F4 to preview the animation, it played only once. I put a check mark on the loop on the timing of the properties of the animation. Still, it played only once. It stopped when the play head stoped moving. I cannot make the animated gif play continuously. Does anybody know how to make the animated gif play continuously?
    thaks.

    You can try this:
    Stick this in the header area of your code
    <script type="text/javascript"> function showBuyLink() {
    document.getElementById("buylink").style.visibility = "visible";
    } // adjust this as needed, 1 sec = 1000
    setTimeout("showBuyLink()", 5000);
    </script>
    Stick this around your buy link code.
    <div id="buylink" style="visibility: hidden"> <!-- put all your add to cart buy links and images inside this hidden div --> <p style="text-align:center; font-size:26px;"> <a href="http://mybuylink">Add to Cart or Buy Link</a> </p> </div>
    Yopu can rename "buylink", but you have to make sure you rename all instances or it will kill the script.
    If you're not comfortable incorporating that, unfortunately, the other option would be to create a Flash animation and put a button in the last frame.
    That would be just as difficult (if not worse) as writing (or tweaking) a javascript to delay the hotspot, and even worse because it would be invisible to phone users. Additionally, people who disable javascript would never see the link if you did add the script.
    There isn't any way to do this with HTML or CSS, and you now know the flaws with the methods that will work.

  • Animated .gif files in mail. Problem persists. (PANTHER)

    3-17-07
    Happy St. Valentine's Day to all you Irish folks!
    I'm posting this even though there are threads in the forum that I have
    used and contributed to in the past on this topic.
    The problem PERSISTS!
    The problem/situation is that in mail from family/trusted friends, after I
    open the mail, there is no "Load Images" warning at the top but an
    animated .gif file is in the message! (don't get me wrong, i do sincerely
    love dancing bears. i just want some warning.)
    Any suggerstions?
    In mail preferences,viewing I have unchecked "display images and embedded
    objects in HTML messages".
    In mail preferences,junkmail I have "enable junk mail filtering" and
    "trust junk mail headers..." both checked.
    All junk mail is flagged as junk. (in junkmail,advanced and in rules).
    I keep the preview pane collapsed.
    I pay attention to flags and don't open junk from strangers.
    eMac G4 (build 7W98) 125 GHz, 256 MB, 37 GB   Mac OS X (10.3.9)   dialup 56K modem

    just cleaning up my junk

  • Suggestion to Apple: Animated GIF's in mail.

    [Note: I would prefer to not hear one response from an apple user stating "animated gifs are ugly I'm glad it doesn't work." I too hate them, but read on...]
    I recently helped a family of PC users switch to a Pentium iMac. I do their tech support and this has made my life SO much easier
    The wife loves sending stupid little animated gifs back and forth to her friends... it's not for us to judge if they're ugly or annoying, they like them. Period.
    I am so ashamed to have to go to her when I return her computer today and say "I'm sorry, this awesome and capable computer I have set you up with is unable to play back simple Animated GIF's.
    I trust in Apple... playing back an animated gif should NOT be a major security threat. Make it work. Of course I could switch her back to Thunderbird but then that breaks her Address Book as well.
    --Dan Dawson
    [Owner of three Mac's myself]
    G5   Mac OS X (10.4.6)  

    If her friends are using Outlook Express, then it should work. Here is an excerpt from:
    http://forums.macosxhints.com/archive/index.php/t-19275.html
    a) Apple Mail can embed animated Gifs in Mime Format Mails, but it doesn't show them animated itself! This means if you send such a Mail to a user with e. g. Outlook Express, he will see the Gif with it's animation, although Apple Mail didn't show it!
    b) Even more interesting is this: when a user with Outlook Express sends you an Mail with embeded animated Gif, Apple Mail also shows the animation! Why is this, you may ask? It's because Outlook Express sends the Mail as HTML with MIME Attachment and also does a URL "CID:" reference in the HTML code to the actual embeded animated Gif! Quite nifty!
    --- End Quote ---
    You can read the site for more information.
    The other option is to just use MS-Entourage.
    Entourage can synchronize with Apple's Address Book. And, it's naturally going to have support built-in for Microsoft's methods.
    As for making suggestions to Apple, you'll get better results by making the request to Apple directly.
    They don't comb this discussion forum for ideas. And, tend to ignore what we say here.
    So, go to their actual feedback page, and submit your request there:
    http://www.apple.com/macosx/feedback/
    At least then you know someone at Apple will actually read it.
    There's no guarantee that they'll implement your request. But, you'll have a better chance if you submit your requests there.
    Like all requests, the more people that want it, the more likely it will be added. So, get all your friends to request the feature if you want it.
    Obviously, if the request comes repeatedly from the same person, they'll probably grow tired of it, and quit reading your requests. But, if several distinctively different people ask for something, they are very likely to consider it.
    Hope this helps.

  • Animated Gif DW8

    I haven't worked with animated gifs in such a long time so I
    welcome the
    input from others who are more knowledgeable in this area
    than I am. I have
    a client who wants their logo to be animated (and don't want
    it in Flash).
    Their design team created various sizes (of the animation)
    and sent them to
    me to embed in the page itself. When I opened the attachments
    (gif format),
    they all work beautifully. And if I import them into
    Fireworks 8 and view
    them within the application, again, no problem.
    But when I save them and embed them into the html via DW and
    then view the
    page within a browser, it looks like a static image. I did
    ensure that in FW
    I'm saving the file as an animated gif and not just a gif. I
    even by passed
    FW and saved the file as it was sent to me, but again, it
    looks like a
    static image. I'm not sure why I'm getting this effect but
    confident someone
    has an answer. Thanks for you input.
    Regards,
    Justin J.

    Working fine in IE
    "Justin J." <[email protected]> wrote in message
    news:[email protected]...
    > Hey Murray,
    >
    > I don't have the original files. The company (my client)
    created this so I
    > don't have the originals. And I don't know if they
    created this in Adobe
    > or Fireworks. I do know that they're based out of
    Brazil. But what's
    > strange is that I can see them working fine when I
    opened the attachments.
    >
    > Justin
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> Upload the parent PNG file and post a link to it
    please.
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "Justin J." <[email protected]> wrote in
    message
    >> news:[email protected]...
    >>> Hey Murray,
    >>>
    >>> I actually saved it as an animated gif. But it
    still doesn't animate on
    >>> the web.
    >>>
    >>> Justin J.
    >>>
    >>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>> When you save from FW you have to set the
    type to animated GIF, not
    >>>> just normal GIF.
    >>>>
    >>>> --
    >>>> Murray --- ICQ 71997575
    >>>> Adobe Community Expert
    >>>> (If you *MUST* email me, don't LAUGH when
    you do so!)
    >>>> ==================
    >>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>> ==================
    >>>>
    >>>>
    >>>> "Justin J." <[email protected]> wrote
    in message
    >>>> news:[email protected]...
    >>>>> Hey Mad dog,
    >>>>>
    >>>>> Here is a sample test page
    http://72.29.98.197/test.asp.
    >>>>>
    >>>>> Here is a sample with the animated logo
    embedded in the actual layout.
    >>>>> You'll notice a white halo around it.
    Obviously, since I can't attach
    >>>>> the file, it's hard for you to see the
    animated logo in motion.
    >>>>> Hopefully this will help somewhat.
    Thanks.
    >>>>>
    >>>>> Justin
    >>>>>
    >>>>> "Mad Dog" <[email protected]> wrote in
    message
    >>>>>
    news:[email protected]...
    >>>>>> Where can we look so we can see it?
    >>>>>>
    >>>>>> MD
    >>>>>>
    >>>>>>
    >>>>>> Justin J. wrote:
    >>>>>>> I haven't worked with animated
    gifs in such a long time so I welcome
    >>>>>>> the input from others who are
    more knowledgeable in this area than I
    >>>>>>> am. I have a client who wants
    their logo to be animated (and don't
    >>>>>>> want it in Flash). Their design
    team created various sizes (of the
    >>>>>>> animation) and sent them to me
    to embed in the page itself. When I
    >>>>>>> opened the attachments (gif
    format), they all work beautifully. And
    >>>>>>> if I import them into Fireworks
    8 and view them within the
    >>>>>>> application, again, no problem.
    >>>>>>> But when I save them and embed
    them into the html via DW and then
    >>>>>>> view the page within a browser,
    it looks like a static image. I did
    >>>>>>> ensure that in FW I'm saving the
    file as an animated gif and not
    >>>>>>> just
    >>>>>>> a gif. I even by passed FW and
    saved the file as it was sent to me,
    >>>>>>> but again, it looks like a
    static image. I'm not sure why I'm
    >>>>>>> getting
    >>>>>>> this effect but confident
    someone has an answer. Thanks for you
    >>>>>>> input.
    >>>>>>>
    >>>>>>> Regards,
    >>>>>>>
    >>>>>>> Justin J.
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Animated GIF in PDF output

    Hi all,
    is it possible to hand an animated GIF to the PDF output (remaining animated)?
    FM10 and AcrobatX work together rather fine concerning other animation formats such as SWF or AVI. I am not sure however wether the PDF format supports animated GIFs at all.
    Robert

    As a side, I've never ever got an embedded avi to covert to pdf.  I do it all in the pdf.

  • Animated gif to html report

    Hello All
    Is it possible to save an animated GIF to a html report (for publishing to web and still maintain animation)
    Regards
    Ray

    Mike
    Firstly, thanks for showing an interest in my problem.
    I've done some searching here on the forum using keywords like html, animated gif, report etc, but haven't seen anything close to what I want to do.
    I csn save FPs as a whole into a html report, but am unsure where to even begin for an embedded item such as the gif.
    The animated gif was placed on the FP by simply cut and paste and I'm not sure how to go about saving just the gif (sans rest of the FP) to a html report and still maintain the animation properties.
    Regards
    Ray

  • Publishing animated gif

    hi!
    I always have this problem when I try to publish an animated
    gif. As my clients don´t want swf to send by mail because they
    say not everyone has the plugin, I have to do a gif.
    But of course it has a less possibilities: it´s a bigger
    file, less quality. Two problems:
    1- now the text disappears althoght I use character
    embedding.
    2- although I put 1 repetition (not loop) and put a STOP
    inside the flash file, it´s played without stopping!
    What can I do? which i the best configuration? for ex.
    transparent: opaque. dither: none??? I have to solve it in 2
    days!!!
    Here are the links:
    http://personales.ciudad.com.ar/isadoradesign/tarjeta_fiestas_2006.gif
    http://personales.ciudad.com.ar/isadoradesign/tarjeta_fiestas_2006.swf
    thanks a lot.
    Isa

    Both of these problems could be a result of the limitations of the GIF format. The maximum number of colors in a GIF is 256, often even fewer are used. I'm not sure how those colors are distributed in an animated GIF, since the limited colors might have to be distributed over multiple images. This could result in some serious color shifts could fit everything into a limited color palette.
    GIFs can be transparent, but only have one level of transparency (on or off). So, depending on the shape of you image, transparency may work well, but it could also produce jagged edges. To have more control, you might want to export the sequence of images to Photoshop or Fireworks, and render the final version from there.

Maybe you are looking for

  • Variant for ob52 not working

    hi, we are having problmes with a varaint set up for ob52, they say that it may have something to do with tvarv table. it used to update the variant with the month end date ., if anyone has an idea please let me know. thanks

  • Single Maintenance plan creation for multiple equipemnts with different cyc

    Dear Experts, I had a following scenario to map in PM module. can anybody guide me to map this process? we had no.of equipments under one functional location and will go through preventive maintenance on yearly basis. For this, i will create the sing

  • MySQL DataSource configuration with JBOSS

    Hi, I am using Eclipse with Lomboz and JBOSS as Application Server. I created a CMP Entity Bean and setup my MySQL Database Server including its JDBC Driver. I also configured several files like login-config.xml, standardjbosscmp-jdbc.xml, standardja

  • Is Photoshop Elements 10.0 compatible with Mac Maverick?

    Is Photoshop Elements 10.0 compatible with Mac Maverick?

  • Limiting Call Time in CCM 4.1

    Hello, Anybody knows if it is possible to set a threshold or limit of time in a call per phone user. What my customer wants is to avoid monopolization of the PSTN lines.