Groups | Blog | Home
all groups > flash (macromedia) > july 2006 >

flash (macromedia) : PUBLISH FLASH SITE


liamfahy
7/4/2006 8:13:02 PM
Hi!

I am new to Flash and I am just finishing off my first website.

This Flash site contains many separate SWF files each of which represent a new
page (there are around 20 in all).

I need to find a tutorial or instructions of how to publish this site to the
web.

I have the entire Studio 8 so maybe I need to use Dreamweaver?

I would also like to know how to sort out a website name (domain name) for my
site which I'd like to be something like www.thebrightside.com.

PLEASE IF ANYONE CAN HELP I'D APPRECIATE IT SO MUCH.

Thanks

Liam
Eyphoon
7/4/2006 8:55:32 PM
Hi Liam,

I think what's best for you to do is to sort out a domain name and then you
will be able to fix your SWF thinie problem.
I would try to register with Microsoft Office Live (beta) as they are giving
free domain names (U.S. Users only ) :( But if u r a U.S resident you can sort
that out (visit www.officelive.com) (the domain you requested is not avalible)
After you get your domain you should be able to host many files up on the web.
So once you know what your URLs are going to be (eg. www.domain.com/aboutus)
you can open up Flash and link your SWF files with buttons coded using Action
Script

eg:

on (release) {
getURL("www.domain.com/aboutus/aboutus.swf");
}


Best of luck,
Eyphoon

AddThis Social Bookmark Button