How to enable photo slideshow with Flash-Gallery Maker, and slideshows on personal website
Posted by | March 10, 2010 | Posted in: Uncategorized | Comments (0)<p><a rel="nofollow" onClick="javascript:pageTracker._trackPageview(‘/outgoing/article_exit_link’);" href="http://www.flash-gallery-maker.com">Flash Gallery Maker</a> (Photo Flash Maker) is template-based slideshow application for displaying photos and pictures on your website. Flash Gallery Maker (Photo Flash Maker) enables you to choose various transition effect for photos, apply flash template for the whole photo slideshow. With just a few clicks, a stunning flash photo slideshow can come out from Flash Gallery Maker (Photo Flash Maker) . The generated flash slideshow can be easy embedded into your webpage and blog, no need to master Flash and coding knowledge. <br /></p> <h3>How to build slideshow, flash slideshow and photo slideshow with Slideshow Maker.</h3> <p>1. Import photos from local computer to Slideshow. Just click "Add" or "Add All" button to add photos to Slideshow Maker, at the same time, Slideshow Maker allows users to drag and drop photos to this software. Once the photos are added to Slideshow Maker, users are able to rearrange the order of photos just by dragging. In this process, it is also available to specify particular transition for each slideshow (photo) and set the corresponding transition and photo show duration. <br /><br />2. Select appropriate theme for slideshow. Slideshow Maker is full with amazing templates. Along with the upgrade, more and more delicate templates are added to Slideshow Maker, nowadays, 3D templates is available. In this process, users can preview the slideshow. According to the previewing effect, users can adjusts and configure template attributes to fix their need. Besides, users can add their favorite music to the slideshow to better match their feeling. <br /><br />3. Publish slideshow in one of three ways. Slideshow Makers offers users with three choice, one is create slideshow only, the second is to create slideshow and upload to go2album(a free photo album hosting), burn into gift cd/dvd. Users can choose the relevant method to publish their slideshow. If users want to directly embed flash slideshow onto personal website, they should choose the first digital publishing software method. After completing the digital publishing software, Slideshow Maker will generate a output folder, which consists of swf file, html file, xml file and two assets sub-folder. User can directly upload this folder to web server, and then open up the generated html code, copy and paste such html code as "<object>…</object>" to their own webpage. In the last, modify the file path setting in the html code according to the swf and xml file directory on web server.</p> <h3>How to embed flash slideshow to personal page:</h3> <p>1. Open the Flash Gallery Maker-created HTML document in a text or HTML editor from output folder.</p> <p>2. Copy the HTML code included between <object> and </object> tags and paste it into your own HTML document. This should contain the <OBJECT> and <EMBED> tags.</p> <p>3. Upload the output folder made by Flash Gallery Maker to the Web server.</p> <p>4. According to the destination path of generated xml file and and swf file which will be uploaded to web server, start to modify the path attribute of xml and swf file contained in the <object>..</object> html code.</p> <p>For example:</p> <p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100%" height="100%"> <param name="movie" 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> <br /></object>