Edge Animate CC :: Banner In Iframe Redirects And Disables Back Button

Apr 1, 2013

I have a website banner made in edge with links to other pages of the site. The banner itself is within an iframe (Generally I avoid iframes but I had no option with this one). If you click a link, it will take you to the right page. However if you click the browser's back button, the original page begins to load but quickly redirects you forward again, thus virtually removing the back buttons functionality. However if I click "back" a second time, it works.
 
Another peculiar thing is that when the page loads, the contents of the page that I am navigating to start to load within the iframe before it redirects. I tried adding "_parent" as a target attribute to all my links but the problem remains. Does edge automatically detect iframe usage and assign link targets to the _parent frame with jQuery?

View 1 Replies


ADVERTISEMENT

Edge Animate CC :: Back Next Button With Continuously Moving Loop

Mar 13, 2014

I have a continuously moving looping slide show that has back and next buttons. When you press the next button it should move forward one where ever it is on the timeline every time you click it and the same for the back button.
 
This is the code I am using but the the problem is that it goes to else {sym.play("one");} when the button is clicked. No matter where in the timeline the next button is clicked, it goes back to number one.  I don't know much about coding and I have tried everything to fix this but I am stuck.
   
var pos = sym.getPosition()
if (pos <= "one"){
sym.play("twenty");
}
else if (pos <= "two"){
sym.play("three");
}

[code]....

View 5 Replies View Related

Edge Animate CC :: Communicating With Another Edge In An Iframe?

May 10, 2013

I'm having trouble communicating with an iFrame. I've successfully loaded another Edge html into an iFrame inside another Edge project…
  
//I have a container called box
sym.$("box").html("<iframe id='Mycontainer' width='100%' height='100%' style='margin:0;padding:0;border:0' src='mypage.html'></iframe>");

[Code]....

View 6 Replies View Related

Edge Animate CC :: Target Link To An Iframe?

Feb 24, 2013

In my project I have an iframe, and I want to open a link in that iframe. But with a button which is outside the iframe. I thought that putting the name of the iframe in the target area might work. And in Safari work, but not in Firefox and Internet Explorer. These browsers opens the link in a new window, even changing the name in the target.

View 2 Replies View Related

Edge Animate CC :: Access Iframe From Animation File?

Jul 8, 2013

I load an edge animation file into an iframe at my home page. How can i access the iframe when i clicked a button inside the edge animation file.

View 1 Replies View Related

Edge Animate CC :: Control Elements In IFrame From Parent Doc?

May 12, 2013

I've placed my Edge animation in an iFrame.I would like to be able to trigger the animations in the Edge file, by clicking on links in the parent document.

View 3 Replies View Related

Edge Animate CC :: Loading Page / Iframe And Animation At The Same Time?

Apr 13, 2013

I have a main page with a container (named BoxPlay) and a button. And I have an other page (page2) with severals animations on it : animation 1, animation2...
 
I would like to load the page2 but directly with one of his animations.
 
Code of the button :
var container = sym.$("BoxPlay"); 
container.append('<iframe id="currentPageHolder" width="'+container.width()+'" height="'+container.height()+'" src="pages/GallerieHomePage/GallerieHomePage.html" frameborder="0" scrolling="no"></iframe>');
 
How can I specify to load also animation 1 or animation 2 ?

View 3 Replies View Related

Edge Animate CC :: Calling Function From HTML Page Embedded In IFrame?

Mar 26, 2014

This is a tricky one, but it may just be that I don't understand the syntax,
 
Situation:I have an Edge Animate composition that is acting as an interface and container into which other content is embedded using an iFrame.  I have several functions in Stage > creationComplete, and for one of the embedded content pieces, I want to include a button that calls one of the Edge functions.
 
Challenge: I have read about referencing elements within Edge when it is the Edge file that is embedded on an HTML page, but I cannot figure out how to reference Edge in the reverse.
 
I have tried these options where headerselect(page) is my function:
 
AdobeEdge.getComposition("EDGE-531849691").getStage().headerSelect("co mmunity");
 
window.top.Edge.getComposition("EDGE-531849691").getStage().headerSele ct("community");

View 3 Replies View Related

Edge Animate CC :: Down Level Stage Disables Other JQuery Page Elements

Apr 4, 2014

I have create a small Edge Animate animation that I'm trying to add to our home page. After getting everything running and working properly in IE9+, Chrome, Firefox and Safari I moved it from the development environment to our live site. Then I viewed it on an older machine running IE8 and the down level stage worked great, but it disabled a jquery image slider and a little custom jquery script I wrote to polite load an embedded youtube video. The only  cusomization I did to the edge files was to remove the loader for the included version of JQuery so that it would run the on I call from Google instead. This prevent intial conflicts between already existing jquery elements on the page.

View 2 Replies View Related

Edge Animate CC :: Keep Banner Ad File Size Small?

Sep 28, 2012

Most publishers cap the file size of banner ads at 30 KB to 50 KB. Is that possible using Edge? I know someone asked a question like this two years ago, and the reply was to use a CDN to serve the larger .js files. Is there a more direct approach now that Edge is no longer in preview?

View 3 Replies View Related

Edge Animate CC :: On Button That Navigates Slideshow

Apr 20, 2013

i am working on a slide show with photos, each show is marked with a title (slide1, slide 2...etc) i know how to simpy click on each photo and have it go to the next slide but i am having an issue with a button thet says (next).

View 4 Replies View Related

Edge Animate CC :: Button Overlay Not Showing On Top Of Placed Oam

Mar 18, 2014

UPDATE: 3-18

I am working on my first DPS project for iPad(s). I had a lot of flash experience in the past and I really like the workflow of Edge Animate. I have created an OAM and placed it in Indesign in it's own (cover - page 1) folio. I planned to just place an InDesign Hyperlink button on top of the OAM inside of the InDesign document and publish it. When I download and open the file on the iPad using the Adobe Content Viewer,  the button for the web url does not appear (doesn't work on the local viewer either).
 
Is it not possible to place other overlay items on top of Edge Animate files? Do I need to include the button in the Edge Animate OAM?
 
I also saw on another post where having trouble with a white FLASH using the autoplay... I am having that too, but I also see a rough-jaggy version of the poster image for a split second between the loading stage and the main stage during INITIAL playback.

View 2 Replies View Related

Edge Animate CC :: Mute Button For Video?

Sep 30, 2013

I am using this code:
 
var vid=sym.$("Holder");vid.html('<video width="444" height="250" src="video/video4.mp4" type="video/mp4" controls ="controls" autoplay ="autoplay" muted ="muted"</video>');
 
to bring a video in. What I want to do is turn the controls on and have  mute button on the stage that will mute and unmute the video.

View 2 Replies View Related

Edge Animate CC :: Publish Button Grayed Out

Apr 23, 2013

I've just started working with Edge Animate and have been building some animated buttons for a website. My problem is that I can't publish what I've created, the 'publish' button is greyed out and I cant use it. I can access the publish settings without any problems.

View 1 Replies View Related

Edge Animate CC :: Publish Button Is Not Working?

Mar 7, 2014

my publish button is not pressable so i go to file>publish options once im there i choose a folder on my desktop to export it to but it never shows up... (also i can only press on the "save" button doesnt give me the option to publish.. do you have to save it somewhere special? IM TRYING TO CREAT AN OAM FILE FOR ADOBE MUSE... i can save it to my desktop but then it just apears to be html.. what am i doing wrong????

View 1 Replies View Related

Edge Animate CC :: How To Cut The Timeline Back To The 9 Second Mark

May 22, 2013

I have made a 9-second animation but, somewhere along the line, the timeline has  acquired another 15 seconds of blank space.  Is there any way to cut the timeline back to the 9-second mark?

View 1 Replies View Related

Edge Animate CC :: How To Target Nested Symbol From A Button

Feb 19, 2012

I'm new to Edge, Javascript and HTML5 (coming from Director/Flash/After Effects background) I'm wondering if there's a way to target a nested symbol from a button. I would like to make a simple Pause/Play toggle button that stops a nested symbol is it's playing and plays it if is stopped. In software's I'm familitar with, this can be done with a simple target path and  if/else conditional statement, but I can't find any examples that don't seem much more complicated.

View 15 Replies View Related

Edge Animate CC :: Play Button With Audio And With Symbols

Apr 22, 2013

So my animation is a song and I'm doing like a video clip with interactivity (the interactivity is not inside at the moment).I need to have  a play button so we can see (heard) on iPhone, iPad...
 
My problem is that the animation begin immediately behind the play button and before I press it.So the song and the animation are not synchronize.I try many things to stop the animation but nothing is working.

View 2 Replies View Related

Edge Animate CC :: Create Pop Up Window To Appear On Button Click

Jan 28, 2013

Is it possible to create following: pop-up window is appeared on click tha button?

View 3 Replies View Related

Edge Animate CC :: Button Inside A Symbol Does Not Work?

Feb 7, 2013

i create a button, when you clik it with this command:
 
sym.play("myLabel");
 
you go in the stage timeline to the label called "mylabel"  ...all ok
 
but if i save my button as symbol when i press it, it don't go to the label on the stage called "mylabel"
 
What i need to write if i whan that my button inside anoter simbol work?

View 2 Replies View Related

Edge Animate CC :: Clicking Twice On Pause / Play Button

Mar 16, 2014

I have made a pause and a play button to my slideshow.The pause button is just a boks with the click-action code:
 
sym.$('btn').click(function(){
          sym.stop();
});
 
The pause button is a boks with the click-action code:
 
sym.$('btnPlay').click(function(){
var timelinePos = sym.getPosition();
          sym.play(timelinePos);
});
 
It works but in the beginning, I have to click twice before the function works. It is only the first time. After that everything works fine.

View 2 Replies View Related

Edge Animate CC :: Symbol Animation Active In Outside Button?

Dec 17, 2012

i created an animation inside symbol.i created a button outside the symbol. the animation only works when the button click?

View 4 Replies View Related

Edge Animate CC :: Cannot Get A Simple Rollover Button To Work

Oct 21, 2013

It does not respond to mouseover movements.
 
You can see what I try to do on this URL: [URL]
 
Fore each button I have e.g. client_button and client_button_over
 
For the over button I do have for mouseout and touchend :
 
// insert code to be run when the mouse is moved off the object
// Hide an Element.
//  (sym.$("name") resolves an Edge Animate element name to a DOM

[Code].....

But it does not show any change at all when I move the cursor.

View 10 Replies View Related

Edge Animate CC :: Trigger A Function In CompositionReady Using A Button?

Aug 5, 2013

How do I use a button being clicked to trigger a function within CompositionReady? My overall aim is an On/Off button, the 'OnOffStatus' of which can be used to determine other factors within the program.

View 3 Replies View Related

Edge Animate CC :: How Can The Properties Of Symbol / Element From A Button

Jun 13, 2013

modifiy, for example, scale and position of that element calling it from a button

View 1 Replies View Related

Edge Animate CC :: How To Stop All Actions After Button Has Been Pressed

Aug 26, 2013

Is there a way to stop all actions once a hotspot has been pressed? I have loaded an mp4 video into my presentation. I have created a slide menu that goes right to left. I made sure to turn the buttons on only in the areas that they are needed. Once I play the movie, it works fine, but when I select my navigation to go to another page the video is still playing in the background.

View 2 Replies View Related

Edge Animate CC :: How To Trigger A Random Part When Clicking On A Button

Mar 11, 2013

I have an animation with 5 different parts. I would like to trigger a random part when clicking on a button.

In order to do that I put labels on all parts (play1,...,play5). Then I put a code on the button on the click event :
 
var RandomNb=Math.floor(Math.random()*5)
if(RandomNb=1){sym.play("play1");}
 
It is just a simple test but it does not work : the animation play1 is always played no matter the value of RandomNb. I obviously make something wrong but I don't know what...

View 2 Replies View Related

Edge Animate CC :: Adding A Play / Pause Button Into An Animation

May 15, 2013

I have an animation that runs for around 2 minutes. I want to add a button that the user can click to pause/play this animation if they want extra time to read the content on screen. I'm not sure how to tell a button to pause at the current frame and resume when clicked by the user. The button will also need to change states from a pause image to a play image when clicked and vice-versa.

View 8 Replies View Related

Edge Animate CC :: Get Random Numbers In Text By Clicking A Button?

Apr 26, 2013

how can I get a Random Number in a Text by clicking a button?
 
For example: I have an already animated object [a dice] as button and I have a Text object located on other part of the stage and where should appear the random number from 1 to 6.
 
I have tried in CreationComplete and compositionReady, and in the Click option in the button, one of these two options:
 
Math.floor((Math.random()*6)+1);
var ran_number=Math.floor(Math.random()*5;
 
I have also tried in the dice image [button] within the symbol this [with one of the two previous codes]:
 
sym.getComposition().getStage().$("text").html(ran_number);
 
And it doesn't work anyway. Right now I'm basically lost. That would be like:

1.- start your computer.
2.- open Edge.

View 7 Replies View Related

Edge Animate CC :: Play Random Symbols When Button Is Clicked

Oct 7, 2013

I have a dozen or so animated symbols on the stage and I'd like a randomly called one to play each time users click a button.

View 6 Replies View Related

Edge Animate CC :: Get Button To Play Timeline For Specified Length Of Time

Feb 27, 2014

I have an animation in Edge, and I'm trying to make a button that can play the timeline for a specified amount of time and then stop, without the aid of labels. So, I figured if i set the button to sym.getSymbol("mysymbol").play(500);  it would make the timeline of that symbol play for 500 milliseconds each time the button is clicked, but it is not working, as this makes the whole thing simply start playing at 500ms. So I then tried adding a stop action after this: 

sym.getSymbol("mysymbol").play();
sym.getSymbol("mysymbol").stop(500);

But this didn't work, because I guess since these events are one after the other, it doesn't wait 500 seconds to stop, and it reads stop(500) immediately after the play instruction, so that didn't work either. I'm pretty new to javascript, but I've been really trying to learn it along with the Edge API for a couple weeks now and still can't seem to solve this problem.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved