View Full Version : how do you play flash files on the web
common
08-25-2001, 03:33 PM
i have firestarter coffee cup n flash 5 trials
but i uploaded the swf. file to angel fire an now i'm stuck on how can i post my file at a site like this using html or whatever
this is the file:
http://www.angelfire.com/hiphop2/versa/BANNER_hiphop.swf
how can i post it so that others can see it
Dudex
08-25-2001, 04:13 PM
well, u don't actually link to it by that, u need to put it on a html file. Use this code
<param name=movie value="whatever.swf">
<param name=quality value=high>
<embed src="url of whatever.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="whateverwidth" height="whateverheight">
</embed>
I think that's it.
Dudex
08-25-2001, 04:17 PM
hmm.... actually displaying it like that worked for me. (Maybe because I have flash)
scoutt
08-26-2001, 01:39 AM
yes anybody that has flash will see it. if you don't than you can't as you will have to download flash before you watch it.
<html>
<body bgcolor="#000000">
<table height="100%" width="100%" align=center border=0>
<tr><td align=center>
<EMBED src="movie.swf"
WIDTH="640" HEIGHT="480"
TYPE="application/x-shockwave-flash">
</EMBED></td></tr></table></body></html>
this is all you need.
cao825
08-26-2001, 08:46 AM
Actually, the best way to get the coding for displaying it is to publish it as an html document and then just copy/paste that code onto your page. Also, the flash code has cool things to it like, whenever it detects that a browser does not have Flash Player (version whatever) it auto-downloads the file onto the persons computer. I just think that is pretty neat, because then they don't even have to click on a link.
Originally posted by cao825
Actually, the best way to get the coding for displaying it is to publish it as an html document and then just copy/paste that code onto your page. Also, the flash code has cool things to it like, whenever it detects that a browser does not have Flash Player (version whatever) it auto-downloads the file onto the persons computer. I just think that is pretty neat, because then they don't even have to click on a link. I use this same method in Flash 5, and it works great!
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.