Flash Website help

Ok, this might be asked before, but I couldn’t find it, so sorry if it’s already been aswered. I have a this file (swf attached below), and where it says site statistics, I want to make that an area where new swf files for each page (graphics, tutorials[specifically photoshop], about, etc.) load into. Like an iFrame, but in Flash. It doesn’t seem to tough to do, but I am fairly new to flash animation ( I can draw in it).
Help would be appreciated,
Vishu
:mario:

I would post the FLA file but it is too big, I will find somewhere else to upload it to and then post it. :kir:

the file appears as an image…try re-uploading the file

What browser are you using? It didn’t work for me in Crazy Browser, but it worked fine in Mozilla. Anyways…copy and paste the following link:

http://www.kirupaforum.com/forums/attachment.php?s=&postid=426996

Link doesn’t work in internet explorer.

Well for me anyways…

Try the new attachment in this post (which is uploaded as a zip file).

I apologize for my constant posting in this topic, hopefully it didn’t cause any inconvenience.

If this is any help here’s the coding

<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<TITLE>home</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--02-07-04


Hey what's up, This is my newest site. As it's obviously visible, this site contains no Photoshop in the layout or coding whatsoever! I've brushed up on my flash skills and this is the result! To some this layout may seem basic,  but to each his own. Look for some really unique and interesting features soon. I've been working on creating some game with actionscript as well. Actionscript is like HTML or coding for Flash. Since most of the sections and subsections are underconstruction, I have made the news frame small to accomodate for the finished sections on display on the main page.
Peace!
VishuV
i
s
h 
u[PERCENTAGE OF FINISHED SECTIONS]MusicLayoutScriptingAboutGraphicsOtherclicking may illuminate the bars betterTrTKirupaGoogleDeviantArtArtistic Afflictioncheck any of the above links you have clicked and it will be tallied in my flash programmed statistic box!--><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="550" HEIGHT="400" id="home" ALIGN="">
 <PARAM NAME=movie VALUE="home.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="home.swf" quality=high bgcolor=#FFFFFF  WIDTH="550" HEIGHT="400" NAME="home" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>

ActionScript
[AS]Stage.showMenu = false;[/AS]

Hi, I think you are trying to use “Loadmovie” command. You can basically load separate .swf’s into other .swfs and you can load them in separately which is really good cause the user only has to wait for what they have requested to see to load.

Its easy to do. You can load .swfs onto different levels of into movie clips on the timeline.

Personally I can’t see any situation when loading onto a level is better, if you load into a movie clip its so much easier to place and change if needed :slight_smile:

here is a tutorial for it: http://www.kirupa.com/developer/mx/full_site2.htm