Pages

Subscribe:

Labels

Monday, May 2, 2011

CARA MEMBUAT GALLERY FOTO BLOGG


How to embed photo flash and photo gallery onto personal website.
Flash Gallery Maker is easy-to-use and powerful slideshow maker, which provides users with online photo gallery, photo album and photo slideshow solution. Compared to other Javascript/CSS photo gallery solution and Ajax photo presentation solution, Flash Gallery Maker is featured by his simplicity, exquisite templates and easy uploading to personal website. Users don't need to any programming and coding. Flash Gallery Maker is often used for presenting photo gallery and photo album on personal website, but also it can burn photo slideshow to gift CD/DVD disc to share your best memory with your family and friends. Besides, Flash Gallery Maker is seamless integrated with Go2Album(a photo hosting website), which will enable you to upload photo slideshow to Go2Album and then embed them to Myspace, Blogger and etc.

Travel photo slideshow embedded on website:


Instruction about how to embed flash slideshow to personal website/webpage.

General speaking, Flash Gallery Maker will automatically generate a folder for each slideshow project, such as "flower" folder for one project, "nature" folder for another project.

For "basic" template:

1. Open up html file generated by Flash Gallery Maker.
2. Copy and paste the html code like the following to your own html page:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="1000" height="730" id="tech" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flower.swf" />
<param name="quality" value="high" />
<embed src="flower.swf" quality="high" width="1000" height="730" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
3. upload the output folder to your web server.
4. According to the swf file destination path, please modify the attributes marked in red color.
If your html page is located in root of web server, while swf file is located in "nature" folder, you should change the attributes marked in red to be like this:
"nature/flower.swf".

For "Advanced" template:

1. Open the Flash Gallery Maker-created HTML document in a text or HTML editor from output folder.
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.
3. Upload the output folder made by Flash Gallery Maker to the Web server.
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.
For example:
<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>
</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.

0 comments:

Post a Comment