This content has been marked as final.
Show 2 replies
-
1. Re: close caption / multi language
charles_newman-GG8xMm Dec 15, 2010 5:44 PM (in response to leaflashdev)Well, there is an enhancement bug filed for this:
http://bugs.adobe.com/jira/browse/FM-369
But doesn't really help you right now. You could make this work with some custom code. When the user clicks something on the UI to specify the language switch, you could save the current position of the video, stop it, set the metadata again, set the media element on your MediaPlayer instance again, wait for play state change, and then seek to the location you saved.
I think this would be relatively easy to do.
Thanks,
- charles
-
2. Re: close caption / multi language
leaflashdev Dec 16, 2010 11:54 AM (in response to charles_newman-GG8xMm)Thanks Charles for your reply

