Be a Supporter!

Displaying a flash movie

  • 382 Views
  • 6 Replies
New Topic Respond to this Topic
CalumTurner
CalumTurner
  • Member since: Jun. 25, 2006
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Displaying a flash movie 2006-08-27 11:28:12 Reply

Hey everyone, I have a quick question.
I created a flash movie and I want to show it on my site.
Ive uploaded it to my ftp, and now I just need the code to show the flash right?
Does anyone know how to display a flash movie on a website?

JeremysFilms
JeremysFilms
  • Member since: Feb. 18, 2005
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to Displaying a flash movie 2006-08-27 11:35:29 Reply

<embed src="file.swf" width="width" height="height" />
replace file witdth and height

CalumTurner
CalumTurner
  • Member since: Jun. 25, 2006
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to Displaying a flash movie 2006-08-27 11:36:05 Reply

Thanks

CalumTurner
CalumTurner
  • Member since: Jun. 25, 2006
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to Displaying a flash movie 2006-08-27 11:40:33 Reply

what should I make hte width and height?

DannyIsOnFire
DannyIsOnFire
  • Member since: Apr. 14, 2005
  • Offline.
Forum Stats
Member
Level 21
Movie Buff
Response to Displaying a flash movie 2006-08-27 11:41:24 Reply

At 8/27/06 11:40 AM, robokid wrote: what should I make hte width and height?

Whatever the height and width of your flash is.
Ctrl+J will show you what it is.

Probably 550x400


|| Portfolio || Facebook || Twitter ||

BBS Signature
hollaalla
hollaalla
  • Member since: Jan. 30, 2006
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to Displaying a flash movie 2006-08-28 19:52:28 Reply

At 8/27/06 11:35 AM, JeremysFilms wrote: <embed src="file.swf" width="width" height="height" />
replace file witdth and height

This embed code is invalid. Use the object code.

Programming
Programming
  • Member since: Aug. 28, 2006
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to Displaying a flash movie 2006-08-28 19:57:10 Reply

At 8/28/06 07:52 PM, hollaalla wrote: This embed code is invalid. Use the object code.

Your right, that code would only work on some browsers, other require an object tags.

The correct code is on this page.