Displaying a flash movie
- CalumTurner
-
CalumTurner
- Member since: Jun. 25, 2006
- Offline.
-
- Forum Stats
- Member
- Level 02
- Blank Slate
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
<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
- CalumTurner
-
CalumTurner
- Member since: Jun. 25, 2006
- Offline.
-
- Forum Stats
- Member
- Level 02
- Blank Slate
what should I make hte width and height?
- DannyIsOnFire
-
DannyIsOnFire
- Member since: Apr. 14, 2005
- Offline.
-
- Forum Stats
- Member
- Level 21
- Movie Buff
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
- hollaalla
-
hollaalla
- Member since: Jan. 30, 2006
- Offline.
-
- Forum Stats
- Member
- Level 01
- Blank Slate
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
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.


