-
1. Re: how to adress a symbol created with sym.createChildSymbol
hemanth kumar r Apr 27, 2014 3:27 AM (in response to smenegassi)Use
"EC.loadComposition("page1.html", pageContent);"
-
2. Re: how to adress a symbol created with sym.createChildSymbol
smenegassi Apr 27, 2014 3:47 AM (in response to hemanth kumar r)Thank you! It works. If I understand right that is so because pageContent is a variable not a Symbol.
Now I should able to put pageContent anywhere I want with its CSS properties, right ?
Thanks a lot
-
3. Re: how to adress a symbol created with sym.createChildSymbol
smenegassi Apr 27, 2014 4:13 AM (in response to smenegassi)I have another question...
After I correctly loaded my composition into pageContent, I try to put the pageContent somewhere in my page.
var pageContent = sym.createChildSymbol("content", "Stage");
pageContent.element.css({"top":200,"left":350});
EC.loadComposition("cvcontact.html", pageContent);
It does not work . I have this error :
Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match.
Thanks for any help.



