all groups > macromedia flash sitedesign > january 2007 >
You're in the

macromedia flash sitedesign

group:

Html and pages


Html and pages 3dartist
1/31/2007 6:34:06 PM
macromedia flash sitedesign:
2 quesitons I hope somebody can answer
1. If I'm doing a splash page for a flash website, I know the main page needs
to be called index.html so what do I call the splash page?
2.What is the script I use to make one page , when its finished, open and play
another flash page. I know what it is if I do scenes, but I have to do this
site by pages.
Re: Html and pages chrislafrombois NO[at]SPAM gmail.com
2/1/2007 9:22:23 AM
The splash page is index.html. The main page would be "home.html" or
"main.html" or whatever you want to call it. The index page is the
first page they'll see, regardless of content.
The actionscript would be:

getURL("home.html")

you would put that action in the last frame of your splash page flash
animation. Swap out the "home.html" with whatever your second page (or
subsequent page is).





[quoted text, click to view]

Re: Html and pages dan mode ->Adobe Community Expert
2/1/2007 11:23:29 AM
The splash page would be the index page and any subsequent page could be
anything.

On the last frame of your splash swf, put a keyframe with
getURL("youNextPage.html") action.


--

Dan Mode
--> Adobe Community Expert
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog


[quoted text, click to view]

Re: Html and pages dan mode ->Adobe Community Expert
2/1/2007 1:13:49 PM
Yes.


--

Dan Mode
--> Adobe Community Expert
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog


[quoted text, click to view]

Re: Html and pages 3dartist
2/1/2007 7:13:56 PM
All right! one down and one to go.
Can I use that get url action on a button say like
on realease
getURL "page1.html"
AddThis Social Bookmark Button