How to share flash slideshow on online
What can I do to share my flash slideshow on website, such as Blogger or MySpace when it has done?
Let 's start to learn it step by step.
Step 1: Make Flash SWF file.
Firstly, please make flash slideshow and output as SWF file with Adobe Flash Studio or Flash Slideshow software, for example Flash Slideshow Builder and Flash Gallery Factory.
Step 2: Upload Flash SWF file to Internet and get its URL .
Upload the flash SWF file to any web hosting, and get the URL address of the Flash SWF file. If you don't have a personal web host, don't be worried, you can upload your flash file to Google Sites for free. First sign in with your Gmail account and create a new site.And then upload the SWF file to the Attachments Tab. Finally, right click your uploaded file, select "Attribute" and copy the URL in "Address" item.
The URL should be like this: http://www.flash-slide-show.com/images/tutorials/flash_banner/banner550.swf
Note: Don't click your upload swf file directly to get the URL, for the URL can't be used.

Step 3: Add the following HTML code to your website.
Copy and paste the following code to your website, Blogger or MySpace , and revise the red code to your own URL and slideshow size then it will be done. You can put the following code to anywhere you want so long as your website support HTML coding.
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="264" width="550" data="http://www.flash-slide-show.com/images/tutorials/flash_banner/banner550.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.flash-slide-show.com/images/tutorials/flash_banner/banner550.swf" />
<param name="quality" value="high" />
</object>
For inserting slideshow into myspace blog, please switch to "html resource", copy
and paste the code below:
Replace the SWF file link "http://sites.google.com/site/wondersharefamily/Home/index.swf" in above code with your own path and filename. You need to change the height and width data too if your flash is not 800*600 in size.

