Recent Topics

1 Jan 30, 2007 22:45    

I am trying insert the following code into my blog, but the code tag does not work.

<html> 
<body> 
<object type="application/x-shockwave-flash" data="{!Scontrol.JavaArchive}" class="movie" width="100%" height="100%"> 
<param name="movie" value="{!Scontrol.JavaArchive}" /> 
<param name="bgcolor" value="F3F3EC" /> 

<PARAM NAME=FlashVars VALUE="salesforcesession={!API.Session_ID}&param1={!Opportunity.Name}"> 

<img src="http://path-to/noflash.gif" width="100%" height="100%" alt="No flash installed" title="No flash installed" class="image" /> 
</object> 
</body> 
</html>

I am getting the following error: Is there a way around this?

Illegal tag: html
Tag body can only be used once!
Tag object must occur inside another tag
Found invalid URL: Invalid URL
Tag object may not have attribute class
Parser error: not well-formed (invalid token) near
<param NAME=FlashVars VALUE="sal

2 Jan 31, 2007 00:03

Ahh you wanting to display this code, just like how you have in your post, or do you want to include/use the code (have it run)?

If you want to display the code, take a look at AstonishMe.co.uk's code plugin

3 Jan 31, 2007 07:55

I just wanted to display the code as I did in this forum. I used the <CODE> tag before and it worked but there is something about this specific HTML code that gives me the error.

5 Jan 31, 2007 12:37

Or just convert each < to &lt; should do.


Form is loading...