<?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; ActionScript 2</title>
	<atom:link href="http://www.blog.noponies.com/category/flash-8-experiments/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 2 Accordion Menu</title>
		<link>http://www.blog.noponies.com/2008/01/actionscript-2-accordion-menu/</link>
		<comments>http://www.blog.noponies.com/2008/01/actionscript-2-accordion-menu/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 00:31:57 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[accordion menu]]></category>
		<category><![CDATA[window shad]]></category>
		<category><![CDATA[windowshade]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/archives/55</guid>
		<description><![CDATA[This is an ActionScript 2 version of the ActionScript 3 Accordion Menu.
This version is far far less feature complete than the ActionScript 3 version. This version was a &#8220;proof&#8221; of concept if you like of how I would approach making an Accordion Menu, which I then used as conceptual direction when making the ActionScript 3 [...]]]></description>
			<content:encoded><![CDATA[<p>This is an ActionScript 2 version of the ActionScript 3 Accordion Menu.</p>
<p><strong>This version is far far less feature complete than the ActionScript 3 version</strong>. This version was a &#8220;proof&#8221; of concept if you like of how I would approach making an Accordion Menu, which I then used as conceptual direction when making the ActionScript 3 version.</p>
<p>Nevertheless, it is an XML Accordion, but does not support function calls from the XML file. It is also not class based, and instead relies on two fairly simple sections of timeline actionScript to generate its functionality. The two .fla files have good comments and directions on what to edit to make changes to the ActionScript.</p>
<p>If there is demand, I can finish this menu to the level of the ActionScript 3 version.</p>
<p><strong>View Example</strong><br />
Here is an example of the menu;<a href="http://www.noponies.com/dev/as2_accordion/" target="_blank" title="View Example"> http://www.noponies.com/dev/as2_accordion/</a></p>
<p><strong>Source Files</strong><br />
Here are the source files; <a href="http://www.blog.noponies.com/wp-content/uploads/2008/01/accordianas2.zip" title="ActionScript 2 Accordion Menu Source">ActionScript 2 Accordion Menu Source</a></p>
<p><strong>Dependencies</strong><br />
The menu uses <a href="http://code.google.com/p/tweener/" target="_blank" title="Tweener">Tweener.</a> Its an old file, that I have not update to tweenLite.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2008/01/actionscript-2-accordion-menu/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Simple ActionScript 2 XML Gallery</title>
		<link>http://www.blog.noponies.com/2008/01/simple-actionscript-2-xml-gallery/</link>
		<comments>http://www.blog.noponies.com/2008/01/simple-actionscript-2-xml-gallery/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 03:28:04 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[External Images]]></category>
		<category><![CDATA[Scrolling]]></category>
		<category><![CDATA[XML Gallery]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/archives/47</guid>
		<description><![CDATA[Sample Flash file for a very basic bare bones XML gallery with a scrolling thumbnails track, and simple load progress handling. This example is really meant as a basis to build something more elegant and interesting on. In that sense, it provides a skeleton for a site, and it is up to you, as a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">Sample Flash file for a very basic bare bones XML gallery with a scrolling thumbnails track, and simple load progress handling. This example is really meant as a basis to build something more elegant and interesting on. In that sense, it provides a skeleton for a site, and it is up to you, as a user of the file to skin it.</p>
<p style="text-align: left">This file started life as a comparison to an <a href="http://www.blog.noponies.com/archives/16">ActionScript 3</a> implementation of the same idea. The ActionScript 3 version is more elegant and is slightly more flexible.</p>
<p style="text-align: left"><strong>Gallery Features;</strong></p>
<ul>
<li>Horizontal or Vertical Scrolling Thumbs track</li>
<li>External XML Images</li>
<li>Load Progress Handling</li>
<li>Ability to load in different XML files</li>
</ul>
<p style="text-align: left">The source file contains two files, one file has a horizontal image scrolling track, while the other has a vertical images scrolling track.</p>
<p style="text-align: left"><strong>View Example</strong><br />
Example can be viewed here;?Ç¬† <a href="http://www.noponies.com/dev/as2_simple_gallery/" target="_blank">http://www.noponies.com/dev/as2_simple_gallery/</a> (Note, no progress loading implemented)</p>
<p style="text-align: left"><strong>Source Files</strong><br />
Here are the source files; <a href="http://www.blog.noponies.com/wp-content/uploads/2008/01/as2_simple_xml_gallery_v1.zip" title="ActionScript 2 Simple Gallery Files">ActionScript 2 Simple Gallery Files</a></p>
<p style="text-align: left"><strong>Dependencies</strong><br />
File uses <a href="http://www.tweenlite.com" target="_blank" title="TweenLite">TweenLite</a>, for image fading in and out.<br />
Flash 8 or Flash CS3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2008/01/simple-actionscript-2-xml-gallery/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>ActionScript 2 Sliding Images Gallery</title>
		<link>http://www.blog.noponies.com/2008/01/actionscript-2-sliding-images-gallery/</link>
		<comments>http://www.blog.noponies.com/2008/01/actionscript-2-sliding-images-gallery/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 23:07:28 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[Sliding Images]]></category>
		<category><![CDATA[XML Gallery]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/archives/42</guid>
		<description><![CDATA[This file is a demo of a sliding images gallery, as used on my work site, http://www.thereformation.co.nz.
Basically images are loaded sequentially from an XML file into a movieClip, which is dynamically masked and then tweened. The gallery has support for text descriptions and also creates a dynamic image numbers navigation system which updates itself based [...]]]></description>
			<content:encoded><![CDATA[<p align="left">This file is a demo of a sliding images gallery, as used on my work site, <a href="http://www.thereformation.co.nz" target="_blank" title="View Site">http://www.thereformation.co.nz</a>.</p>
<p align="left">Basically images are loaded sequentially from an XML file into a movieClip, which is dynamically masked and then tweened. The gallery has support for text descriptions and also creates a dynamic image numbers navigation system which updates itself based off how many images you happen to load in. All text is CSS styled.</p>
<p align="left">Contained in the .zip file are a Flash CS3 and Flash 8 source file, XML files, sample images, the tweenFilterLite class and the font used in the project.</p>
<p align="left"><strong>Updates</strong><br />
09 June, 2008. File now supports multiple XML files</p>
<p align="left"><strong>View Example</strong><br />
View an example of the project here; <a href="http://noponies.com/dev/slideimages/" title="View Example">http://noponies.com/dev/slideimages/</a> (no preloader, 36k file size)</p>
<p align="left"><strong>Source Files</strong><br />
Grab source files here; <a href="http://www.blog.noponies.com/wp-content/uploads/slideimages_1.zip" title="Sliding Images Gallery Source">Sliding Images Gallery Source</a></p>
<p align="left"><strong>Dependencies</strong><br />
TweenFilterLite <a href="http://www.tweenlite.com">http://www.tweenlite.com</a><br />
Flash CS3 or Flash 8</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2008/01/actionscript-2-sliding-images-gallery/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>ActionScript 2 ToolTip Class</title>
		<link>http://www.blog.noponies.com/2008/01/actionscript-2-tooltip-class/</link>
		<comments>http://www.blog.noponies.com/2008/01/actionscript-2-tooltip-class/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 00:07:29 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/archives/29</guid>
		<description><![CDATA[Simple ToolTip Class based off Lee Brimelow&#8217;s?Ç¬†http://theflashblog.com/?p=16?Ç¬†old ToolTip class.
I extended this as an exercise when helping out a poster on the?Ç¬†Kirupa.com?Ç¬†forums. I&#8217;ve added in support for a dropShadow beneath the tooltip. Support for different amounts of text ( the toolTip is still single lined, but it expands depending on text amount). And support for detecting [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">Simple ToolTip Class based off Lee Brimelow&#8217;s?Ç¬†<a href="http://theflashblog.com/?p=16">http://theflashblog.com/?p=16</a>?Ç¬†old ToolTip class.</p>
<p style="text-align: left">I extended this as an exercise when helping out a poster on the?Ç¬†<a href="http://www.kirupa.com">Kirupa.com</a>?Ç¬†forums. I&#8217;ve added in support for a dropShadow beneath the tooltip. Support for different amounts of text ( the toolTip is still single lined, but it expands depending on text amount). And support for detecting the edge of the stage, so that the toolTip will flip horizontally if it would end up being displayed off the right hand edge of the stage, thus becoming unusable.</p>
<p><strong>View Example</strong><br />
Here is an example;?Ç¬†<a href="http://www.noponies.com/dev/tooltip/">http://www.noponies.com/dev/tooltip/</a><br />
<strong>Source Files</strong><br />
Here are the source files;?Ç¬†<a href="http://www.blog.noponies.com/wp-content/uploads/2008/01/tooltipas.zip" title="ToolTip Source files">ToolTip Source files</a><br />
<strong>Dependencies</strong><br />
Flash 8 or CS3</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2008/01/actionscript-2-tooltip-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 2 Full Browser Flash Sites &#8211; Video Tutorials</title>
		<link>http://www.blog.noponies.com/2008/01/actionscript-2-full-browser-flash-sites-video-tutorials/</link>
		<comments>http://www.blog.noponies.com/2008/01/actionscript-2-full-browser-flash-sites-video-tutorials/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 21:09:49 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[listeners]]></category>
		<category><![CDATA[video tutorials]]></category>

		<guid isPermaLink="false">http://www.blog.noponies.com/archives/26</guid>
		<description><![CDATA[Two basic video tutorials and?Ç¬†associated?Ç¬†support files that take you through the steps for creating full browser Flash sites.
Tutorial One &#8211; Publish Settings (7 mins)
Publish Settings &#8211; Step by step guide for setting the correct publishing settings in Flash 8 for full web browser Flash sites.
Source Files &#8211; Contain Video Tuts and Fla&#8217;s
Here are the source [...]]]></description>
			<content:encoded><![CDATA[<p>Two basic video tutorials and?Ç¬†associated?Ç¬†support files that take you through the steps for creating full browser Flash sites.</p>
<h6>Tutorial One &#8211; Publish Settings (7 mins)</h6>
<p>Publish Settings &#8211; Step by step guide for setting the correct publishing settings in Flash 8 for full web browser Flash sites.</p>
<h6>Source Files &#8211; Contain Video Tuts and Fla&#8217;s</h6>
<p>Here are the source files; ?Ç¬†<a href="http://www.blog.noponies.com/wp-content/uploads/2008/01/01_publishsettings.zip">01_publishsettings.zip</a></p>
<h6>Tutorial Two &#8211; Responding to Stage Size (24 mins)</h6>
<p>Step by step demonstration for creating a stage listener that will move content around based on the width and height of the stage size.</p>
<h6>Source Files</h6>
<p>Here are the source files; ?Ç¬†<a href="http://www.blog.noponies.com/wp-content/uploads/2008/01/02_respondscale.zip">02_respondscale.zip</a></p>
<h6>Dependencies</h6>
<p>Quicktime 7+ or h264 capable movie viewer<br />
Flash 8<br />
Watch out for the bad porn sound in the tuts, had the microphone up a little high&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.noponies.com/2008/01/actionscript-2-full-browser-flash-sites-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
