
There is the photo skin within TiltViewer flash player which you can use Picasa desktop to export tiltviewer files or connect your Flickr account you choose.
There is TiltViewer DEMO here .
Picasa Desktop Web Export HTML Template:
HC_PhotoStudio v1.0
HOWTO
- Use XML gallery with TiltViewer
- Unzip the TiltviewerPicasa.zip in Tiltviewer folder and copy to your picasa web template folder(ie. C:\Program Files\Google\Picasa3\web\templates). Restart Picasa.
- Create a new Album with photos you chose and right click in the new album you named. Click the Export as HTML Page....
- Pick up pictures size in 800 pixels and remember the folder in which to save the web page and pictures.
- Select the web page template "Tiltviewer". If you cannot find this item return to step 1 and check the folder you copied or not.
- Click finish and wait for export. And unzip the HC_TiltViewerPhotoStudio.zip in your computer.
- Open the export folder you made in step 3. Only copy the gallery.xml and images folder to skin folder in tiltviewer(ie. C:\HC_TiltViewerPhotoStudio\tiltviewer\) and overwrite all in it.
- Open the skin.html with NotePad or some code editor you have.
- Check out here and REMOVE the comment:
//fo.addVariable("useFlickr", "false");
//fo.addVariable("xmlURL", "gallery.xml");
//fo.addVariable("maxJPGSize","820"); - Check out here and ADD the comment:
//fo.addVariable("useFlickr", "true");
//fo.addVariable("user_id", "48508968@N00");
//fo.addVariable("tags", "");
//fo.addVariable("tag_mode", "any");
//fo.addVariable("showTakenByText", "true"); - Upload the folder into your TextCube skin folder.
- Use Flickr account with TiltViewer
- Unzip the HC_TiltViewerPhotoStudio.zip in your computer.
- Open the skin.html with NotePad or some code editor you have.
- Check out here and change to your user_id, you can find your flickr user_id in here :
fo.addVariable("useFlickr", "true");
fo.addVariable("user_id", "48508968@N00");
fo.addVariable("tags", "");
fo.addVariable("tag_mode", "any");
fo.addVariable("showTakenByText", "true"); - Upload the folder into your TextCube skin folder.
- http://blog.hinablue.me/
- http://blog.hinablue.me/723
- http://textcube.tw/entry/TextCube_TC_Skin_design_Photo_Studio_by_Cain_Chen
- This skin test in IE6, IE7, IE8 RC1, Firefox 3, Chrome, Opera 9.