View Single Post
Old 12-27-2005, 03:13 PM  
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
why don't wordpress allow flash???

this is pissing me off??? I am trying to embed flash into a page using wordpress & it's not working. Figured maybe I wrote the code wrong, so wrote it as an html page & it works fine on a regular page, but wont even load on wordpress?? It's pissing me off??


Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
		    WIDTH="120" HEIGHT="60"
		    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0">
		<PARAM NAME=movie VALUE="dsa[1].swf"> 
		<PARAM NAME=Play VALUE="true"> 
		<PARAM NAME=Loop VALUE="true"> 
		<PARAM NAME=Quality VALUE="high"> 
		<PARAM NAME=Scale VALUE="showall">
		<PARAM NAME=Menu VALUE="true"> 
		<PARAM NAME=BGCOLOR VALUE="#c0c0c0">
			<EMBED TYPE="application/x-shockwave-flash"
		          pluginspage="http://www.macromedia.com/go/getflashplayer"
		          SRC="dsa[1].swf"
		          WIDTH="120"
		          HEIGHT="60"
		          Play="true"
		          Loop="true"
		          Quality="high"
		          Scale="showall"
		          Menu="true"
		          BGCOLOR="#c0c0c0"
			></EMBED>
		</OBJECT>

Last edited by spacedog; 12-27-2005 at 03:15 PM..
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote