Be a Supporter!

flash website

  • 725 Views
  • 6 Replies
New Topic Respond to this Topic
God-1
God-1
  • Member since: Feb. 1, 2003
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
flash website 2003-11-18 23:07:19 Reply

so say i design a webpage in flash, and i have a site hosted by brinkster.com, how do i... uh.... make the flash...... into.... internet-ness? i know thats a dumb question, but i have no idea. do you just upload the swf file and that becomes a page or what?

McBean
McBean
  • Member since: Jul. 8, 2003
  • Offline.
Forum Stats
Member
Level 39
Animator
Response to flash website 2003-11-19 00:16:23 Reply

File -> Publish
It should compile the movie and make a .html file with the diggydoo stuff that makes it all happen.


BBS Signature
EnterSpaceCapsule
EnterSpaceCapsule
  • Member since: Nov. 14, 2003
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to flash website 2003-11-19 07:15:56 Reply

i use dreamweaver MX to put my flashers into html pages and then upload them into geocities.

if u wanna see my flash site goto http://stoopaidstudios.cjb.net
Although dont take it as an example coz its fairly crap and its incomplete and i'll probably wont complete it anyway.

Reverend-Kyle
Reverend-Kyle
  • Member since: Jan. 20, 2001
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to flash website 2003-11-19 11:45:58 Reply

<embed src="file.swf" height="x" width="x">

Just put that in the html document and it will show the flash file.

I-Jaf
I-Jaf
  • Member since: Jul. 2, 2003
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to flash website 2003-11-19 13:10:53 Reply

At 11/19/03 11:45 AM, Kyle_22 wrote: <embed src="file.swf" height="x" width="x">

Just put that in the html document and it will show the flash file.

i think that only shows in IE i think, for other browsers you need the <object> tag, just publish it from flash and copy the source.

The-Super-Flash-Bros
The-Super-Flash-Bros
  • Member since: Sep. 2, 2002
  • Offline.
Forum Stats
Member
Level 30
Game Developer
Response to flash website 2003-11-19 14:09:04 Reply

Have a peek at my flash website i made a while ago (horribly out of date now):

http://flashbros.manther.com

if you look at the first page's source code, you can see how the flashbeen embeded into the html page. The main site works in the same way, but with a javascripted window.

Tom

jjrocks2002
jjrocks2002
  • Member since: Jul. 7, 2002
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to flash website 2003-11-19 14:57:35 Reply

like someone said already.. FILE/PUBLISH
thats all you gotta do to get the html for the flash file