Link to home
Start Free TrialLog in
Avatar of RaghupalReddy
RaghupalReddyFlag for India

asked on

how to solve in mozillabrowser this exception coming Error Parsing /readme.xhtml: Error Traced[line: 32] The reference to entity "image" must end with the ';' delimiter.?

how to solve in mozillabrowser this exception coming Error Parsing /readme.xhtml: Error Traced[line: 32] The reference to entity "image" must end with the ';' delimiter.?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  "http://www.w3.org/TR/html4/loose.dtd">
<html   xmlns="http://www.w3.org/1999/xhtml"
                xmlns:ui="http://java.sun.com/jsf/facelets"
                xmlns:h="http://java.sun.com/jsf/html"
                xmlns:f="http://java.sun.com/jsf/core"
                xmlns:a4j="http://richfaces.org/a4j"
                xmlns:rich="http://richfaces.org/rich">
<head>
 
	<title>JW Player for Flash</title>
 
	<style type="text/css">
		body { background-color: #fff; padding: 0 20px; color:#000; font: 13px/18px Arial, sans-serif; }
		a { color: #360; }
		h3 { padding-top: 20px; }
		ol { margin:5px 0 15px 16px; padding:0; list-style-type:square; }
	</style>
 
</head>
<body>
	<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
 
	<script type="text/javascript" src="swfobject.js"></script>
	<script type="text/javascript">
		swfobject.registerObject("player","9.0.98","expressInstall.swf");
	</script>
 
	<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="328" height="200">
		<param name="movie" value="player-viral.swf" />
		<param name="allowfullscreen" value="true" />
		<param name="allowscriptaccess" value="always" />
		<param name="flashvars" value="file=movie1.flv&image=Oscar-fever.jpg" />
		<object type="application/x-shockwave-flash" data="player-viral.swf" width="328" height="200">
			<param name="movie" value="player-viral.swf" />
			<param name="allowfullscreen" value="true" />
			<param name="allowscriptaccess" value="always" />
			<param name="flashvars" value="file=movie1.flv&image=Oscar-fever.jpg" />
			<p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
		</object>
	</object>
 
	<!-- END OF THE PLAYER EMBEDDING -->
	
 
</body>
</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of ChristoferDutz
ChristoferDutz
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial