You are on page 1of 1

Embedding slide shows into your website: ---------------------------------------1. Upload the file "slideshow.swf" to the your web folder.

2. Insert the following HTML code into your web page's source code at the location where you want the slide show to display: <embed src="slideshow.swf" width="480" height="312" type="application/x-shockwave-flash" allowscriptaccess="always" allowFullScreen="true"></embed>

3. When the .swf file and the embedding HTML page are located in different subdirectories, don't forget to edit the src="" parameter accordingly. In example when you upload the slideshow to "/myimages/slideshow.swf" your code should start with <embed src="/myimages/slideshow.swf"

You might also like