flex - pass FileReference between two flash movies -


I have an html page with a flash object that provides video chat using stratus. I want to enable file sharing from a different UI on the same HTML page. I want to use the same stratus connection to send the file.

Is it possible to create a small flash object that will present a browse button and allow the user to choose a file and then to send the FileReference or file description to the stratus object?

Thanks

If two SWFs are on the same page, between two movies To allow communication in two ways should be enabled in the API.

I have not tried this approach directly to pass a file reference object, but it is worth noting that there is a file system restriction of 40K when using LocalConnection.send () - before you You can get it by sorting your file context object and sending it into fractions.


Comments