Groups | Blog | Home
all groups > flash (macromedia) > december 2003 >

flash (macromedia) : Working with pages


Monty
12/25/2003 11:29:41 PM
Should I use scenes or separate .fla files if I'm creating a website with
several pages? When I complete the site in Flash I will be importing it into
DreamWeaver. So, i'm a little confused as to the best or most efficient way
to create the pages. The pages will have a menu or buttons which will link
to the additional pages.



Any help or documentations on this subject would be greatly appreciated.



Thanks,

Carl Fink
12/26/2003 9:40:22 AM
[quoted text, click to view]

No.

There's no single best answer, but in many cases you should just have a movie
with several named keyFrames. Splitting it into several files will slow
things down, unless the single movie is extremely long.
--
Carl Fink
Monty
12/26/2003 10:59:54 AM
Will named keyframes prevent me from using the website in DreamWeaver? If
not, then how will i seperate the pages and how will i associate a link or
button to a page?

Thanks,


[quoted text, click to view]

Carl Fink
12/26/2003 11:16:02 AM
[quoted text, click to view]

No. But the question is so vague that I can't really be sure what you mean.

[quoted text, click to view]

Example for a button:

on (release){
gotoAndPlay("frameLabelOfPage");
}

Of course you have to name the keyFrame.

As to "separating" the pages, you just have stop() instructions at specific
keyFrames so the playhead doesn't go on from there.

This is very basic stuff. You might want to work through the tutorials that
come with Flash, maybe even buy a book or take a class.
--
Carl Fink
Monty
12/26/2003 11:40:11 AM
I understand that this will be easy if i was publishing the movie directly
from Flash but, i would like to import the movie into Tables. So, when i
import the movie into DreamWeaver will be as one large .swf file or will
Dreamweaver recongize the seperate "frame labels?.

Thanks,


[quoted text, click to view]

Carl Fink
12/26/2003 12:40:21 PM
[quoted text, click to view]

Like I said, it's hard to tell because your question is vague. Do you mean
you want different Flash movies on different HTML pages generated by
DreamWeaver? In that case, they should certainly be different files (although
you could do it the other way). Do you want different Flash stuff, but on the
same DW page? Then do one movie. Do you have a frameset? Then you need to
be very specific to get a useful answer.
--
Carl Fink
Monty
12/26/2003 1:04:33 PM
Carl, your replies help point me in the right direction.

After creating the frame labels i need to export that label as an image.
This will allow me to create a .swf file which will contain only the frames
from that label and not the frames from the entire movie.

I started writing this prior to reading your last reply. So, in an effort to
be more detailed.... i would say that my pages will have the same logo,
menu's, and animated title but, different text and images.

Thanks for your help!

[quoted text, click to view]

Carl Fink
12/26/2003 2:30:49 PM
[quoted text, click to view]

Um, no. Labels are just names, and Flash doesn't "export" only part of a
movie. The resulting SWF will contain all the frames. Labeled keyFrames are
just useful in navigation, they don't cut the movie into pieces.

[quoted text, click to view]

See, I'm asking the more technical question, "Are they all the same HTML file,
or different ones?"
--
Carl Fink
AddThis Social Bookmark Button