HTML: SWF with XML



How to display a swf file with XML using HTML?


This code is not working to me.



<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://ift.tt/oUeXy2" width="100%" height="100%">
<param name="movie" value="AppointmentApp.swf?xml_path=salesAchievementXML.xml" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<embed src="AppointmentApp.swf?xml_path=salesAchievementXML.xml" quality="high" pluginspage="http://ift.tt/iA2Zkd" type="application/x-shockwave-flash" width="100%" height="100%" allowFullScreen="true"></embed>
</object>


The swf and xml is just in one folder including the html file.


Thank you...


No comments:

Post a Comment