<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: Creating a Simple Website]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Sat, 21 Nov 2009 18:21:35 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment274</link><description><![CDATA[i found it a little bit difficult to follow your step by step guide to "Creating a simple Website" because i think you sometimes used the wrong page-name?! but i persisted in trying to complete it anyway but what i got in the end wasnt what was supposed to happen i think, but then again maybe i did something wrong. so i wanted to see your end result to compare it with mine but i am unable to open the link: "Completed Website" unfortunately. Hopefully you'll find my comments useful. Regards Danielle<br/><br/>
(Comment posted by danielle at 5:15 pm, Sun 4th Feb 2007)]]></description><author>no@spam.com (danielle)</author><pubDate><![CDATA[Sun, 04 Feb 2007 17:15:57 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment274</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment889</link><description><![CDATA[I also found it difficult to fallow you step be step.Then end result was error scripts (2)for on Release for button instances unable to find I beleive home_swf. If you could Email me the link would be great so i can see where my errors were<br/><br/>
(Comment posted by Greg Kozma at 2:46 pm, Sun 25th Feb 2007)]]></description><author>no@spam.com (Greg Kozma)</author><pubDate><![CDATA[Sun, 25 Feb 2007 14:46:23 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment889</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment1348</link><description><![CDATA[well i followed your tt but ditent work 
im using flash pro 8

here is the error code

**Error** Symbol=menu, layer=about, frame=1:Line 1: Mouse events are permitted only for button instances
     on (release)

**Error** Symbol=menu, layer=Images, frame=1:Line 1: Mouse events are permitted only for button instances
     on (release)

**Error** Symbol=menu, layer=Home, frame=1:Line 1: Mouse events are permitted only for button instances
     on (release)

Total ActionScript Errors: 3 	 Reported Errors: 3<br/><br/>
(Comment posted by Thomas at 7:13 am, Mon 12th Mar 2007)]]></description><author>no@spam.com (Thomas)</author><pubDate><![CDATA[Mon, 12 Mar 2007 07:13:55 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment1348</guid></item><item><title><![CDATA[Comment #4]]></title><link>http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment3100</link><description><![CDATA[Hi Thomas, you probably have the wrong script in frame 1, layer "actions" of the "main.fla". It should simply be:
var nextPage = "home.swf";
container.loadMovie(nextPage);

it seems you have some mouse action, probably from the buttons, there instead of the above code...<br/><br/>
(Comment posted by lean at 4:41 pm, Mon 14th May 2007)]]></description><author>no@spam.com (lean)</author><pubDate><![CDATA[Mon, 14 May 2007 16:41:26 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment3100</guid></item><item><title><![CDATA[Comment #5]]></title><link>http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment5867</link><description><![CDATA[fix the link so we can see what the finished product looks like<br/><br/>
(Comment posted by ZA at 2:04 pm, Wed 5th Sep 2007)]]></description><author>no@spam.com (ZA)</author><pubDate><![CDATA[Wed, 05 Sep 2007 14:04:31 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment5867</guid></item><item><title><![CDATA[Comment #6]]></title><link>http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment5892</link><description><![CDATA[I got the same exact error as thomas.  I copied and pasted your code exactly.  Flash is having a problem with starting the action script for:
 on (release)<br/><br/>
(Comment posted by matt at 11:06 am, Thu 6th Sep 2007)]]></description><author>no@spam.com (matt)</author><pubDate><![CDATA[Thu, 06 Sep 2007 11:06:47 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment5892</guid></item><item><title><![CDATA[Comment #7]]></title><link>http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment6801</link><description><![CDATA[Can I do it using flash cs3?
Thanx<br/><br/>
(Comment posted by amanda at 1:36 pm, Tue 16th Oct 2007)]]></description><author>no@spam.com (amanda)</author><pubDate><![CDATA[Tue, 16 Oct 2007 13:36:23 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment6801</guid></item><item><title><![CDATA[Comment #8]]></title><link>http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment12200</link><description><![CDATA[I will try to explain what happend here and what do you need to work:

the Main.swf will call the home.swd automaticaly,

In the Main.fla you need :
the container ( x,y = o ),
the buttons with the action script for each buttons: home - about us - contact - ( just cut in paste the script buttons from this tutorial )

and in the keyframe action insert this code:
var nextPage = "home.swf"; 
container.loadMovie(nextPage);
that it`s all for main.swf !

NOTE: the Main.swf have 3 things:
container, 
keyframe with action script,
buttons with action script

for home.swf, aboutus.swf and contact.swf you need :

on keyframe 1
var midFrame = 16;

on keyframe 16
stop();

on keyframe 30
_root.container.loadMovie(_root.nextPage);

it`s a great tutorial becouse work well and make your website smaller and without preloaders.<br/><br/>
(Comment posted by Everin at 6:08 am, Thu 30th Oct 2008)]]></description><author>no@spam.com (Everin)</author><pubDate><![CDATA[Thu, 30 Oct 2008 06:08:28 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/542/1/Creating-a-Simple-Website/Page1.html#Comment12200</guid></item></channel></rss>