-
1. Re: Issues with Edge Commons - Spotlight
resdesign Sep 8, 2014 6:36 AM (in response to VVanWilde52)Could you give us more information about what the problem is? It is hard to help with so little info.
-
2. Re: Issues with Edge Commons - Spotlight
VVanWilde52 Sep 8, 2014 7:07 AM (in response to resdesign)Thanks, I had posted this earlier, and got no response, so I figured an abbreviated question might work best.
I am currently using Edge CC 2014.
I have a tablet animation setup with some touch interactions.For 2-sections within the the Animation I would like to use the Spotlight feature.
At the compositonReady event I enter:
- // Load Edge Commons
- yepnope({
- load: [
- "http://cdn.edgecommons.org/an/1.1.2/js/min/EdgeCommons.js",
- // Load style sheet for the overlay
- "http://cdn.edgecommons.org/an/1.1.2/css/style.css"
- ]
- });
So my first Spotlight is an image, so on the touchstart I have entered:
- // Open image in spotlight overlay
- // Set up configuration
- var config = {
- width: 700,
- height: 500,
- type: "image",
- source: "images/Spotlight1.png"
- }
- //
- EC.Spotlight.open( config );
When testing the animation. The Spotlight effect works the first time. Then every time after that it pops-up for literally 1-second and then automatically closes. Has anyone had any trouble with this?
M -
3. Re: Issues with Edge Commons - Spotlight
resdesign Sep 8, 2014 9:44 AM (in response to VVanWilde52)I corrected some files for some other users but do not use it personally. I have never seen this problem before. Maybe you will need to post a link to your files (or PM me) for us to see when the problem is.
-
4. Re: Issues with Edge Commons - Spotlight
VVanWilde52 Sep 8, 2014 9:49 AM (in response to resdesign)I could probably PM it to you later on today. Thank you. I need it for tomorrow, and have "faked" a pop-up for now, which will work for meeting purposes.
But would like to utilize this in the future and find out what i'm doing wrong. I've been over the code several times and cannot figure out whats wrong. -
5. Re: Issues with Edge Commons - Spotlight
Fagan Sep 8, 2014 5:04 PM (in response to VVanWilde52)The problem is that it has not totally loaded. Wait for it to finish fading in. I'd love to fix this too!
-
6. Re: Issues with Edge Commons - Spotlight
VVanWilde52 Sep 9, 2014 4:55 AM (in response to Fagan)Not full loaded? Could you elaborate a bit? The pop-ups are miniscule in size. While everything else has loaded.



