IDE :: Best Way To Create Pages

Mar 16, 2009

So I'm working on a new flash site project for my boss. I've not done a flash site before so am learning as I go.

What I wanted to get advice on is the best way to build the set of pages. As you see from the homepage, there are 8 buttons there in total.

Obviously, when one is clicked, it will take you to that page *collections, profile, etc etc....). I am in the process of creating these pages but want to know what's the ideal way to set up the fla.

Is it best to create each page as internal movie clips inside the actual site.fla and then using the attachmovie command attach them to a main container_mc? Or is it best making them separately and loading them externally, loadmovie to a container_mc?Or do I set each page at a different frame on the main timeline and get the button to jump to that frame, which then plays the movie via one of the methids above?

View 5 Replies


Similar Posts:


Professional :: Create The Pages As Jpegs Within A Folder Named "pages" In The Library

Feb 5, 2010

I'm trying out a page-flip program that tells me to create the pages as jpegs within a folder named "pages" in the Library. When I try to run it, it tells me it can't find the jpegs. I can get it to work locally by including the full URL (i.e., "...My Documentsedinnerpartiesimagesp3-large.jpg), but I know this isn't embedded in the swf file.

View 1 Replies

Create App With Many Pages?

Mar 11, 2012

I am planning to create a photo/video gallery secured by a pin. So i plan to have 4 pages, Login, Menu, Image Page and Video View. Login would be a simple textbox where i check the pin. The Menu would show all picture albums and videos in a list i create with clickable sprites or buttons or something like that. And a video view where a video will be shown if i click on a video link on the menu page.

I tried to prepare the scene in flash cs5, so i decided to create 4 frames. ALl pages have their own layer. The first will be the login, second the menu, third the image view (incl. thumbnail show and fullscreen view popup) and a video view. On each keyframe i put a rectangle converting it into a MovieClip acting as the main container where all the stuff will come into.

Now i tried to initialize all these MovieClips by resizing them everytime the stage is resized. For this i get errors, that some of the MovieClips are null. This is because the MovieClips exist only keyframe 2 for the menu or keyframe 3 for the image page and keyframe 4 for the video view. So i have to put them all into keyframe 1 to be able to access. But i created 4 keyframes because i want to jump to them by using "gotoAndStop( n)", where n stands for keyframe 2, 3 or 4.

I dont get it, how does Flash interpret the code and how is the visibility of these MovieClips. Can i only access the MovieClip from keyframe 2 because i added it on keyframe 2 only? What is the best solution to have a simple 4 page app where on page 1 (menu) i click on video link which holds some sort of ID of the video, then i jump to keyframe 4 for the video view providing it with that ID, but how to do that when Actionscript doesnt even know there is a video container MovieClip. To get Actioscript to know all of them, i have to move them to keyframe 1, but then how to do the paging stuff.

View 2 Replies

Create Pages With Different Backgrounds?

Jul 10, 2009

I'm creating flash site which will have different backgrounds for each page. I'll load the individual pages with "MovieClipLoader." My understanding about MovieClipLoaders is that, it doesn't matter the background of your mc, the page to which you are loading will maintain it's background.

View 3 Replies

Professional :: Create A Project With Multiple Pages?

Feb 1, 2010

I am trying to create a project with multiple pages.  I stumbled across a tutorial demonstrating how to load and unload swf's.  I used it and it works.  way i could specify a btn or mc in the loaded swf that will specify the "click" area where the unload content takes place?  Right now if i click anywhere on the loaded swf it unloads (i want that to be specified).
 
var myLoader:Loader=new Loader  ();
page1_mc.addEventListener(MouseEvent.CLICK, page1content);
function page1content(myevent:MouseEvent):void {

[Code]......

View 10 Replies

ActionScript 2.0 :: Create Smooth Transitions Between Pages

Aug 6, 2007

I am currently in the process of making a flash layout. I am working on finding out how to create smooth transitions between pages. I know how to get from page a to page b but the transitioning is not working right. Is there some actionscript code I could use to make it so when you press a button it gotoAndPlays the transitioning movie and then shows the page.

View 1 Replies

ActionScript 3.0 :: XML Pages - Create A New Flash Document Of Size 450—300

Jul 6, 2009

1. Create a new Flash document of size 450—300.
2. Create two dynamic text fields on the left side of the stage. Type some text into them as I have done. Give them instance names of titleText and contentText.
3. Create a new empty movie clip (Insert -> New Symbol). Give it a name Image holder and hit OK.
4. Drag the image holder from the library to the stage. Position it right after the title text field (refer to screenshot). Give the image holder an instance name of imageHolder
5. Now we need to create the images that show up on the right side of each page. Feel free to use your own, or use the ones that I have. Remember the location where you save these images! You will need the path when we define the image sources in the XML document.

[Code]...

View 1 Replies

Flex :: Create Static Frame And Change Content Pages In It?

Sep 2, 2010

I need to create a static frame and a changing content... currently envisaged as frame containing the side panel and header and footer content.

The content panel will call mxml based on the content sought.

a) how is the frame paradigm- with static frame "containing" other content done. I dont want to repeat the header and footer logic in every 'content section' code?

b) how is the hyperlinking between content sections done- using 'states' seems convoluted

View 2 Replies

ActionScript 3.0 :: Create Several Movieclips For Each Page And Then Add The Contents Into Pages Separately?

Jul 26, 2011

how does pagination work? Is that I just need to create several Movieclips for each page and then add the contents into pages seperately?? Or is there any available tutorials??

View 2 Replies

Flash :: Platform - Create A Colorful Display And Link It To Hard Coded Some Pages?

May 7, 2011

what is the easy to learn platform platform to create a colorful display and link it to hard coded some pages

View 1 Replies

ActionScript 2.0 :: Using _level Script For Pages - Create 2 Buttons The First Page Automatically Loads?

Apr 5, 2007

I have attached a zip file which has a main.fla and a folder pages which contains 2 fla's p1.fla and p2.fla.The main page loads the first page which is p1 and as the main page has 2 buttons i am using _level script to know which page to load, actually i wanted to create 3 buttons. Since i have already created 2 buttons the first page automatically loads but when i click on the 2nd button it does'nt the p1 page goes but it comes back again.In the main there is a movie clip which has an instance name of page_mc and the code inside it is:

Code:

nextpage="pages/p1.swf";
loadMovieNum(nextpage,1);
b1.onRelease = function() {[code].....

View 2 Replies

Flash :: Tutorial - Make Individual Pages Into Swf Pages So We Can Add Links In A Flip Book

Apr 28, 2009

Looking for a tutorial to make individual pages (jpg or gif) into swf pages so we can add links in an on-line flip book. I have flash, but have not learned as of yet.

View 2 Replies

Create A Website That Is Basically A Flash Toolbar That Directs The User To Different HTML Pages At The Bottom?

Oct 10, 2009

I'm trying to create a website that is basically a flash toolbar that directs the user to different HTML pages at the bottom, much like this website here.
 
[URL]

Do I build the bar in Flash and then the HTML portion in dreamweaver or do I build it all in Flash?  Would an iFrame work for this sort of website? 

View 1 Replies

Professional :: Track Pages With Google Analytics To See Which Pages Are Getting The Most Clicks?

Jan 25, 2011

I would like to know how to track my pages with google analytics to see which pages are getting the most clicks. My site is XML / Flash the menu is xml. Could I put the tracking code on each of the menu items in the xml file?

View 7 Replies

ActionScript 3.0 :: Count PDF Pages - Number Of Pages Within The PDF Using Either Flash Or PHP?

Oct 3, 2011

I'm using FileReference to upload PDFs and PHP to email it.Is there any way to find out the number of pages within the PDF using either Flash or PHP?

View 5 Replies

Flash :: Html - Create HTML Pages Using AMFPHP (on Server)?

Jan 10, 2010

I have AMFPHP installed on my server. I have a flash app that can call it's methods. I want to create some HTML (on server created) pages which will contain HTML code and results of AMFPHP functions. How to create such thing?

View 1 Replies

ActionScript 2.0 :: Load Different Html Pages From A Swf File With Out Refreshing Html Pages

Oct 6, 2009

I have created a website with one flash animation banner.The banner .swf has 5 menus. Each menu goes to different movieclips inside the .swf file. and at the same time i want to load the corresponding html file when i click the menu button and place the html content into the bottom area of the main html page without refreshing the html page.

View 2 Replies

ActionScript 2.0 :: Better Way Of Tweening Pages?

Feb 15, 2009

I currently have a flash file and it all works fine, but I'm about to update it and it will become a little complicated to update the way I have set it up.

I have 15 pages (going to be updated to 40pages soon) and a side menu, clicking on one of the tabs in the menu will animate the relevant page onto the stage. Here is the code I am using[code]...

View 2 Replies

CS3 Loading New Pages From Separate .fla's

Jul 23, 2009

I am trying to do something pretty basic I think...I have attached a screenshot below of what the site looks like so far. What I want to do is always have the left hand side links showing on the site. I want to create a new .fla for projects and have that load on the window on the right when the projects link is clicked on. What I have done in the past is create the entire website within one .fla but that is getting too confusing. I assume some actionscript is required here which I am pretty useless with.

View 21 Replies

ActionScript 3.0 :: XML String Into Different Pages

Jun 21, 2011

I have some flash code and an XML file that creates dynamic buttons that allow you to cycle through the XML file. Im trying to integrate this code into my .FLA but I want to get rid of the code that tells it to rely on the dynamic buttons, and instead, use my non-dynamic navigation I already have built to load the specific part of the XML depending on which page you click in my nav.

I just don't know what to strip - and what to add to the code to make it work.

My .FLA is setup in that each "page" is on a different layer on frame 1, so it uses actionscript to fade in and out of each "page".

Heres a link to the working example of the XML I found: [URL]

Heres my actual site to give you a better idea of what i want to integrate in: [URL]

Heres the XML code, file called products.xml:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<products>
<product id="42">

[Code].....

View 1 Replies

Embedded Swf Navigate To Different Pages Of A Pdf?

Feb 5, 2010

I was wondering is there a way to have an embedded swf navigate to different pages of a pdf?

Example:my swf is on page one. There are mulitple buttons in the swf, when clicked it will take you to page 3, or 5, or 7, etc.

Currently, when I click on a button, it DOES take me to say page 4, but the content on page is the SWF file from page 1, and not the content that is suppose to be on page 4.[code]...

View 6 Replies

Navigation Via Pages By Scrolling?

Feb 13, 2010

How to do navigation via flash webpages by scrolling and scroll to exact place by pressing buttons ? this is example of navigation i want to do[url]...

View 4 Replies

ActionScript 3.0 :: Animation Between Pages?

Jul 10, 2011

menu and background layers are static, and tweens are contained withinintros and outros.  On the intros layer, pages fly in from the right while on the outros layer, pages fly out to the left.  Each intro page  has been labeled page1, page2, etc... and for the outro pages arelabeled page1out, page2out, etc...I am trying to use the built in flas tweens, and really don't want to look at other frameworks until I have a  good grasp of the built in engines.When a menu button isclicked, I would like for the current page to play its outro while the next page is playing its intro - simultaneously.

Here is a snippet of my messy code:
home_mc.addEventListener(MouseEvent.CLICK, home_mc_clicked);function home_mc_clicked(e:MouseEvent) :void{  gotoAndPlay("page1");

[code].....

View 1 Replies

ActionScript 1/2 :: Links To Outside Pages?

Oct 6, 2011

I have created two buttons from images, one to Facebook and one to LinkedIn.They both work perfectly in the test .swf file.When I upload them to my server, the Facebook button does not load correctlyThis is the actionscript I am using:

facebook.onRelease=function(){
getURL("http://www.facebook.com/pages/Express-Yourself-Photo-Booth/16208587053 4628","_blank","GET");

[code].....

View 1 Replies

C# :: ASP .NET Loses Session Between Pages

Apr 20, 2011

I encountered a weird error, I lose sessions when moving between pages.

I lose Sessions because i use Flash (swf) menu to navigate between pages.

So when i navigate to a page using the Flash menu, I lose the session.

It doesn't let me answer my own question so here is the answer:

Thx for answering, but the problam wasn't the flash..

I just found out that the session was opened on http://WebSite.com/ And the flash was redirecting to http://www.WebSite.com/

So the session losts between domains, and not between pages because of flash :) I just made all my site use the www domain .

View 3 Replies

ActionScript 3.0 :: Samples Of Top Of Pages

May 15, 2010

I'm looking for webdesign samples made in flash, of the top of the pages, like banners.It could be made in Actionscript or not, but woul would like to see somme samples, or sites.

View 0 Replies

ActionScript 2.0 :: Zoom In To New Pages?

Dec 24, 2004

[URL] zooms in to bring in new pages, and zooms out to return. Check it out.

View 2 Replies

ActionScript 2.0 :: Fading Between The Pages?

Feb 7, 2008

I'm working on a gallery section for my site which is currently being made in flash CS3 (as1/2). And I'm wondering if it's possible to create a fade-out/in effect that occurs when you click on a button that redirects you to another scene/page... by making a transparent square (that fits in the canvas size) that would change opacity to 100% everytime I click on a certain button and when the page has loaded the square changes opacity to 0% again. Thus making it look like a fade in and fade out effect!A little hard to explain maybe, but if you can find some sites with similiar fade out effects, don't hesitate to post the links here

View 2 Replies

ActionScript 2.0 :: Zoom Into New Pages?

Dec 24, 2004

[URL] zooms in to bring in new pages, and zooms out to return.

View 2 Replies

Flash Web Site Animation For Pages?

Oct 11, 2009

I looked all over but I couldn't find what I would think is a pretty standard flash tutorial - so in sudden desperationI need a tutorial that teaches me a way you can make flash websites in as3 have an animation function when going to a page, as well as an animation function going to another page.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved