Properly inserting HTML objects in a Post
-
Hello,
I’m trying to insert this code into one of my pages on my WordPress:<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="30" height="30" id="wimpybutton661">
<param name="movie" value="https://betchslap.com/media/ringtones/wimpy_button.swf" />
<param name="loop" value="false" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="theFile=http%3A%2F%2Fwww%2Ebetchslap%2Ecom%2Fmedia%2Fringtones%2F%24300shoes%2Emp3" />
<embed src="https://betchslap.com/media/ringtones/wimpy_button.swf" flashvars="theFile=http%3A%2F%2Fwww%2Ebetchslap%2Ecom%2Fmedia%2Fringtones%2F%24300shoes%2Emp3" width="30" height="30" bgcolor="#FFFFFF" loop="false" menu="false" quality="high" name="wimpybutton661" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" wmode="transparent" /></object>I entered it in the HTML area on the Write page, and it came out like this: https://www.betchslap.com/?page_id=28
What can I do to make it work properly?
- The topic ‘Properly inserting HTML objects in a Post’ is closed to new replies.