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
ADVERTISEMENT
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
Apr 4, 2013
I followed the adobe tutorial to manually create an html page in order to have two edge animations on a page but it doesn't work well. The second animation starts but not the first one (I can see the first frame only).
View 1 Replies
View Related
Jan 17, 2014
he problem im having is that the google map will not start at the target address when I place the code for it in creationcomplete. It only loads properly when I place the code in a trigger on the timeline . Although it loads slow when in a trigger.This is the code im using in the creationcomplete and in the trigger.
var container = sym.$("container");var map = '<iframe width="'+container.width()+'" height="'+container.height()+'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=7120+Boul +St+Laurent,+Montreal,+QC,+Canada&aq=0&oq=7120+boul+st&sll=45.534114, 73.617124&sspn=0.006907,0.016512&ie=UTF8&
[code]....
this is what it looks like when I place the code in creation complete..you see the map is thier but it doesnt start at the target. It doesnt start at the right address..This is what the map looks like when I place it in a trigger on the timeline.you see it loads correctly on the target address.
View 1 Replies
View Related
Aug 14, 2013
I want to link from an html page button to within a point (label) on the timeline. What code would I need to put on the button?
View 4 Replies
View Related
Jan 9, 2014
how I can control another Edge animation and/or html element of a single page from a custom Edge animated button? For example, I created an animated tabbed buttons in Edge, then I want to animate a different Edge animate once I clicked on a button in the other Edge animation. I want to add multiple Edge animation in one page instead of one big Edge animation. This is partly because the design of the page is done is Muse with the parallax effect.
View 2 Replies
View Related
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
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
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
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
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
View Related
Jul 17, 2013
I want to create on the symbol an mouse over event that address the same symbol.
i've tried
this.css("display","none");
with no success..
View 5 Replies
View Related
Aug 20, 2013
I have an existing HTML page (created in Adobe Muse) and I am trying to draw some Adobe Edge objects on top of the page (e.g. a rectangle or an image). When I look in the layers panel, the Edge objects show as top in the list. However, visually when I look at the page, the elements show behind the pre-existing HTML page from Muse.
View 3 Replies
View Related
Dec 13, 2013
I am including an animation I built using Edge Animate into Dreamweaver. I can't use an .oam file because of some other JavaScript I'm using so basically I'm limited to an .html file with all my edge includes java, and other supporting files.
when I preview in browser within dreamweaver. However, when I upload the page to my domain, my animate HTML file won't work. Here is a link to the current site in progress. (The first green box top left is my link to my animation). URL....
View 2 Replies
View Related
Jun 18, 2013
I have an ordinary div I composed with HTML, that I'd like to import into an existing Edge Animate comp and have it treated like an ordinary div. The two closest things I saw were: a YouTube video of a whole page opening in EA, and divs animated within itThis other forum, which has more components imported than I need:URL...Isn't there some kind of pasting window somewhere?
View 3 Replies
View Related
Jul 21, 2013
I have an embedded video in my animation , in an earlier state on my timeline I have a back button.
When the back button is pressed teh animaiton returns to this state but the video still plays in the backround.
The video cant be seen as its only appears at a later stage on the time line but the audio can still clearly be heard.
View 4 Replies
View Related
Jul 30, 2013
I created an animation for a landingpage on my website(built with wix.com).
My problem is, that wix.com has got no folder-organisation or upload-function and my Edge animation has *.html, *jscript and *.jpeg/*.png files.
In a Wix.com-forum, I've found a response, that said, that I should use external storage-websites for my files.I did so and put these files in my dropbox/public folder, copied the open links in the *.html file like this:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<title>Ani1</title>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8"
[code]....
But, when I copy the code into my wix-page-html-app (for not-wix-user: a small field to insert html-code),nothing happens...
View 2 Replies
View Related
May 18, 2013
[URL]
still I try to reopen the issue about an error of "Edge Animate could not find the associated html file" for me, this error remains even after opening and saving corresponding html file. in fact I don't remember any successful launch of .an file for all my projects working at win 7, 64 bit
View 3 Replies
View Related
Jul 11, 2013
I want to use an iframe construction into my edge animate document. Edge animate *.oam file's planned to be used into inDesign DPS-folio. There is an iframe like <iframe src="local.html"></iframe> in that.
View 2 Replies
View Related
May 14, 2013
I have a textfield nested in a symbol and am using an Adobe web font (droid-sans). When I change the text inside the textbox with something like the following:
sym.getSymbol("captionButton").$("textBox").html("Hide Captions");
the fontFace APPEARS to go to some other sans font and seems bold from that point forward. Do I need to reset all the css properties of the fontface every time I change html text in a textbox.
View 3 Replies
View Related
Oct 29, 2012
I made several projects using Edge Animate 1.0, all of them worked perfectly. But now I need to make some changes, and several of them are displaying an error saying that could not find the html file associated with the project, even though the file is right at the same folder. I opened the .an file in a text editor and checked that the HTMLFileName attribute is pointing to the correct file. I'm attaching a print screen of the error.
View 8 Replies
View Related
Dec 22, 2012
insert HTLM content into an EGDE animated Div box? Specificaly an HTML table? I can get the html code in the box but it won't read/render it as html code. In flash you can tell the program that the contents of the box is html code and it will read it as such but I don't see any way to do that here. I've tried several ways and I can get the code to display in the box but it won't render the code instruction in the boxCan it be done ?
View 6 Replies
View Related
Apr 27, 2013
I am trying to upload the file to webs.com for my website by it keeps showing up blank. I've uploaded all the files needed but nothing is showing.
View 3 Replies
View Related
Sep 26, 2013
Ok so Im trying to embed html code into a website. I created an animation on edge, but after i publish i cant use the final publish link to just link embed. Because my isp has inbound ports blocked.
Anyway my question - Is there a way to just take the code from all the files and paste it into the website ?
If so, how would I organize the code, so it worked correctly ?
View 3 Replies
View Related
Feb 2, 2013
I created an HTML FORM, then loaded it into Edge Animate.
Now, that I have it there, I created a Div, however, I cannot place the form fields on top of the DIV.
It goes behind the DIV, and does not give me the option of appending it to the FRONT.
I sent the DIV to the Back, however, the Form Fields still remained behind the DIV.
How to work with imported HTML Form Elements within Edge?
I think that I might have figured this one out.However, you loose some of the properties, doing it the way that am trying it right now.Will post back my findings later on.
View 6 Replies
View Related
Dec 29, 2013
how can i send the html animation by email for my freind(yandex,email)?
View 6 Replies
View Related
Nov 15, 2013
I have a series of animate files that I have created. When I try to open the files to make edits, this error message appears:
All of the files are in the same folder, and I have not changed any file names or coding outside of animate. I can open the .html file and edit that, but when I go to save or publish, I get this message:
View 9 Replies
View Related
Jan 10, 2014
just started using Edge Animate. I have some experience with Flash and After Effect so the layout is pretty familiar to me. I have no background in coding so I am very happy that it generates codes for me.
My goal is to make a simple html5 site with links / embedded videos to my contents (500 and vimeo). I copied some codes used for Youtube embedding, sub'd the url with vimeo url, and it worked fine. I used a "play video" button on the main page to trigger loading the video page (see my code below).
It worked great the first time I clicked the button and went to the video page. However, upon returning to the main page, and click the "play video" button again, a duplicate copy of the video is loaded right below the video loaded upon first click. This occurs for as many times as I click the play video button.
View 3 Replies
View Related
Nov 4, 2013
I have a text object in my Animate comp. It's pulling in HTML using JQuery's .html command. What I'd like to do is from that HTML, I'd like add an a href or similar link where onClick something happens to another Animate symbol. In this case, I'll make it simple and just show a div, but it could be anything. Of course, Animate has actions for symbols in the Elements panel, but this needs to happen from the HTML itself. Like this:
sym.$('content').html('<p>If you click this link, the <a href="sym.$("gallery").show();">Photo Gallery</a> will appear.</p>');
OK, this is a simplified version and I realize the syntax in the a href is completely wrong. But you get the idea. I click in that text and a div now appears on the screen. Also would be great to do it from an image link as well.
So is there a way to do this in Edge Animate? It's important I need to find a way to make this work.
View 3 Replies
View Related
Jun 28, 2013
I have a Edge project I would like to add a simple html to, which consist of many simple text divs. Is this possible?
I also have the block of div codes if I can just insert that instead .
I opened the html file in edge it shows as many separate divs. I can select but cannot copy to another edge project where I want it .
can I convert it to symbol, or can a html file be turned to a symbol?
can i group div them?
can i add it by editing the .js file and creating and ID?
So i instead opened the edge html in DW CC where I can copy the code and paste the div's over. it previews right. except the location and it covers all frames on the timeline (I only need it in one part of the site). So then i tried Muse as a html insert but i lost a lot of edge attributes. fail!
I'm trying to avoid rebuilding all the text divs in edge.
Question is:
what is the best way to import, or reuse html in edge ?
View 7 Replies
View Related
Jan 27, 2014
I created this website for a client and it can be viewed at Uscantravel.com. However being in the SEO phase of the site, the publish for Static HTML to make the website search friendly turns off the animated pop-ups and links that are layered within symbols with additional animations. It works fine when I save the .html file and upload that, but the published file for static alters the website animations when uploaded.
Can I somehow use the copy and paste the Div tags into the workable .html file to make search friendly, or am I missing something?
View 1 Replies
View Related