Hello Folks, I have a Flash project with corresponding .fla and .swf files. I am trying to manipulate the flash through JavaScript. I could manipulate flex .swf files rather easily through the FABridge but I am not quite sure how to use the FABridge in the Flash context.
The problem arises because in the .mxml files for Flex, I simply insert <fab:FABridge xmlns:fab="bridge.*"/> and all that I can do in Flex can be done in JS. This code insertion is done in the XML part of .mxml file, outside the <mx:Script> tag. Since Flash is all ActionScript, how do I make the functionality from the .swf file created through Flash available to JavaScript? I have heard of tools like AFlax but I am hoping that instead of having to learn another interface, somehow I could just use FABridge with Flash. Would appreciate any thoughts anyone has - sounds like a fairly common issue for someone trying to manipulate Flash and there must be an easy solution for this out there. I am fairly new to Flex/Flash so if I am mixing some terminology please let me know and I will be happy to clarify. Thanks, Sanjay.

