-
Notifications
You must be signed in to change notification settings - Fork 71
Description
What would be the implications of exposing the local recording stream's ByteArray via ExternalInterface? Are there any stability or client side performance issues in doing this? This is supported in Flash Player 9+, http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/flash/utils/ByteArray.html. I'm just not sure, considering my very limited Flash knowledge. Audio data passed from Flash to JavaScript could easily be megabytes of data though.
So this is more of a question and possible enhancement request - if this is a feasible request, I'm thinking that it could allow one step HTTP post operations that could post other HTML form data along with recorded byte streams, versus requiring a two step HTTP post process which seems to be the case with this current version of the component. I could see that being useful in a scenario that I'm working on right now. What do you think?