<?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: Website with ActionScript 3</title>
	<atom:link href="http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Dec 2009 09:54:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hugo</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-21516</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Mon, 28 Sep 2009 06:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-21516</guid>
		<description>Hi
I did the tutorial and everything works fine but the problem it&#039;s when I load a new swf
TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at lafogata_fla::MainTimeline/frame1()</description>
		<content:encoded><![CDATA[<p>Hi<br />
I did the tutorial and everything works fine but the problem it&#8217;s when I load a new swf<br />
TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at lafogata_fla::MainTimeline/frame1()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-17781</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Mon, 07 Sep 2009 02:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-17781</guid>
		<description>Hi,this is great tutorial..and i wonna thanks for this..but i must ask hoe to implement in your code something to disable button when its cliked..it is litle annoying to every time you click on the button the swf loaded again :))

tnx in advance :)))</description>
		<content:encoded><![CDATA[<p>Hi,this is great tutorial..and i wonna thanks for this..but i must ask hoe to implement in your code something to disable button when its cliked..it is litle annoying to every time you click on the button the swf loaded again <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>tnx in advance <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-13205</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Sun, 02 Aug 2009 15:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-13205</guid>
		<description>I&#039;m attempting to use this code in a existing project and found a couple of things that fall short, or perhaps there&#039;s something that I&#039;ve not added to fix it (?)  I&#039;m new to flash design.  And this is ALMOST exactly what I need and I really do appreciated it.

1)  Apparently the BUTTON can&#039;t have dynamic text and can not be an animated movie clip.  (having a tween applied anyhow)

2)  I can&#039;t control which layer the loader loads the movie into.  I&#039;d like it to be under a mask.

Am I wrong about these assumptions?  Is there a fix in the code that would allow this?

Any Help would really be appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m attempting to use this code in a existing project and found a couple of things that fall short, or perhaps there&#8217;s something that I&#8217;ve not added to fix it (?)  I&#8217;m new to flash design.  And this is ALMOST exactly what I need and I really do appreciated it.</p>
<p>1)  Apparently the BUTTON can&#8217;t have dynamic text and can not be an animated movie clip.  (having a tween applied anyhow)</p>
<p>2)  I can&#8217;t control which layer the loader loads the movie into.  I&#8217;d like it to be under a mask.</p>
<p>Am I wrong about these assumptions?  Is there a fix in the code that would allow this?</p>
<p>Any Help would really be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-8606</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 06 Jun 2009 19:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-8606</guid>
		<description>Thank Smonte for this very awesome tutorial.

I have a problem, I did the same as the tutorial and everything work fine.

The movie (page1.swf) that i tried to load on to the mainpage.swf is an animation with 30 frames with action script. 

(page1.swf) files, On the first frame with [ stop(); ], I made a button, so whenever you click on it, it will go to frame 2 and play the rest of the animation, and it works fine itself.

The problem is, when I loaded it (page1.swf) into the mainpage.swf, the button on the first frame is not go to frame 2 and play the rest of animation when you click on it. Seem like the mainpage only display the first frame of page1.swf.

Can anyone able to help me with this problem? I tried my best to explain everything.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thank Smonte for this very awesome tutorial.</p>
<p>I have a problem, I did the same as the tutorial and everything work fine.</p>
<p>The movie (page1.swf) that i tried to load on to the mainpage.swf is an animation with 30 frames with action script. </p>
<p>(page1.swf) files, On the first frame with [ stop(); ], I made a button, so whenever you click on it, it will go to frame 2 and play the rest of the animation, and it works fine itself.</p>
<p>The problem is, when I loaded it (page1.swf) into the mainpage.swf, the button on the first frame is not go to frame 2 and play the rest of animation when you click on it. Seem like the mainpage only display the first frame of page1.swf.</p>
<p>Can anyone able to help me with this problem? I tried my best to explain everything.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art_Frick_Design</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-8445</link>
		<dc:creator>Art_Frick_Design</dc:creator>
		<pubDate>Wed, 03 Jun 2009 15:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-8445</guid>
		<description>//I have a question, how can I make a preloader to these swf to load them in the main content? Where should I put the lines to preload them? Help, learning AS3 :/ //

yogiii:

I would put the preloader in the swf being loaded.  Meaning, if you are calling x, via a page01button, put the preloader on that swf (x) so that after it tweens in, the loader will start.

Since it is calling an external file (via URLRequest), I don&#039;t think flash will preload that content as well as part of the site.  From a programming point of view, it&#039;s not loaded in to the main document till the button is pressed.

hope that helps.</description>
		<content:encoded><![CDATA[<p>//I have a question, how can I make a preloader to these swf to load them in the main content? Where should I put the lines to preload them? Help, learning AS3 :/ //</p>
<p>yogiii:</p>
<p>I would put the preloader in the swf being loaded.  Meaning, if you are calling x, via a page01button, put the preloader on that swf (x) so that after it tweens in, the loader will start.</p>
<p>Since it is calling an external file (via URLRequest), I don&#8217;t think flash will preload that content as well as part of the site.  From a programming point of view, it&#8217;s not loaded in to the main document till the button is pressed.</p>
<p>hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Cicero</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-4943</link>
		<dc:creator>Jose Cicero</dc:creator>
		<pubDate>Thu, 30 Apr 2009 17:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-4943</guid>
		<description>Hey i was just trying to use this effect on a portfolio project for school. I modified it and made it so there would be more buttons, but I dont wanna use static info, like not text or images or anythign. I Actually wanted to have other SWF projects coming in, but i need to have the windows sliding be in, be totally seperated form the main page. its complicated, but can anybody help?</description>
		<content:encoded><![CDATA[<p>Hey i was just trying to use this effect on a portfolio project for school. I modified it and made it so there would be more buttons, but I dont wanna use static info, like not text or images or anythign. I Actually wanted to have other SWF projects coming in, but i need to have the windows sliding be in, be totally seperated form the main page. its complicated, but can anybody help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogiii</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-3225</link>
		<dc:creator>yogiii</dc:creator>
		<pubDate>Sun, 12 Apr 2009 16:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-3225</guid>
		<description>ups... sorry I got it 

page01Button.dispatchEvent(new MouseEvent(MouseEvent.CLICK));

I have a question, how can I make a preloader to these swf to load them in the main content? Where should I put the lines to preload them? Help, learning AS3 :/  :(</description>
		<content:encoded><![CDATA[<p>ups&#8230; sorry I got it </p>
<p>page01Button.dispatchEvent(new MouseEvent(MouseEvent.CLICK));</p>
<p>I have a question, how can I make a preloader to these swf to load them in the main content? Where should I put the lines to preload them? Help, learning AS3 :/  <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogiii</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-3214</link>
		<dc:creator>yogiii</dc:creator>
		<pubDate>Sun, 12 Apr 2009 13:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-3214</guid>
		<description>How can I make a page (1,2,or3) to appear after after running swf?</description>
		<content:encoded><![CDATA[<p>How can I make a page (1,2,or3) to appear after after running swf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ar0ma</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-3123</link>
		<dc:creator>ar0ma</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-3123</guid>
		<description>Please check you have created  &quot;static text fields&quot; not &quot;dynamic text fields&quot;.
I had the same Problem :)</description>
		<content:encoded><![CDATA[<p>Please check you have created  &#8220;static text fields&#8221; not &#8220;dynamic text fields&#8221;.<br />
I had the same Problem <img src='http://tutorials.flashmymind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nireve</title>
		<link>http://tutorials.flashmymind.com/2009/02/website-with-actionscript-3/comment-page-1/#comment-1987</link>
		<dc:creator>Nireve</dc:creator>
		<pubDate>Wed, 01 Apr 2009 19:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorials.flashmymind.com/?p=66#comment-1987</guid>
		<description>Hello, 

to align the mc buttons in the main i have :

stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;

import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.Event;

function resizeHandler(e:Event):void
{
page01Button.x = 5;
  page01Button.y = 5;
  
  page02Button.x = 100;
  page02Button.y = 5;
  
  page03Button.x = 200;
  page03Button.y = 5;
  
    }
stage.addEventListener(Event.RESIZE, resizeHandler);

stage.dispatchEvent(new Event(Event.RESIZE));

but if i try to align the mc for the external swf, the flash give an error 1009.
This error basically means that you are trying to reference something that isn&#039;t there yet. That something can be a variable, data from the server, or even a movieClip or other display instance.

Do you know a way to align an mc in the external swf ?

Thank you for your time,</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>to align the mc buttons in the main i have :</p>
<p>stage.align = StageAlign.TOP_LEFT;<br />
stage.scaleMode = StageScaleMode.NO_SCALE;</p>
<p>import flash.display.StageAlign;<br />
import flash.display.StageScaleMode;<br />
import flash.events.Event;</p>
<p>function resizeHandler(e:Event):void<br />
{<br />
page01Button.x = 5;<br />
  page01Button.y = 5;</p>
<p>  page02Button.x = 100;<br />
  page02Button.y = 5;</p>
<p>  page03Button.x = 200;<br />
  page03Button.y = 5;</p>
<p>    }<br />
stage.addEventListener(Event.RESIZE, resizeHandler);</p>
<p>stage.dispatchEvent(new Event(Event.RESIZE));</p>
<p>but if i try to align the mc for the external swf, the flash give an error 1009.<br />
This error basically means that you are trying to reference something that isn&#8217;t there yet. That something can be a variable, data from the server, or even a movieClip or other display instance.</p>
<p>Do you know a way to align an mc in the external swf ?</p>
<p>Thank you for your time,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
