i have a wordpress type site and some .swf files i want to have on the site. im not sure how to get them to post.
Just include it as HTML. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="770" height="650" id="main" align="middle" valign="top"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="/path/to/your.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="/path/to/your.swf" quality="high" bgcolor="#000000" width="770" height="650" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> Code (markup):
Yup include it as html as above and if you need a place to upload the swf file you can upload it to imageshack.us