I\'d like to call a JavaScript function from an embedded .swf file. Specifically, I\'d like to call a function in one of my externally linked JavaScript files f
.swf
Also incase anyone in the future is looking at this question the Actionscript 3 version of altCognito's answer is like this:
ExternalInterface.call("displayPost",postId,feedId);