开发者

Extract Captivate 4 text captions using Flex (ActionScript 3)

I'm developing an application in Flex 3.5 for video tutorials, which uses a lot of Captivate 4 (AS3) videos (>200). In the front end, the user can navigate thorough the开发者_StackOverflow中文版 videos in a menu structure. In the administration part, the admins can upload more videos and organize them into the menu structure. Since we have more than 200 Captivate videos, we wanted to build in a search functionality into the fronted, which would be based on the text contents of the Captivate videos. The idea is: every time the admin uploads a new Captivate video into the system, an index will be created based on the contents of the video.

My question: how can I extract the text captions of a Captivate video using Flex or rather ActionScrip 3?

(I know, there is an Export/Import function of Captivate, but I would like to access those texts dynamically from Flex.)

I appreciate your help.

Regards, Tas


Okay, I've found the answer. Every Captivate video (at least Captivate 4) has a variable called movieXML. After loading a Captivate video in Flex with flash.display.Loader or URLLoader, you can access this variable and extract all the information you need.

Greetings, Tas

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜