-
1. Re: TLF and FLVPlayback captioning
Jin-Huang Apr 19, 2011 1:33 AM (in response to eparis1)I guess you are using Flash pro, right?
Firstly, *no video or captions* is because you put incorrect tags or componets in TLF.
Definitely, TLF cannot recognize timed text. It can parse string or TLF xml (you need to see some reference).
Are you sure the classic textfield recongnize timed text? I don't think so.
-
2. Re: TLF and FLVPlayback captioning
Jin-Huang Apr 19, 2011 1:35 AM (in response to eparis1)Can I have a look at what you inserted into the classic or TLF textfield?
-
3. Re: TLF and FLVPlayback captioning
eparis1 Apr 19, 2011 7:04 AM (in response to Jin-Huang)If TLF doesn't support timed text, then it would make sense but classic definitely does as I got it to work by choosing the classic textbox instance name in the 'target' area in the FLVPlaybackcaptioning component. below is the xml that works with classic but doesn't with TLF:
<?xml version="1.0" encoding="UTF-8"?>
<tt xmlns="http://www.w3.org/2006/04/ttaf1" xmlns:tts="http://www.w3.org/2006/04/ttaf1#styling">
<head>
<styling>
<style id="1"
tts:textAlign="right"
/>
</styling>
</head>
<body>
<div dir="rtl" xml:lang="he">
<p begin="00:00:00.0" end="00:00:02.9" style="1">שלט) ברוכים הבאים לטקס סיום שנת הלימודים תשי"א 1951 </p>
<p begin="00:00:03.0" end="00:00:08.0" style="1">להחזיק! להחזיק! ל-ה-ח-ז-י-ק... אמרתי לכם להחזיןק!</p>
<p begin="00:00:11.0" end="00:00:18.0" style="1">(שיר)</p>
<p begin="00:00:19.0" end="00:00:26.9" style="1"> ם להרים! טוב מאוד. עכשיו שני ילדים בבקשה. בואו והחזיקו את העמוד הזה</p>
<p begin="00:00:27.0" end="00:00:30.9" style="1"> אמרתי רק שני ילדים, לא כולם.</p>
<p begin="00:00:31.0" end="00:00:48.9" style="1">(שיר)</p>
</div>
</body>
</tt>
Also, I'm using pro CS5 Thanks. -
4. Re: TLF and FLVPlayback captioning
Jin-Huang Apr 19, 2011 9:12 AM (in response to eparis1)In my first reply, I thought you set timed text markup directly into classic and TLF textfield.
After seeing your recent reply, I think you may need to post the question onto the sub-forum that focus on FLVPlayback to make sure TLF cannot be the target.


