target stage from iframe
I have an iframe embedded in my stage. That works great. However, I would like to trigger an animation on the stage from within my iframe code. Is that possible?
I have an iframe embedded in my stage. That works great. However, I would like to trigger an animation on the stage from within my iframe code. Is that possible?
2656 views 8 answers
Post My Answer
0
nice!
2022-03-10 0 Comments
0
upsc-syllabus.com
2021-08-30 0 Comments
0
upsc-syllabus.com/
2021-08-30 0 Comments
0
Of course, as soon as I post it, I find an answer. Hope this helps someone else
In the iframe code:
parent.functionName();
In EA composition (under composition ready):
functi>
sym.getSymbol("symbolName").play("myLabel");
}
2014-07-23 1 Comments