Need to trigger a function within a loaded swf file
This is my scenario, this week a colleague contacts me to tell me there is a problem with a piece of work put out by us 8 months ago. There is no source file but they need to make the content work with a clicker. So I decompile the swf and find the call to move on to the next slide, so far so good. I make a wrapper to load in the original swf file and set up the code for the clicker. The problem I am having is I am super rusty when it comes to AS3 and I cannot trigger the function within the loaded swf to move the content on.
This is the decompiled code in the loaded swf, I have highlighted the function I need to call:

My initial thought was to create a new instance of the class "ActionsContext" in my wrapper then use that to target the function but so far I am coming up short. As I say I am super rusty so if anyone could give me a hand I would REALLY appreciate it.
Thanks
Kai
