<?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: ActionScript 3 XML Accordion Menu</title>
	<atom:link href="http://www.blog.noponies.com/2008/01/actionscript-3-xml-accordion-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.noponies.com/2008/01/actionscript-3-xml-accordion-menu/</link>
	<description>I want a pony for xmas! Flash, ActionScript, Drawing, Code, Illustration from New Zealand.</description>
	<lastBuildDate>Mon, 15 Aug 2011 13:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Matin</title>
		<link>http://www.blog.noponies.com/2008/01/actionscript-3-xml-accordion-menu/comment-page-2/#comment-14964</link>
		<dc:creator>Matin</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/archives/39#comment-14964</guid>
		<description>Hi Dale.
i cant load the as3Accord.swf as extern file.

mport flash.net.URLRequest;
var request:URLRequest = new URLRequest(&quot;as3Accord.swf&quot;);
var loader:Loader = new Loader()
loader.load(request);
addChild(loader);

i get the message

TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht m?ɬ?glich.
	at as3Accord()



please Help me

big thxs</description>
		<content:encoded><![CDATA[<p>Hi Dale.<br />
i cant load the as3Accord.swf as extern file.</p>
<p>mport flash.net.URLRequest;<br />
var request:URLRequest = new URLRequest(&#8220;as3Accord.swf&#8221;);<br />
var loader:Loader = new Loader()<br />
loader.load(request);<br />
addChild(loader);</p>
<p>i get the message</p>
<p>TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht m?ɬ?glich.<br />
	at as3Accord()</p>
<p>please Help me</p>
<p>big thxs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matin</title>
		<link>http://www.blog.noponies.com/2008/01/actionscript-3-xml-accordion-menu/comment-page-2/#comment-14963</link>
		<dc:creator>Matin</dc:creator>
		<pubDate>Wed, 19 Aug 2009 14:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/archives/39#comment-14963</guid>
		<description>Hi Dale,
iam so happy to learn over your script AS3 very fast.

Can you help me. First i want to let the Bar blue if i klick and how can i set the black bar as full stage width?

Please help me. 

Big Thanks from Germany</description>
		<content:encoded><![CDATA[<p>Hi Dale,<br />
iam so happy to learn over your script AS3 very fast.</p>
<p>Can you help me. First i want to let the Bar blue if i klick and how can i set the black bar as full stage width?</p>
<p>Please help me. </p>
<p>Big Thanks from Germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.blog.noponies.com/2008/01/actionscript-3-xml-accordion-menu/comment-page-2/#comment-14875</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/archives/39#comment-14875</guid>
		<description>Hi, no, there is no api for that. You would have to add it in manually.</description>
		<content:encoded><![CDATA[<p>Hi, no, there is no api for that. You would have to add it in manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lionel</title>
		<link>http://www.blog.noponies.com/2008/01/actionscript-3-xml-accordion-menu/comment-page-2/#comment-14871</link>
		<dc:creator>Lionel</dc:creator>
		<pubDate>Sat, 25 Jul 2009 10:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/archives/39#comment-14871</guid>
		<description>Hello

thank you for sharing this script,
is there a way to change the menubars to images?
Thanks</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>thank you for sharing this script,<br />
is there a way to change the menubars to images?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomie</title>
		<link>http://www.blog.noponies.com/2008/01/actionscript-3-xml-accordion-menu/comment-page-2/#comment-12634</link>
		<dc:creator>Tomie</dc:creator>
		<pubDate>Tue, 09 Jun 2009 06:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/archives/39#comment-12634</guid>
		<description>Hi Dale,
great script and thank you for sharing.
I have managed to change the visuals a lot to suit my needs and managed to load external SWFs but is there a way to anchor the menu from the bottom? So instead of pushing down the bars is there a way to push them up? Expand up instead of expanding down...
I thought it might be in the &quot;mouseClickHandler&quot; but nothing seems to work...
Please give us a hand...
thank you</description>
		<content:encoded><![CDATA[<p>Hi Dale,<br />
great script and thank you for sharing.<br />
I have managed to change the visuals a lot to suit my needs and managed to load external SWFs but is there a way to anchor the menu from the bottom? So instead of pushing down the bars is there a way to push them up? Expand up instead of expanding down&#8230;<br />
I thought it might be in the &#8220;mouseClickHandler&#8221; but nothing seems to work&#8230;<br />
Please give us a hand&#8230;<br />
thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

