uploadingand linking flash files

i wanted to no how can i upload and link to flash files on mygecites sitemy site (<!-- m --><a class="postlink" href="http://www.geocities.com/mguneetmakkar">http://www.geocities.com/mguneetmakkar</a><!-- m -->)<!--content-->Well I suppose that you would upload your .swf with the file manager (if they allow .swf files). Then you would put it on your page like this:<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="400" height="300"><br />
<br />
<param name="movie" value="FILENAMEHERE.swf"><br />
<param name="quality" value="high"><br />
<param name="bgcolor" value="#ffffff"><br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"FILENAMEHERE.swf" quality="high" bgcolor="#ffffff" width="400" height="300" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed><br />
<br />
</object>You can also find this on the macromedia (<!-- m --><a class="postlink" href="http://www.macromedia.com/support/flash/ts/documents/tn4150.html">http://www.macromedia.com/support/flash ... n4150.html</a><!-- m -->) site.<br />
<br />
By the way, I notice on your page you have this, "This is the info about your IE"<br />
Well I for one don't use IE, so you might want to change that.<!--content-->thanx a lot lavalamp <br />
for the browser shd i say info bout ur browser??<br />
<br />
also i thank u fr bieng really helpfull ur usually the first 1 2 reply whenever i ask a q.<!--content-->Yeah, that sounds a bit better.<br />
<br />
Happy to help. :)<!--content-->
 
Back
Top