Adobe Animate and Fancybox plugin problem

I am trying to get the Fancybox plugin working with animate but I can only get individual images to display.
How can I add: rel="gallery" to the individual edge div elements that are the thumbnails for the lightbox slideshow?
Here is the code so far:
Symbol.bindElementAction(compId, symbolName, "document", "compositionReady", function(sym, e) {
   $('<script type="text/javascript" src="source/jquery.fancybox.js?v=2.1.1"></script>').appendTo("#Stage" );
   $('<link rel="stylesheet" type="text/css" href="source/jquery.fancybox.css?v=2.1.1" media="screen" />').appendTo("#Stage");
   sym.$("Rectangle").fancybox({
             href: 'images/slides/1_Landscape.jpg',
             title : 'Title1'
   sym.$("Rectangle2").fancybox({
             href: 'images/slides/2_Landscape.jpg',
             title : 'Title2'

Hi,
For the thumbnails I first create an array and a function:
var group = [
               href : 'images/1.jpg',
               title : 'Whatever'
               href : 'images/2.jpg',
               title : 'Whatever'
               href : 'images/3.jpg',
               title : 'Whatever'
function open_fancybox(index){
     $.fancybox.open(
          group,
               index: index,
               padding : 0
Then for each thumbnail a click event:
open_fancybox(0);
Hope this helps
Steve
open_fancybox(1);
open_fancybox(2);

Similar Messages

  • Adobe Animate and Fancybox

    I am trying to get the Fancybox plugin working with animate but I can only get individual images to display.
    How can I add: rel="gallery" to the individual edge div elements that are the thumbnails for the lightbox slideshow?
    Here is the code so far:
    Symbol.bindElementAction(compId, symbolName, "document", "compositionReady", function(sym, e) {
       $('<script type="text/javascript" src="source/jquery.fancybox.js?v=2.1.1"></script>').appendTo("#Stage");
       $('<link rel="stylesheet" type="text/css" href="source/jquery.fancybox.css?v=2.1.1" media="screen" />').appendTo("#Stage");
       sym.$("Rectangle").fancybox({
                 href: 'images/slides/1_Landscape.jpg',
                 title : 'Title1'
       sym.$("Rectangle2").fancybox({
                 href: 'images/slides/2_Landscape.jpg',
                 title : 'Title2'

    Hi,
    For the thumbnails I first create an array and a function:
    var group = [
                   href : 'images/1.jpg',
                   title : 'Whatever'
                   href : 'images/2.jpg',
                   title : 'Whatever'
                   href : 'images/3.jpg',
                   title : 'Whatever'
    function open_fancybox(index){
         $.fancybox.open(
              group,
                   index: index,
                   padding : 0
    Then for each thumbnail a click event:
    open_fancybox(0);
    Hope this helps
    Steve
    open_fancybox(1);
    open_fancybox(2);

  • Adobe animate and InDesign/DPS format?

    How do I get the publish setting in Adobe animate for InDesign/DPS format?

    HI Trish,
    I found an article that could help you http://www.adobe.com/devnet/digitalpublishingsuite/articles/enhancing-your-dps-folios-with -edge-animations.html
    Please go through it and let us know if you need further help.
    Thanks,
    Preran

  • Adobe Animate and DPS

    Hey guys,
    Heres my little problem; I have two objects animated in Animate, when I load 1 into DPS, it plays fine but when I put two (which i need), only one plays, whichever gets touched first and the other one freezes and doesnt do anything.
    here is what ive tried:
    set both to auto-play with a delay of .125 or above that and set auto-play on Animate Doc.
    set only auto-play (.125 delay or more) on the web overlay only
    set auto-play only on Animate Doc.
    set the doc on Animate to play only onTouch (action)
    tried to use Aimation Panel int he overlays but it only supports flash, which i think that will cause the same conflict.
    none have work, only one works, whichoever the user touches first. is there any known issues with Animate and DPS?
    thanks in advance for the help!

    Instead of placing the OAM file, publish the Edge Animate project to
    HTML and use the web content overlay to link to that.

  • Edge Animate and Fancybox Conflict

    Hi,
    I've created a nice little splash animation for my company's website, which is working nicely on it's own.  Further down the page, we have a section that I'm trying to manually call fancybox galleries on.  It works if I delete the Edge Preloader Script tag in the head, but as soon as I paste it back in, fancybox does not work again.  I have other jquery scripts running on the page while the Edge script is active, so I don't think it's from multiple jquery calls.  I'm at a loss here as it seems that getting rid of one or the other is the only solution and I hope that isn't the case.
    You can see the code at: http://brilliant-graphics.com/BrilliantJune2013/
    The manual fancybox call is on the 'Clients Section' on the gallery button for Peter Sculthorpe.
    Brendan

    Thank you very much for your answer.
    When I give exported as HTML at the end of the process opened me is the page of the Google search engine, but when I go to the folder where I keep the project in HTML and give click to INDEX up the page but only see the color background page and do not see the animations I did in EDGE ANIMATE . It seems to me that it is wrong EDGE ANIMATE , because when I look for the assets folder, there are two animations I did in Edge Animate , and when I enter one of them and I click the HTML document animation , raises with defects in the animation , it lacks a number of images to the project. However, these missing pictures ARE ON THE IMAGES FOLDER . Then I went to Edge Animate to see how Edge Animate published as Web (not as oam file) and when I clicked the HTML document created by Edge Animate gives the same error as in Muse . I really do not understand what's happening because the preview of Edge Animate and the Muse preview look perfect . And I do not miss any ' error code or something.
    I do not know what else to do , my knowledge of the programs is limited , perhaps , to be able to locate an solution .
    I will be very grateful to all who can help me on this case.
    Thank you

  • Edge Animate and Chrome Cache Problem

    Strang thing with Edge Animate in Chrome on a Mac or PC. You can not reload it. It plays the first time you go to site, but if you hit refresh or try going back to the page, it will not relaod. I have to delete the cache in order for it to Play again.

    Any news? I have the same problem with my animation... it has embedded audio too.
    My link: Sombras en las estrellas
    It works fine in Safari and Firefox, but only displays the first time in Chrome.
    I'd appreciate some help!!

  • Adobe Animate and Reveal.js

    Has any body attempted to embed an edge compositions in a reveal.js slide presentations. Reveal.js is a framework for slide presentations done in html5, javaScript, and jquery. It has some very cool 3D cube transitions for slides. It seems to work very well with some animated compositions but I encountered a few problems with positioning of elements.
    Does anyone know of tutorials or any learning material related to this? Has anyone encountered any problems and found solutions?

    I've just finished adding a composition to Reveal. You can see it here in a simple wee presentation I'm doing: http://patrickgrey.co.uk/clients/ians/2013/edge/presentation/#/6 (click the Animate logo)
    Only problem I had was positioning. It left aligned and I wanted it centred. So, I added the following CSS to the head of the page:
    #Stage {
      margin: 0 auto;
    #Stage is the ID of the composition div.
    Hope that helps.

  • Aperture 3 and NIK- plugins, problems...

    I wonder whether others like me have experienced problems after rendering a photo in NIK's HDR EFEX Pro, and returning to Aperture 3....the latter crashes rather often? Any comments about this issue would be most welcome. Mamster 37

    Hi.
    I just happen to have the same problem. I reported it to Nik Technical Support and was given this advice :
    HDR Efex Pro 2 takes advantage of the Graphics Processing Unit (GPU) of the computer system. The GPU is also sometimes referred to as the Display Adapter or Video Card, in any case they are all the same. Sometimes certain video cards will not handle this additional processing. You will note this when opening an image into HDR Efex Pro 2 and one or more of the following happens: 1.) HDR Efex Pro 2 will crash right away, or 2.) if it opens the imported image will sometimes not be displayed correctly (solid gray, black or white image), or 3.) the buttons will not display correctly, or 4.) the responsiveness is simply very slow.
    In order to resolve this, the first measure would be to update the Display Adapters or GPU driver.
    Mac Users: Generally the video card that comes with your Mac will be updated automatically. The exception may be when there has been an additional video card added. In that case the user may need to go to the video card manufacturer's website to download an updated driver for their secondary GPU. If you are using Mac OS Snow Leopard (10.6) ensure to update to 10.6.6 or higher as this can affect performance. If this does not apply to you, please go to the next section below.
    Windows Users: Locate the manufacturer of the GPU as well as the model number.Once this is determined, it is then recommended to go directly to the GPU manufacturer's website (best option) or if that is not possible to go to the computer manufacturer's website (secondary option) to obtain an updated video card driver. It is NOT recommended to use Windows Update as in general we have found that these drivers are not updated as frequently. To identify which video card you have please do the following:
    Click on Start >Control Panel>System & Security >System >Device Manager and then click on the plus next to Display Adapter, this should display the make and model information.
    Go to the manufacturer's website (you may need to search for it via Google) such asNvidea.com and with the model number you should be able to search for the latest driver. If you are unable to locate the driver you may need to contact the manufacturer of your computer to obtain an updated driver.
    Once the latest GPU driver is located,download and install the new driver.
    Restart the computer and try HDR Efex Pro 2 once again.
    If after following the above steps, you are still experiencing the same issue, the next step will be to either disable the GPU (if possible) or force HDR Efex Pro 2 to not use the GPU (safe-mode). If HDR Efex Pro 2 states your GPU is not in use, the following steps may still be necessary to improve performance. In order to disable the GPU in HDR Efex PRO 2 please do the following:
    If you are able to open HDR Efex Pro 2 and can see part of the interface, see if you can click on the"Settings" button in the lower left.
    In Settings locate the section "GPU" and expand it, in this section you will see a check box "Enable GPU Processing", uncheck this so the GPU will be disabled, then close the settings window.
    Close out of HDR Efex Pro 2 (click Cancel), quit out of any and all host applications (Photoshop, Lightroom, Aperture), and then relaunch HDR Efex Pro 2 to see if this corrects this issue.
    If you are unable to disable the GPU via settings (e.g. HDR Efex Pro 2 crashes or the buttons are not displaying correctly), please try the following steps below after quitting out of all host applications (Photoshop, Lightroom, Aperture):
    Mac Users:
    Open a finder window (or double click on the Macintosh HD on the desktop) and navigate to:
    Macintosh HD : Users : <user name> : Library :Preferences : Nik Software : HDR Efex Pro 2
    Locate the file, HDREfexPro2.cfg and right-click and choose "open with..." and then click "Choose" and then locate the applications, "TextEdit" to open this file.
    At the very beginning (before all the text) of the configuration file, paste the following code below verbatim:
    <configuration>
    <group name="INTERN">
    <key name="UseSafeMode" type="bool" value="1"/>
    </group>
    </configuration>
    Now save the file, close it and relaunch HDR Efex Pro 2 and see if the issue has been resolved.
    I have follwed all the recomendations but with no results. I talked to Nik's Support today and together we have verified that the tiff stored by Nik HDR Efex Pro 2 inside the Aperture Librarty is fine. The problem is with Aperture graphic memory management. As a matter of fact, if you experience the problem, you will also see that not only the image edited with HDR Pro 2 can be affected, but also any other you open in your strip after it has occured the first time.
    Below is a typical result.

  • Real Player, Windows Media Player and Quicktime plugin problems - HELP!

    All I want to do is view game trailers in different website in either real, wmv or mov etc. I have downloaded the programs (free ones) and installed them but they still persist not to work in the browsers. The program themselves work fine just not in the browsers where I use them the most. I have also checked the internet plugins file on my computer and they are in there. What can I do for them to work??
    HELP.

    ( OT) Hello, Tom Graves,
    Welcome Back !!!
    Quicktime works for us without Rosetta, I have not tried the other two.
    wmp & real player, though i hear there is alot of finagling for wmp,
    Regards,
    Eme :~{)
     Power PC G4 (3.3) ♥ iMac Flat Panel 10.3.9 ] 15 Alum.PowerBook Tiger   Mac OS X (10.4.6)   AEBS & iMac Intel Core Duo 2gb
    Message was edited by: Eme
    Message was edited by: Eme~ glad to see you are well, just really busy.

  • Adobe Air and LR 4 problem ?

    Since installing LR beta 4 ---
    I cannot access LR HELP via internet - Adobe web - within the LR 4 program
         Adobe Air consent box pops up -- and i click on "I agree" -- but nothing happens.......?
    I have re-installed Adobe Air -- but still not working
    The HELP function -- via Adobe Air -- within my installed LR3 version had been working fine until this LR4 beta install
         Now the LR3 program -- Help -- adbobe air -- internet access does not work either
    Suggestions?

    Did you see this thread:
    http://forums.adobe.com/message/2778023#2778023
    Frans

  • Safari 5.1.7 and QuickTime Plugin problem. Either no PDF or no

    With QuickTime plugin.plugin installed in the library/internet plugins folder pdf files will not load
    Removing the QuickTime plugin.plugin file then allows me to read pdfs BUT THEN NO SOUND with imbedded AIFF audio file in iWeb Quicktime element. All I get is missing plug in message.
    Help please

    Delete the following items (some may not exist) from the Library folder of your home folder (not the one at the top level of the startup volume):
    Caches/com.apple.Safari/Cache.db
    Preferences/com.apple.quicktime.plugin.preferences.plist
    Preferences/QuickTime Preferences
    Relaunch Safari and test.

  • Adobe Illustrator and Photoshop Embed problem.

    Creating in Adobe Illustrator current booklet as usual was linked Adobe Photoshop files.
    At some point of work i have Embed some pictures, select Flatten Layers.
    After while I want correct something again in Photoshop.
    I find all the layers are flattened!
    How it can be avoided?
    Thank you!

    Try this:
    1) Open random.psd file that has more than one layer in Photoshop. Close file.
    2) Open random .ai file in Illustrator.
    3) Import random.psd file in Illustrator with settings you mentioned before.
    4) Save .ai file and close it.
    5) Go to Photoshop. Open the same random.psd file in Photoshop.
    6) Check that random.psd still have layers.
    If my scenario will work, then you have simple mistake. You are trying to open random.psd file from Illustrator (Edit -> Edit Original or Tripleclick). It has the same name as your psd file, but it's not. It's embed picture made from your psd file.
    If my scenario is not working, it's a bug and you should contant Support.

  • I HAVE PURCHED THE ADOBE PRO AND AM HAVING PROBLEMS PRINTING

    WHY AM I NOT ABLE TO PRINT?

    Hi carson0427,
    Please tell us a bit more. Are you on Mac OS or Windows (and what version)? What are you printing to (type of printer, whether it's local or on a network)? Are you able to print from other applications? What happens when you try to print from Acrobat? Do you get an error?
    Once we know a bit more about your system and the specifics of the printing issue, we should be able to point you in the right direction for a solution.
    Best,
    Sara

  • Adobe Animate + IIS + Problem

    Hi there, what's up?
    I hope is everything ok..
    Well... I work with Microsoft Technologies, so I'm not expert in this enviroment.
    Our designers has created a simple animation using Adobe Animate and it generate the following files after exporting..
    It works fine if I open logo2.html using with double-click, but I'm facing a big problem when deploying these files under IIS Web Server. It simple does not work! I really don't know why, because it's just static content and I've already added all mime types for HTML5 compatibilty.
    Does anybody have any idea about what could be wrong?? Further, the most incredible for me, if I publish over Apace Web Server (Linux machine) it works normally.
    Please, if I'm accepting all suggestions! ;-)
    Thanks a lot!
    Tiago Moura

    Hi Sarah!
    Here is the link: http://goo.gl/SSOvN (I shorted to avoid crawlers).
    I've noticed that the script is working using Firebug extension, but I guess the browser is not showing the image (a svg file).
    Please, do you have any clue about this issue? I'm not a designer and I'm not used to use Adobe tools.
    Thanks in advance!
    Tiago Moura

  • Adobe Acrobat - Create PDF 2.0 plugin problems

    Hi..
    I'm not sure if this is a FF problem or Adobe but thought I would post here anyway.
    I've recently installed the latest version of Adobe Acrobat and the process involved installing the FF plugin. When I allow the plugin to be installed, it messes with the FF layout. Some other third party plugins get removed from the toolbar and have to be added again and I've also noticed changes to my bookmarks toolbar.
    I had a backup of my profile saved so have been able to revert things to how they were but I would like to know if anyone else has noticed any issues when adding the plugin to FF and more importantly, how to fix them please?
    Thanks..
    Nick :)

    It looks to me, the FF plugin caused some misunderstandings / commotion / contention battles)?) within the browser.
    I can not comment on side effects, but note that FF21 displays PDF files in a native mode, i.e. without any need for Adobe software and/or plugins. So uninstalling the plugin should at least remove the cause for problems - which it did, as far as I can tell.
    regards

Maybe you are looking for

  • Google Calendar can only be read out but not modify

    hello,   i could set up my Google Calendar account in my playbook abd sync it. eveything is there. but... i can not add or modify appoitements.   is it a limitation? i wish to have full access to my calendar on my android phone and on my playbook.  

  • MS CRM 2011 with UCCX 10

    Hello, It's my first time to do integration with CRM. I have some questions regarding this integratio : 1. How can I do this integration ? Is the JDBC Driver is enough or do I need some connector (eg. B+S Connector) ? 2. Add Callback Button allowing

  • Routine doesnt get copied

    Hi we have a cube on which there are update rules. Now created a new cube same as the old one and copied update rules from the old cube update rules. After copying the update rules, i deleted few keyfigures from the new cube and activated. So update

  • 404 errors

    I just installed an upgrade from 2.0 to 2.2. I log in as a developer and I go to create a new application from spreadsheet and I get a 404 error. Furthermore I get the same 404 error when I am viewing the applications available and I click on create.

  • Scanner Sharing missing?

    I apologise if this has been posted about already, but I havent found anything on the forums or the internet. Has anyone else noticed that scanner sharing has disappeared in Mavericks? I'd gotten use to using my shared usb document feeding scanner ov