How to make photo slideshow with Flash Gallery Maker and embed photo slideshow to personal website
value=”camping.swf?xml_path=slides.xml” /> <param name=”quality” value=”high” /> <param name=”allowFullScreen” value=”true” /> <embed src=”camping.swf?xml_path=slides.xml” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”100%” height=”100%” allowFullScreen=”true”></embed>
</object>
The html code marked by red color should be altered correspondently according your xml and swf file path.
If your xml and swf file is located in “flower” folder on the root of web server, then you should alter the above html code in red like this:
flower/camping.swf?xml_path=flower/slides.xml
The above method can help you embem flash slideshow to personal website, which provides you an simple and easy photo gallery solution.