<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - flash - 9.0 - flvencoder - FLV_16.html</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T06:42:42</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#85500" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#85499" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#80576" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#79515" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#85500">
		<title>flash/9.0/flvencoder/FLV_16.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#85500</link>
		<description>For those of you who are struggling with the flash video encoder's xml cue point feature:&lt;br /&gt;&lt;br /&gt;Checkout this utility written in ruby called flvtool2.  For those of you with ruby gems already installed you can just do a:&lt;br /&gt;&lt;br /&gt;sudo gem install flvtool2&lt;br /&gt;&lt;br /&gt;otherwise go get yourself so ruby gems and then do it (I guess that was rather obvious). &lt;br /&gt;&lt;br /&gt;Anyways, some guy with a blog did a nice writeup of how to use it:&lt;br /&gt;&lt;br /&gt;http://www.brooksandrus.com/blog/2007/03/18/flvtool2-flash-video-flv-metadata-cue-point-injector-and-cutting-tool/</description>
		<dc:creator>ugrowemweschickm</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-07-06T17:46:02</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#85499">
		<title>flash/9.0/flvencoder/FLV_16.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#85499</link>
		<description>I'm pretty sure that the above DTD is incorrect.  To correct it replace all occurences of #CDATA with #PCDATA. Here's the whole thing:&lt;br /&gt;&lt;br /&gt;&lt;!DOCTYPE FLVCoreCuePoints [&lt;br /&gt;  &lt;!ELEMENT FLVCoreCuePoints    (CuePoint+)&gt;&lt;br /&gt;    &lt;!-- FLVCoreCuePoints is the root element in the XML file and must contain at least one CuePoint element --&gt;&lt;br /&gt;  &lt;!ELEMENT CuePoint    (Time, Type, Name, Parameters?)&gt;&lt;br /&gt;    &lt;!-- CuePoint contains the data for a particular cue point, and must contain one each of&lt;br /&gt;         Time, Type, and Name elements, and may contain one Parameters element --&gt;&lt;br /&gt;  &lt;!ELEMENT Time    (#PCDATA)&gt;&lt;br /&gt;    &lt;!-- Time contains the cue point time as an integer in milliseconds --&gt;&lt;br /&gt;  &lt;!ELEMENT Type    (#PCDATA)&gt;&lt;br /&gt;    &lt;!-- Type contains the cue point type as a case-sensitive string, either &quot;event&quot; or &quot;navigation&quot; --&gt;&lt;br /&gt;  &lt;!ELEMENT Name    (#PCDATA)&gt;&lt;br /&gt;    &lt;!-- Name contains the cue point name as a text string; it also can contain a parameter name when appearing&lt;br /&gt;         inside a Parameter element --&gt;&lt;br /&gt;  &lt;!ELEMENT Parameters    (Parameter+)&gt;&lt;br /&gt;    &lt;!-- Parameters contains the cue point's parameters. It must contain at least one Parameter element --&gt;&lt;br /&gt;  &lt;!ELEMENT Parameter    (Name, Value)&gt;&lt;br /&gt;    &lt;!-- Parameter contains the data for one of a cue point's parameters. It must contain one each of&lt;br /&gt;         Name and Value elements --&gt;&lt;br /&gt;  &lt;!ELEMENT Value    (#PCDATA)&gt;&lt;br /&gt;    &lt;!-- Value contains the value-part of the name-value pair for a cue point parameter --&gt;&lt;br /&gt;]&gt;&lt;br /&gt;&lt;br /&gt;And like the other two posted; despite my xml being valid, the flv encoder still says it's not.&lt;br /&gt;&lt;br /&gt;Here's a reference to where I found an explanation about cdata vs pcdata:&lt;br /&gt;&lt;br /&gt;http://www.stylusstudio.com/xsllist/200311/post90150.html</description>
		<dc:creator>ugrowemweschickm</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-07-06T16:51:55</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#80576">
		<title>flash/9.0/flvencoder/FLV_16.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#80576</link>
		<description>I am having a problem with the XML import file and the software is not giving me any error data.  There are no duplicate cue points, and they are in ascending order, however they all have the same name (but that shouldn't matter since you can use the same name if you manually add cue points).  But when I try to import, it throws an error as if there were a formatting problem when I've checked 10 times and know that the XML is formatted correctly.  The error log does not contain any error data, however if I take out a closing tag or something, it will write to the log file.  But it won't show any error data for the error that I am getting.  This is definitely a bug in the software.  BTW, I'm using an extremely long XML file because we have over a thousand cue points for a 3hour+ video.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-02-11T10:58:01</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#79515">
		<title>flash/9.0/flvencoder/FLV_16.html</title>
		<link>http://livedocs.adobe.com/flash/9.0/flvencoder/FLV_16.html#79515</link>
		<description>I've gotten the errormessage 'The XML file could not be loaded because it is &lt;br /&gt;in an invalid format'... so like I always do I check the xml in FireFox and see &lt;br /&gt;what the culprit is... I fix it and it validates every XML-validator available... but &lt;br /&gt;Flash Video Encoder still throws me the same error... I check if I got the right &lt;br /&gt;file... yes... I change the name of the file... still the same error. Hm... I check &lt;br /&gt;the logfile and it give a detailed explanation of the 'OLD' error.. which is &lt;br /&gt;already corrected by me. So I restart Flash Video Encoder.... I also delete the &lt;br /&gt;ASO-files from within Flash... STILL THE SAME ERROR!!!! Ok... so then I &lt;br /&gt;restarted the computer... checked if everything was fine and I still get the &lt;br /&gt;same error... damn! Adobe... I'm going crazy here! Is this a known bug in &lt;br /&gt;Flash Video Encoder?? Do you guys have a solution? I know I can put in the &lt;br /&gt;cue-points manually but they are too many and I've got them all delivered in &lt;br /&gt;XML.... HELP!!!!</description>
		<dc:creator>ypmits</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-01-15T09:10:26</dc:date>
	</item>
	</rdf:RDF>

