I decided to make simple Flex application which explains how to use PicasaFlex API. The application shows content of single album on user's Picasa Gallery. User can navigate through the pages. Click on any thumbnail and view the image. Click on image and return to his album view.
Simple Picasa Gallery with Flex and PicasaFlex API
- 43 comments
- Read more
- 5191 reads
Best practices for working with modules. Article by Alex Harui
I just read a nice article of Alex Harui about how to properly work with modules to prevent memory leaks especially when unloading. He descripbes pissible reasons and ways how to avoid pproblems.
Please read full text here - http://blogs.adobe.com/aharui/2009/08/what_we_know_about_unloading_m.htm... Another articles on same problem - http://blogs.adobe.com/aharui/2009/05/more_on_finding_memory_leaks.html
- 1 comment
- 237 reads
Gliffy - Online Diagram software.
I was looking one day for samples of software that can create diagrams online. oNot many on the net BTW, I found 3... and 2 of them only properly working.After trying defferent things I think Gliffy is the leader.... Try it yourself - http://www.gliffy.com
- Add new comment
- 197 reads
Picasa Flex API documentation available
Please check it here - http://riahut.com/picasaflexapidoc/index.html
- Add new comment
- 260 reads
New version of Picasa Flex Viewer available
Check it here - http://picasafx.com and tell me what do you think
- 4 comments
- 294 reads
Picasa Flex API update 002
I want to announce that PicasaFlexAPI major revision upgreded to version .002
Main change was to remove all callback functions in favor of events. I addition there are multiple additional implementations done:
- * User authentication
- * Ability to add comments, list all comment for certan photo, delete comment
- * Ability to create an album, delete album
feel free to try here - http://code.google.com/p/picasa-flex-api/
- 2 comments
- 306 reads
Deviant Art Flash Gallery / Portfolio
Using the idea of PicasaFlex API I've developed API which allow developer use Deviant Art feed to extract content and use it in own aplications.
I'm going to publish SWC library and documentation, but probably will not release source codes yet.
- Add new comment
- Read more
- 349 reads
Flex SDK 3.2 and Flex Builder 3.0.2
Today as of November 17th 2008 new versions of Flex SDK 3.2 and Flex builder released.
Flex SDK 3.2
- Add new comment
- Read more
- 435 reads
Picasa Portfolio freeware gallery/portfolio for anybody
Hi guys, here is my little project which help photographers and other art people to display their works.
Project based on PicasaFlexAPI and displays photos posted on Google Picasa with nice GUI and with some extra features.
How does it work:
To start working with Picasa Portfolio you need first to have own web page, where you can upload SWF files.
Then you need to create your own html page or embed Picasa Portfolio into existing one.
- 2 comments
- Read more
- 759 reads