<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating FLV cuepoint thumbnails using the Bitmap and BitmapData classes</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-6368</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-6368</guid>
		<description>I too need to create thumbnails for PDF, DOC, other files (besides images)...  please help!  thanks in advance!</description>
		<content:encoded><![CDATA[<p>I too need to create thumbnails for PDF, DOC, other files (besides images)&#8230;  please help!  thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nisanth</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-5934</link>
		<dc:creator>nisanth</dc:creator>
		<pubDate>Mon, 05 Oct 2009 19:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-5934</guid>
		<description>hi , i want to put videos and pdf/doc files in the tilelist , and when i put it inside th tilelist i wanted the thumbnail image of the respective file to be displayed , can anyone help me out.
thank you</description>
		<content:encoded><![CDATA[<p>hi , i want to put videos and pdf/doc files in the tilelist , and when i put it inside th tilelist i wanted the thumbnail image of the respective file to be displayed , can anyone help me out.<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rk</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-257</link>
		<dc:creator>rk</dc:creator>
		<pubDate>Tue, 02 Jun 2009 19:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-257</guid>
		<description>hey herve i m facing the same problem but i didnt understand wat u did,sry but i m new to flex3 ,so plz can u provide ur mxml file.
thank u</description>
		<content:encoded><![CDATA[<p>hey herve i m facing the same problem but i didnt understand wat u did,sry but i m new to flex3 ,so plz can u provide ur mxml file.<br />
thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: herve</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-258</link>
		<dc:creator>herve</dc:creator>
		<pubDate>Tue, 30 Dec 2008 05:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-258</guid>
		<description>I&#039;m getting similar results, I lose the images when I scroll. The only workaround I could find is to bind the images to {new Bitmap(data.bm.bitmapData.clone())}. That fixed it but I&#039;m sure its a waste of memory.

My configuration:
flex builder 3, flex 3.2 sdk, flash player 10</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting similar results, I lose the images when I scroll. The only workaround I could find is to bind the images to {new Bitmap(data.bm.bitmapData.clone())}. That fixed it but I&#8217;m sure its a waste of memory.</p>
<p>My configuration:<br />
flex builder 3, flex 3.2 sdk, flash player 10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-255</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Tue, 04 Nov 2008 15:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-255</guid>
		<description>geoff,

I&#039;m not seeing the images disappear when i scroll the page (or scroll the tile list).
Which version of Flash Player are you using? http://blog.flexexamples.com/about-you/

Peter</description>
		<content:encoded><![CDATA[<p>geoff,</p>
<p>I&#8217;m not seeing the images disappear when i scroll the page (or scroll the tile list).<br />
Which version of Flash Player are you using? <a href="http://blog.flexexamples.com/about-you/" rel="nofollow">http://blog.flexexamples.com/about-you/</a></p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-256</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Tue, 04 Nov 2008 14:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-256</guid>
		<description>When I scroll up and down it looses the images

this example

http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/

looses the images as well.


I am using Flex 3. I am looking for away to have hundreds of images in the tilelist ( nor from files) and scrolling up and down wont loose the images

any idea folks. I am pulling my hair out!</description>
		<content:encoded><![CDATA[<p>When I scroll up and down it looses the images</p>
<p>this example</p>
<p><a href="http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/" rel="nofollow">http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/</a></p>
<p>looses the images as well.</p>
<p>I am using Flex 3. I am looking for away to have hundreds of images in the tilelist ( nor from files) and scrolling up and down wont loose the images</p>
<p>any idea folks. I am pulling my hair out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robinson</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-253</link>
		<dc:creator>robinson</dc:creator>
		<pubDate>Tue, 15 Jul 2008 03:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-253</guid>
		<description>Until now I’ve been using Captionate by Burak in order to work with flash video and cue points:

http://www.flash-video-soft.com/flash-video-mx-sdk/

Now the Flash 8 Video Encoder enables you to embed more metadata such as cue points, which I think is a fantastic feature.</description>
		<content:encoded><![CDATA[<p>Until now I’ve been using Captionate by Burak in order to work with flash video and cue points:</p>
<p><a href="http://www.flash-video-soft.com/flash-video-mx-sdk/" rel="nofollow">http://www.flash-video-soft.com/flash-video-mx-sdk/</a></p>
<p>Now the Flash 8 Video Encoder enables you to embed more metadata such as cue points, which I think is a fantastic feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mermaidbbpp</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-254</link>
		<dc:creator>Mermaidbbpp</dc:creator>
		<pubDate>Fri, 20 Jun 2008 08:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-254</guid>
		<description>Here I have a guide on how to add subtitles to videos with cuepoint. Maybe it&#039;s also helpful.
The site is http://www.video-to-flash.com/add_watermark/.</description>
		<content:encoded><![CDATA[<p>Here I have a guide on how to add subtitles to videos with cuepoint. Maybe it&#8217;s also helpful.<br />
The site is <a href="http://www.video-to-flash.com/add_watermark/" rel="nofollow">http://www.video-to-flash.com/add_watermark/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: razor7</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-252</link>
		<dc:creator>razor7</dc:creator>
		<pubDate>Thu, 06 Dec 2007 14:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-252</guid>
		<description>Hello. i have tryed you sample and works great, so i decided to include it in my app but there is a problem.

I have created a custom component based on the tile list, and another custom component based on the HBox for the item renderer. The error arraises when I scroll up and down with my mouse weel the imges get lost...if i scroll the tileList custom component with the handlers, there is no problem.

Any idea?

I´m using flex builder 3 and air b2.

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hello. i have tryed you sample and works great, so i decided to include it in my app but there is a problem.</p>
<p>I have created a custom component based on the tile list, and another custom component based on the HBox for the item renderer. The error arraises when I scroll up and down with my mouse weel the imges get lost&#8230;if i scroll the tileList custom component with the handlers, there is no problem.</p>
<p>Any idea?</p>
<p>I´m using flex builder 3 and air b2.</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/comment-page-1/#comment-250</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Sun, 09 Sep 2007 01:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/03/creating-flv-cuepoint-thumbnails-using-the-bitmap-and-bitmapdata-classes/#comment-250</guid>
		<description>ilanb,

Sorry, I don&#039;t have any experience with FMS, so I don&#039;t think I can offer any useful advice. Although, I did find the following URLs while searching for Flex FMS:

&lt;a href=&quot;http://www.flash-communications.net/technotes/fms2/flex2FMS/index.html&quot; rel=&quot;nofollow&quot;&gt;http://www.flash-communications.net/technotes/fms2/flex2FMS/index.html&lt;/a&gt;
&lt;a href=&quot;http://livedocs.adobe.com/labs/flex/3/html/controls_015_20.html&quot; rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/labs/flex/3/html/controls_015_20.html&lt;/a&gt;

Hopefully that helps,

Peter</description>
		<content:encoded><![CDATA[<p>ilanb,</p>
<p>Sorry, I don&#8217;t have any experience with FMS, so I don&#8217;t think I can offer any useful advice. Although, I did find the following URLs while searching for Flex FMS:</p>
<p><a href="http://www.flash-communications.net/technotes/fms2/flex2FMS/index.html" rel="nofollow">http://www.flash-communications.net/technotes/fms2/flex2FMS/index.html</a><br />
<a href="http://livedocs.adobe.com/labs/flex/3/html/controls_015_20.html" rel="nofollow">http://livedocs.adobe.com/labs/flex/3/html/controls_015_20.html</a></p>
<p>Hopefully that helps,</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
