<?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>noponies &#187; Donator File</title>
	<atom:link href="http://www.blog.noponies.com/category/flash-experiments/donator-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.noponies.com</link>
	<description>I want a pony for xmas! Flash, ActionScript, Drawing, Code, Illustration from New Zealand.</description>
	<lastBuildDate>Mon, 12 Jul 2010 10:37:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ActionScript 3 Scrolling Text Class</title>
		<link>http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/</link>
		<comments>http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 21:35:02 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Donator File]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[blur scroller]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[external text]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[mac mouse wheel]]></category>
		<category><![CDATA[scrolling text]]></category>
		<category><![CDATA[text scroller]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=111</guid>
		<description><![CDATA[The NpTextScroller Class is a ActionScript 3 Implementation of scrolling text. Similar to the NpScrollingPanel Class.
The class supports scrolling via the provided scrollBar, keyboard (UP and DOWN arrows) or via the mouse wheel. I&#8217;ve also included and added in support for the mouse wheel on Macs. That support is courtesy of the great class provided [...]]]></description>
			<content:encoded><![CDATA[<p align="left">The NpTextScroller Class is a ActionScript 3 Implementation of scrolling text. Similar to the NpScrollingPanel Class.</p>
<p align="left">The class supports scrolling via the provided scrollBar, keyboard (UP and DOWN arrows) or via the mouse wheel. I&#8217;ve also included and added in support for the mouse wheel on Macs. That support is courtesy of the great class provided by <a href="http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x">pixelbreaker</a>. The class is scrollRect based. I chose a scrollRect for a performance gain it offers when scrolling text. The downside in this implementation is that when you are blur scrolling the text, the top and bottom of the rect tends to look blurred as well. </p>
<p>The Class uses an enterframe for it&#8217;s scrolling, rather than a tween engine. The enterframe events are always removed when scrolling etc stops.</p>
<p>I have not tested this on a PC, so let me know if it has issues. I think Safari might have an issue with it, judging by some of the comments from pixel breakers blog posts.</p>
<p align="left"><strong>Class Features</strong></p>
<ul>
<li> Scroll Y</li>
<li> Either CSS or TextFormat Styles for text</li>
<li> Supports HTML text</li>
<li> Scroll via MouseWheel, Keyboard, Slider Bar</li>
<li> Selectively choose what listeners to add, or remove</li>
<li> Slider Bar is fully configurable</li>
<li> Slider Bar auto hides if there is not enough text to scroll</li>
<li> Use custom asset for Slider Bar Drag Handle</li>
<li> Append text</li>
<li> Replace  text at runtime</li>
<li> Scroll programatically to particular points</li>
<li> Control blurring amounts</li>
<li> Control scroll speed and easing</li>
</ul>
<p align="left"><strong>View Example</strong><br />
Here is an example. It&#8217;s using external text, with the left hand text block controlled via a TextFormat Object and an embedded font. The right is controlled via an external CSS StyleSheet, using Arial. Clicking the &#8220;load new text&#8221; button swaps the right hand block of text to a TextFormat Object.; <a href="http://www.noponies.com/dev/as3_textscroller/" target="_blank">http://www.noponies.com/dev/as3_textscroller/</a></p>
<p align="left"><strong>Source Files</strong><br />
Donator only file!
</p>
<p align="left"><strong>Dependencies</strong><br />
The .fla&#8217;s use the Memory and Framerate monitoring component from Grant Skinner, which you can get here: <a href="http://www.gskinner.com/blog/archives/2008/04/simple_componen.html">http://www.gskinner.com/blog/archives/2008/04/simple_componen.html</a>, But, simply delete this out, for a production use.<br />
Mac MouseWheel Scrolling  <a href="http://blog.pixelbreaker.com/flash/as30-mousewheel-on-mac-os-x">pixelbreaker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 Accordion Content</title>
		<link>http://www.blog.noponies.com/2008/07/actionscript-3-accordion-content-menu/</link>
		<comments>http://www.blog.noponies.com/2008/07/actionscript-3-accordion-content-menu/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 05:29:48 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Donator File]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[accordion menu]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Functions in XML]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[vertical]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=107</guid>
		<description><![CDATA[ActionScript 3 Vertical &#038; Horizontal Accordion Menu with support for columns of content.
This example extends and supersedes an earlier version of this file I wrote about a year ago. I always wanted to make a horizontal version and extend the class, making it more flexible and useful to people.
As was the previous menu, this menu [...]]]></description>
			<content:encoded><![CDATA[<p align="left">ActionScript 3 Vertical &#038; Horizontal Accordion Menu with support for columns of content.</p>
<p align="left">This example extends and supersedes an earlier version of this file I wrote about a year ago. I always wanted to make a horizontal version and extend the class, making it more flexible and useful to people.</p>
<p align="left">As was the previous menu, this menu is a Class based ActionScript 3 Accordion Menu, with either a rollOver/RollOff activation scheme for a onRelease activation scheme. I also added in a better extended event class which allows you to control, or respond to all menu activity via events.</p>
<p style="text-align: left;"><strong>Class Features</strong>
<ul>
<li>Vertical or Horizontal Menu Orientation</li>
<li>Visible or invisible Menu Bar</li>
<li>Supports parsing functions passed to each menu item</li>
<li>Custom Menu Bar Assets</li>
<li>Option for persistent Menu Panels</li>
<li>Menu Spacing</li>
<li>Menu text position</li>
<li>MenuBar colour / RollOver/Off colour</li>
<li>Menu text format</li>
<li>Menu tween speed</li>
<li>Menu easing type</li>
<li>MenuBar width, height, visibility</li>
<li>Menu Click behaviour</li>
<li>Disable / Enable Menu</li>
<li>Open Particular Panels</li>
<li>Menu attributes are applicable on a per menu item basis</li>
<li>etc, etc.</li>
</ul>
<p align="left"><strong>View Example</strong><br /><a href="http://noponies.com/dev/as3_accordion/">http://noponies.com/dev/as3_accordion/</a></p>
<p style="text-align: left;"><strong>Source Files</strong><br />
Donator only file!<br />
If you want a less capable version of this file, you can download this; <a href="http://www.blog.noponies.com/archives/39">http://www.blog.noponies.com/archives/39</a></p>
<p style="text-align: left;"><strong>Dependencies</strong><br />
TweenLite &#8211; <a href="http://www.tweenlite.com">http://www.tweenlite.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2008/07/actionscript-3-accordion-content-menu/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 Full Browser Background Video</title>
		<link>http://www.blog.noponies.com/2008/04/actionscript-3-full-browser-background-video-beta/</link>
		<comments>http://www.blog.noponies.com/2008/04/actionscript-3-full-browser-background-video-beta/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 04:17:17 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Donator File]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Full Screen]]></category>
		<category><![CDATA[FullBrowser Video]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/?p=85</guid>
		<description><![CDATA[An Full Browser Background Video Demonstration
Supports either progressive or streaming video and audio (AAC) files (streaming tested using Red 5 and FMS). The demo consists of 3 classes, the main NpVideoProvider Class handles acquiring video, a NetConnect Class handles all netConnection duties, and an event class handles all the necessary events. Originally I wrote a [...]]]></description>
			<content:encoded><![CDATA[<p align="left">An Full Browser Background Video Demonstration</p>
<p align="left">Supports either progressive or streaming video and audio (AAC) files (streaming tested using Red 5 and FMS). The demo consists of 3 classes, the main NpVideoProvider Class handles acquiring video, a NetConnect Class handles all netConnection duties, and an event class handles all the necessary events. Originally I wrote a class to handle testing BandWidth on streaming servers, but I didn&#8217;t think people would want that. If I&#8217;m wrong, I can add that functionality back in?</p>
<p align="left">Class allows for loading in seperate files. So it would be pretty simple to turn this into a video slideshow. Class also, dispatches progress events along with events for each relevant netStatus event.</p>
<p><strong>Class Features. </strong></p>
<ul> External Video files.<br />
Either .flv, or .mp4 (h264), f4v, m4a (AAC), m4v,  files.<br />
Get / Set  video looping.<br />
Dispatches Progress events.<br />
Get / Set  a load point at which point video plays.<br />
Get / Set video source files.<br />
Play, Stop, Pause Methods.<br />
Get / Set Seek Points.<br />
Get / Set Sound volume.<br />
Get / Set  Sound Pan.<br />
Get / Set  Video Smoothing.<br />
Get Video MetaData.<br />
Get Video CuePoints.<br />
Get Video XMP Data.<br />
Get Video Image Data.<br />
Get Video Text Data.<br />
Definable Min scale size at which point the videos are clipped.<br />
Supports FullScreen Events.</ul>
<p align="left">The demo contains two examples, one similar to what is online and one much more basic version. When I have time I&#8217;ll finish off a 3rd demo for using the NpVideoProvider Class as the base for a FLV player.</p>
<p align="left"><strong>Updates</strong>11 Oct 2008: Renamed a property. Updated help files, updated demo files to more clearly show how to avoid stretching your video files.</p>
<p align="left">08 December 2008: Added in support for f4v files, by adding in callback handlers for XMP, text and Image Data. The demos have been updated to demonstrate pulling in cover art from both a video and AAC audio source using the NpVideoProvider Class. The class is at Revision 1.1 now.</p>
<p align="left">In this demo, I&#8217;m also using a tiled Background class, as a pattern overlay. This decreases performance notably. There is an option to turn this off in the demo.</p>
<p align="left"><strong>View Example</strong><br />
Here is an example; <a href="http://www.noponies.com/dev/as3_fullscreen_bg_vid/">http://www.noponies.com/dev/as3_fullscreen_bg_vid/</a></p>
<p align="left"><strong>Source Files</strong><br />
Donate if you want these source files</p>
<p align="left"><strong>Dependencies<br />
</strong>None.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2008/04/actionscript-3-full-browser-background-video-beta/feed/</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
	</channel>
</rss>
