You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One limitation of the Flash component at this time is that it's impossible to determine on the client side via JavaScript if the Flash recorder contains in-memory recorded audio. It would be useful to expose an API via ExternalInterface such as jGetAudioLength or something similar that would simply return the number of bytes consumed by the current recorded audio. This would allow JavaScript validations to take place before attempting to perform an HTTP POST.
The text was updated successfully, but these errors were encountered:
One limitation of the Flash component at this time is that it's impossible to determine on the client side via JavaScript if the Flash recorder contains in-memory recorded audio. It would be useful to expose an API via ExternalInterface such as jGetAudioLength or something similar that would simply return the number of bytes consumed by the current recorded audio. This would allow JavaScript validations to take place before attempting to perform an HTTP POST.
The text was updated successfully, but these errors were encountered: