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?
5854 views 9 answers
Post My Answer
0
You have a wonderful pen and a brilliant writing style. After reading your article, I feel very peaceful. I want more people to see your post. Can I send your post and forward it to my blog, thank you very much.
2023-08-03 0 Comments
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