Edge + iLightbox ?

Hello Community.
I try to use the iLightbox (http://www.ilightbox.net) inside Adobe Edge.
I've added the following Code to the "compositionReady" Event:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script type="text/javascript" src="/src/js/jquery.requestAnimationFrame.js"></script>
<script type="text/javascript" src="/src/js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="/src/js/ilightbox.packed.js"></script>
<link rel="stylesheet" type="text/css" href="/src/css/ilightbox.css"/>
And this to the "click" Event of a Rectangle:
$.iLightBox([
    URL: "image.jpg"
Even commenting the first line(jquery is included in Edge) won't help.
After clicking the Rectangle i get this Error in the console:
Javascript error in event handler! Event Type = element edge.2.0.1.min.js:162
When I use those Lines of Code into a html file(in the same directory as my Edge files) it works properly.
Does someone have an Advice what I am doing wrong?

Hi, armingal-
You're using HTML in a JavaScript window, so you're getting a JavaScript error.  Here's a post that might help you load the external script:
http://forums.adobe.com/message/5574137#5574137
Hope that helps,
-Elaine

Similar Messages

  • How do I use Edge Web Fonts with Muse?

    How do I use Edge Web Fonts with Muse - is it an update to load, a stand alone, how does it interface with Muse? I've updated to CC but have no info on this.

    Hello,
    Is there a reason why you want to use Edge Web Fonts with Adobe Muse?
    Assuming you wish to improve typography of your web pages, you should know that Muse is fully integrated with Typekit. This allows you to access and apply over 500 web fonts from within Muse. Here's how you do it:
    Select a text component within Muse, and click the Text drop-down.
    Select Add Web Fonts option, to pop-open the Add Web Fonts dialog.
    Browse and apply fonts per your design needs.
    Muse also allows you to create paragraph styles that you can save and apply to chunks of text, a la InDesign. Watch this video for more information: http://tv.adobe.com/watch/muse-feature-tour/using-typekit-with-adobe-muse/
    Also take a look at these help files to see if they help you:
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-1.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-2.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-3.html
    Hope this helps!
    Regards,
    Suhas Yogin

  • How do you invoke Edge Web Fonts?

    Assuming this is available in this release, how to you bring up the Edge Web Fonts capability?

    Hi Phil,
    You should be able to trigger the code hints manually anywhere in the font-family value by pressing Ctrl+Space.  It should also pop up automatically if you type "," followed by a space anywhere in the value.  Are those approaches not working for your code?  (If so, please post a snippet of your CSS here so we can investigate).
    - Peter

  • How do you use edge web font in Edge Reflow?

    By default, I don't have a lot of fonts. It's just viewing a few of them.
    How can you get the web font for Edge Reflow? Can you use font from fontbook?
    Is there a way to download Edge Web Font?

    Above: using Brandon Grotesque (web use font) does not display the correct font.
    I'm using Typekit and have an internet connection. If I switch to a "desktop use" font, it shows up, so I'm guessing the "web use" only fonts won't show in Reflow. A little frustrating when you're trying to get an accurate preview/determine best font styling because of the back-and-forth workflow.
    Above: using Source Sans Pro (desktop use font) does display the correct font.

  • How do I use Edge Animate to make a clickable image which can be used in Author, and which will redirect you to a different page in your ebook?

    If anyone has experience with Edge Animate, I know that I can make an image clickable, and I can insert a url to define where it will go once clicked. But I want to make a widget to use in iBooks Author, that can take the reader to a certain page of the book. Is this possible?
    It all seems very complicated. Make one thing in Edge Animate, then somehow have that reference something in Author, which will finally work in an ebook. I have no clue where to begin.

    Sort of. I'm using this code inside an action for a button symbol. But it doesn't work perfectly. Trying to debug it.
    Let me know if you have any luck.
    //Check to see if pageCounter already exists
    if (typeof EC.pageCounter === 'undefined') {
      // it doesn't exist so initialize it to first page
        EC.pageCounter = 2;
    //check if the page is only 1 digit -- patch for single digit
    if (EC.pageCounter < 9) {
       // it is, so we need to pad a 0 on the front.
      EC.pageCounterString = "0" + EC.pageCounter;
      //e.g.  01 ...09,11,12,13....115,222352,,....
    else {
      EC.pageCounterString = EC.pageCounter;
    EC.loadComposition(EC.pageCounterString + "/publish/web/" + EC.pageCounterString + ".html", sym.$("container"));
    EC.pageCounter = EC.pageCounter + 1;
    //TODO for back  -1

  • How do I use edge commons composition loader to load multiple compositions with a next and back button?

    I am working on an interactive book and have set up each page as a separate composition in edge.
    I am using  the edge commons JS library to load multiple compositions into a main composition.
    You can see how this works here: Edge Commons - Extension Library for Edge Animate and Edge Reflow | EdgeDocks.com
    The way the edge commons tutorial is set up requires a button for each composition i want to load. I am interested in loading multiple compositions with a "next" and "back" button, and a "swipe left, "swipe right" gesture on the content symbol that each composition is loaded into. I also need the swipe features on the content symbol not to interfere with the interactive elements on the loaded composition.
    Please suggest a solution that will work without adding additional scripts beyond edge commons and jquery.

    Sort of. I'm using this code inside an action for a button symbol. But it doesn't work perfectly. Trying to debug it.
    Let me know if you have any luck.
    //Check to see if pageCounter already exists
    if (typeof EC.pageCounter === 'undefined') {
      // it doesn't exist so initialize it to first page
        EC.pageCounter = 2;
    //check if the page is only 1 digit -- patch for single digit
    if (EC.pageCounter < 9) {
       // it is, so we need to pad a 0 on the front.
      EC.pageCounterString = "0" + EC.pageCounter;
      //e.g.  01 ...09,11,12,13....115,222352,,....
    else {
      EC.pageCounterString = EC.pageCounter;
    EC.loadComposition(EC.pageCounterString + "/publish/web/" + EC.pageCounterString + ".html", sym.$("container"));
    EC.pageCounter = EC.pageCounter + 1;
    //TODO for back  -1

  • How do I include 'Edge Web Fonts' into Edge Animate?

    How do I include 'Edge Web Fonts' (not Google Web Fonts) into Edge Animate?

    Have you tried to use google fonts? I have used them and they work for me.
    When you add your font for example:
    Copy paste:
    <link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
    and then for font family.
    'Finger Paint', cursive;
    then select addfont on the addfont screen

  • Can I merge several different Verizon plans (different family members each have own plans) into one plan (i.e. can I take over all their lines), if all lines on all plans are on Edge?

    I was originally told by Verizon that if I joined, I can eventually take over the lines of various family members.  Now that I've joined, and my family members all upgraded their phones and are on Edge, Verizon is telling us that we can't merge into one plan (because Edge lines can't be transferred to another account).
    Is this true, and, if so, what is my recourse since I was lied to.

    Well, yes and no (as far as being lied to).  I asked on several occasions (I have the chat transcripts to prove it) if there would be any issue if the lines were all already on Edge, and was told each time that under no circumstances would there be any issue.  The latest being today (I know it's after the fact, but I wanted proof that this is what the chat people are saying).  I asked "I have currently have an account with 3 phones on Edge.  My brother and his wife, and my parents, also have plans all on Edge.  I would like to 'take over' their lines.  I want to make sure there is no issue with the Edge plan and that I can simply 'take over' their lines with no problems."  I was told "Yes. That would be correct."  Again, this is what I was told in the past as well (my original post didn't make clear the timing of the chats and upgrades to Edge..).  Every time I chatted I mentioned that the accounts were going to be on Edge or (later on) were already on Edge.  Even before my family members upgraded to Edge, not one single chat or phone representative (and my brother asked the same thing in a store) mentioned NOT to upgrade to Edge because it couldn't be transferred.  Everyone just said yep, no problem.  The ONLY reason I even joined Verizon (I was on Straight Talk) was because of the More Everything and Edge plans (we wanted a family plan with 6 people and over 10GB so we'd each save $25/line).  Otherwise I never would have joined Verizon and my family wouldn't have upgraded either.

  • Edge and Contract phones on same account - contract renewal question

    Hello.  I have multiple devices on my account and just signed up with EDGE for a new phone (different line, same account owner).  When my contract phone goes up for renewal in a few months, am I still able get a subsidized phone with extending that 2-year contract at that time?
    Thanks!

    sprmankalel wrote:
    Yes but why would you want to do that? Depending on the device and the discount it is usually cheaper than buying the phone with a 2yr contract.
    IF, you're on the More Everything Plan.

  • Is there a way of making the Edge Commons parallax effect work smoothly with DPS on the iPad?

    I want to create a feature for an iPad magazine utilising the parallax effect shown here...
    Parallax Scrolling Made Easy (Adobe Edge Animate Online Week, Episode 9) - YouTube
    I am using Digital Publishing Suite to publish to an iPad.  I ran a test and the effect partially works, but not smoothly.
    As you scroll down the animation does not play.  Once you finish scrolling the animation then jumps to whichever point has been reached on the timeline, rather than animating as you scroll down the page.
    Is there a way to get the same animation effect through DPS that you see in the browser?  Or is it not compatible?
    Thanks!

    As lllaass said, you can't.
    If you want Apple to add backgrounds to the iPad version, leave them feedback: http://apple.com/feedback/ipad.html.

  • Why can you NOT get a straight forward answer on upgrading to Edge?

    On Saturday morning I called customer care with a SIMPLE question about how the Edge Program works. The lady I spoke with gave me information that didn't make sense and told me one of my lines could move to edge and the other could only after 6 months of on-time payments. That didn't make sense to me, how could one be eligible and not the other when the explanation of WHEN would be eligible is contingent upon 6 months payments. I was so irritated I started shopping at other carriers to see what their "Edge" like programs work like and was considering switching carriers. So, I called back and spoke with another guy to find out what my ETF's were and he informed me that I COULD upgrade both lines to a Note 4 for about $5 above what my bill is a mo. each with all of the discounts applied. I told him that I would go to a Verizon store and probably upgrade instead of cancelling. So, I went to the store and was treated TERRIBLY!! I was told that I could not move both of my lines to the edge program with the Note 4. I was told I could move to Edge with both lines but one would have to be a Droid and the other could be whatever phone I wanted. I was blown away with yet another piece of information that was not matching up with what I was told. He said I could call customer care and see if they could do anything. I was BLOWN away that a corporate Verizon store would just turn me away (which was extremely demeaning and embarrassing in front of their other customers) to call customer care again and tell me my best option would be to cancel if I wanted a new phone for the line I wanted to upgrade. So, I called customer care again and spoke with another lady who correctly informed me (I think) of how it works and stated there was nothing she could do on the line that was not eligible which should have been told in the previous conversation with the guy I spoke with. One thing struck me as odd, she said the phone is on a lease with Edge so the phone is never yours, which is something NO ONE mentioned at any point in any prior conversation. So, is that true? I now know where I stand with upgrading but my original questions about how Edge works are still not fully answered and what the last rep stated brings up other questions. If it's "leased" what happens if it's broken or lost? Anyway, I was looking for what I thought was a straight forward answer to a question about how Edge works, how much it costs, and are my lines eligible, etc. and wasted a good hour on the phone and another two driving to a store just to get turned away like as though no one even cared! The last lady I spoke with seemed to care but I'm blown away with the TERRIBLE customer service and COMPLETE lack of ownership. Why can no one take the feedback and DO SOMETHING ABOUT IT and then answer my questions about the Edge program. Bottom line, I'm not looking for a freebie upgrade (though maybe I should for all of the time wasted due to incorrect/inaccurate information). but I'm blown away that no one wants to do anything.
    That all being said, can someone on here explain how Edge works with the discounts and is the phone really a "leased" phone? Pretty sad that I'm resorting to forums to ask other customers how it works but would appreciate any info anyone can share. I'm probably going to port both of my numbers to AT&T if it is true they are a lease and due to all of the terrible customer service.

    I just saw in another post that if it's an "early" edge I would have to turn in the phones. No one told me that either and now I wonder if just forget Edge and port out. What's the advantage of doing Edge with all this confusion and red tape? Is an early edge considered early if you're upgrading with Edge prior to the contract end on the current phone? Verizon Customer Care and Stores REALLY NEED to be up front about this stuff! From what I see here and what others are going through Edge is a TERRIBLE TERRIBLE program.

  • Did you know the tablets are now available with the Edge program?

    While tablets are now able to be purchased with the Edge, the Device Payment Plan has been discontinued. So, if you want to pay over 12 months, to keep unlimited data, you are out of luck. Either full price, or lose it and use Edge.
    Just another way for Verizon to get rid of unlimited.

    I would check again. The problem is when you went to a corporate store and that is the only way to get it. The stores were telling customers that Verizon's device payment plan was only for tablets.
    That is the first lie on their parts. The second thing the store would tell customers that if you used the plan you would still lose unlimited data, lie two.
    You could not grandfather in a plan such as the device payment plan. Grandfathered to whom? Those who already choose it and are on it?  Those who got grandfathered in how? Maybe a wrong choice of word in your post.
    Like Ann154 the plan is still showing on the Verizon wireless site.
    I also called my former account executive at Verizon and he said he knew of no discontinuance of the program.
    So unless you have advance information via working for Verizon wireless I would wait for the news release.
    In your case I would go to a corporate store and insist on them honoring the Device Payment Plan. Maybe mention your attorney, or a state regulatory agency etc.
    Good Luck

  • Adobe Edge Animate CC 2014.1

    Hello, do the animation in Adobe Edge Animate CC 2014.1
    and faced with a problem, animating picture animation works when you hover over the image and still have the text which also operates and has a different animation, and the problem is if I'm pokartinke mouse and spend the mouse over the text in the image on the animation picture as if jumps and starts with a new one, I want to know how to do so that would be mouse as I had not seen the text of this so I can keep the mouse on the image and animation are normally worked

    UPDATE
    i have ulpaded 2 animation ( one normal and one Responsive ) in 2 different server here the link
    www.eclipseadv.com/maliRP/maliRP.html
    Untitled
    via SAFARI or CHROME on MAC all OK
    but via IPAD ( SAFARI, CHROME and MERCURY) i didn't see the video, just the animation of the BUTTON  and the link if i click on it (not in Mercury), like in the content viewer.

  • Why edge code cc is not working in windows vista 32 bit OS

    I had tried it lot to install but nothing happens so pl guide me.

    Hi Sameer,
    There's no version of Windows Vista that is supported, regardless of service packs.  You can always upgrade to Windows 7, though.
    Your other option is to use Brackets, the open source editor that Edge Code is based on.  It still supports Vista for now.  The downside is that Brackets lacks some features of Edge Code: Kuler integration, Edge Inspect integration, and Edge Web Fonts code hints -- although all of those except Kuler are offered as optional Brackets extensions too (you just have to install them).
    Hope that helps,
    - Peter

  • IPhone 3G - email works in wifi; doesn't work over 3G or Edge

    Anyone else experienced this problem? Since the middle of this past week, my iPhone 3G cannot send or receive email from my POP account over the 3G or EDGE network. It works fine over WiFi however.
    I took it to the Apple Store where they were able to reproduce the problem, but could not figure it out and promptly replaced the phone. The new phone has the same issue, which leads me to believe it must either be the network or my AT&T account.

    I'm having the same exact problem. I am on my second phone now. Both phones worked originally and now it stopped working again.
    Any solutions would be great.

Maybe you are looking for

  • Updated a Adobe Acrobat plug-in

    Hi to all, excuse for my english I am Italian. I developed a plug-in for Adobe with Adobe SDK 9.0 and I want to update it in the future, my question is: "Is it possible Updated the plug-in with a some functions of SDK or There are other ways of updat

  • Objects in a set

    Hi im writing a program that holds names in a a class like public class UserInfo    private Set<String> Names= new HashSet<String>();     * Constructor for objects of class UserInfo    public UserInfo(String text)       Names = text;     * returns th

  • Wishlist item for future models: Please add the track point (red button) on keyboard

    Dear Lenovo, We purchased the S10 Ideapad for travel and it is wonderful for this.  I am enrolled in online courses so I have to always be tethered to a computer with internet access.  The Ideapad is fantastic for this use.  One feature that I miss f

  • MBP won't connect to Internet after sleeping

    Last night I woke up my MBP (2.2Ghz, 2GB RAM, OS X v10.5.6) and it wouldn't connect to the Internet. I thought it was a problem w/ the network itself and confirmed it by testing another computer. However, when the network connection was restored on t

  • Lost some calendars themes when upgrading iPhoto to '11.

    Hello, I've upgraded iPhoto (Provided with Snow Leopard)  to '11. Now, unfortunately, I lost some themes.  Especially in calendar I've now only; Picture Calendar, Colored Paper, Big Dates, Modern Lines, Travel, Vintage, Formal and Classic. I'm missin