How to Embed a XML Accordion Slideshow in WordPress
-
Hi there, i have a xml slideshow accordion containing 5 slides which contains these files and i want to know how can embed this in my page theme on front page using custom template for front page
The Link
https://activeden.net/item/accordion-v1-xml/4332
1. Accordion.xml
2. preview.swf
3. index.html
4. swfobject.js
5. 5 images.The HTML file contains this code
————————————————————-
<html>
<head>
<title>Accordion</title><meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
<script type=”text/javascript” src=”swfobject.js”></script>
</head><body bgcolor=”#ffffff” leftmargin=”0″ topmargin=”0″ marginwidth=”0″ marginheight=”0″ scroll=”yes”>
<table width=”100%” height=”100%”>
<tr>
<td align=”center”><div id=”flashcontent”>
You need to upgrade your Flash Player.
</div><script type=”text/javascript”>
var so = new SWFObject(“preview.swf?keepSelected=t&selectedWindow=0&imageWidth=500&imageHeight=310&sWidth=690&sHeight=310”, “sotester”, “690”, “310”, “8”, “#ffffff”);
so.addParam(“allowFullScreen”, “true”);
so.write(“flashcontent”);</script>
</td>
</tr>
</table></body>
</html>
- The topic ‘How to Embed a XML Accordion Slideshow in WordPress’ is closed to new replies.