<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dreaming in Flash &#187; Components</title>
	<atom:link href="http://www.dreaminginflash.com/category/components/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreaminginflash.com</link>
	<description>There is no universally agreed-upon biological definition of dreaming</description>
	<lastBuildDate>Mon, 12 Jul 2010 15:22:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom MovieClip ScrollBar</title>
		<link>http://www.dreaminginflash.com/2008/10/28/custom-movieclip-scrollbar/</link>
		<comments>http://www.dreaminginflash.com/2008/10/28/custom-movieclip-scrollbar/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 01:13:10 +0000</pubDate>
		<dc:creator>Ivan Valadares</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Components]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=192</guid>
		<description><![CDATA[Itâ€™s a really easy to modify this vertical scrollbar. Use and Abuse!
Example
Source Zip

]]></description>
			<content:encoded><![CDATA[<p>Itâ€™s a really easy to modify this vertical scrollbar. Use and Abuse!</p>
<p><a href='http://www.dreaminginflash.com/wp-content/uploads/2008/10/main.swf'>Example</a><br />
<a href='http://www.dreaminginflash.com/wp-content/uploads/2008/10/scrollbar1.zip'>Source Zip</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/10/28/custom-movieclip-scrollbar/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Image Sequencer</title>
		<link>http://www.dreaminginflash.com/2008/03/06/image-sequencer/</link>
		<comments>http://www.dreaminginflash.com/2008/03/06/image-sequencer/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 20:46:32 +0000</pubDate>
		<dc:creator>Ivan Valadares</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Demo]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/03/06/image-sequencer/</guid>
		<description><![CDATA[To solve the problem of the image sequence I already know the solution, some time ago me and Pedro did something like this. This time I made two different versions, a class version (project in flex 3) and a component to flash cs3. With this solution, you can keep your images outside the project and [...]]]></description>
			<content:encoded><![CDATA[<p>To solve the problem of the image sequence I already know the solution, some time ago me and Pedro did something like this. This time I made two different versions, a class version (project in flex 3) and a component to flash cs3. With this solution, you can keep your images outside the project and manipulate them like a movieClip.</p>
<p>Arguments and Parameters</p>
<p>folder -> images folder.<br />
filename -> first part of filename (ex: image1.jpg ), it should be "image".<br />
type -> extension of the filename (jpg,png).<br />
startImageNum-> first image number.<br />
endImageNum->last Image numer.</p>
<p>For the class (ImageSequencer.as) version use:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="100" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=100&file=index.php&ftf=true&postID=106&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="100" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=100&file=index.php&ftf=true&postID=106&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>For the component version:<br />
Run â€œImageSequencer.xmpâ€ to install component. Run flash cs3, go to Windows > Components > Standard Components, drag ImageSequencer to the stage and fill the Parameters.</p>
<p>Methods,Events,Properties:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="250" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=250&file=index.php&ftf=true&postID=106&no=1&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="250" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=250&file=index.php&ftf=true&postID=106&no=1&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p><a href='http://www.dreaminginflash.com/wp-content/uploads/2008/03/imagesequencer_flash-component.zip' title='Flash Component'>Flash Component and Example</a><br />
<a href='http://www.dreaminginflash.com/wp-content/uploads/2008/03/imagesequencer.zip' title='Class File and Example'>Class File and Example</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/03/06/image-sequencer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Customized actions for FLVPlayback Component</title>
		<link>http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/</link>
		<comments>http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 10:57:30 +0000</pubDate>
		<dc:creator>ruffy</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WorkAround]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/</guid>
		<description><![CDATA[If you need a standard flash videoplayer, then the FLVPlayback component is the right thing for you.
Just create a new FLA and drag&#38;drop a FVLPlayback component from the components library into a movieclip in your library, export it for actionscript and compile the SWC.
All the functionallity stuff is already handled by adobe. But that's where [...]]]></description>
			<content:encoded><![CDATA[<p>If you need a standard flash videoplayer, then the FLVPlayback component is the right thing for you.</p>
<p class="MsoNormal"><span lang="FR-CH">Just create a new FLA and drag&amp;drop a FVLPlayback component from the components library into a movieclip in your<o:p></o:p> library, export it for actionscript and compile the SWC.<o:p></o:p></span></p>
<p class="MsoNormal">All the functionallity stuff is already handled by adobe. <span lang="FR-CH">But that's where I got stuck for quite some<o:p></o:p></span><br />
time. I needed a player, that used the forwardButton and backButton for switching the videos (and not seeking forward and back).</p>
<p class="MsoNormal"><span lang="FR-CH">The answer was really simple: Just override the functions once the component loaded its skin:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="FR-CH"><o:p><br />
</o:p></span><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="250" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=250&file=index.php&ftf=true&postID=73&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="250" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=250&file=index.php&ftf=true&postID=73&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/01/22/customized-actions-for-flvplayback-component/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Minimal component set</title>
		<link>http://www.dreaminginflash.com/2008/01/17/minimal-component-set/</link>
		<comments>http://www.dreaminginflash.com/2008/01/17/minimal-component-set/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 08:36:55 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Components]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/01/17/minimal-component-set/</guid>
		<description><![CDATA[So I set out to find and easier of doing things and found it over at Keith Peters bit-101, it's best two features that will save you the hassle of always having to create...]]></description>
			<content:encoded><![CDATA[<p>I've been doing a lot of forms lately and that, as you most likely know, it's hard boring work. Always fighting your way through components and the woes of skins.</p>
<p>So I set out to find and easier of doing things and found it over at Keith Peters blog <a href="http://www.bit-101.com/" target="_blank" title="bit-101">bit-101</a>, it's best two features that will save you the hassle of always having to create component, addChild, set x position, set y position, you can do it all in one line. Components that fire events such as click or change, also take a fourth parameter of defaultHandler and that also saves the addEventListener.</p>
<p>So be sure to check them out at: <a href="http://www.bit-101.com/blog/?p=1126" target="_blank" title="Minimal component set - Bit-101">bit-101 blog</a> or download source <a href="http://www.bit-101.com/minimalcomps/" target="_blank" title="Minimal component set - source">here</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/01/17/minimal-component-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
