I am currently using Edge Annimate and Adobe Classroom in a book and I am learning how to embed a google map using the iframe statement. However, when I preview my composition in either IE 9 or Google, the map does not appear as it should. The following code is pasted from the open actions CompositionReady tab:
sym.$('<iframe width="335" height="230" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps?f=q&source=s_q&hl=en&geocode=& amp;q=prospect+park+brooklyn+nyprospect+park+brooklyn+ny&aq=&s ll=27.698638,-83.804601&sspn=13.439686,33.815918&t=h&ie=UT F8&hq=&hnear=&ll=40.659904,-73.969102&spn=0.003744,0.0 07167&z=16&output=embed"></iframe> <br /><small><a href="https://www.google.com/maps?f=q&source=embed&hl=en&geocode =&q=prospect+park+brooklyn+nyprospect+park+brooklyn+ny&aq=& ;sll=27.698638,-83.804601&sspn=13.439686,33.815918&t=h&ie= UTF8&hq=&hnear=&ll=40.659904,-73.969102&spn=0.003744,0 .007167&z=16" style="color:#0000FF;text-align:left">View Larger Map</a></small>').appendTo(sym.$("map"));
The code listed between the ' ' is the code taken from google by clicking the link button. What am I doing wrong?