Feature Request

- Add ability to create, Edit, delete Album- Upload, Edit, Delete Photo

Comments

Sadly it's not possible to post new stuff to this forum, so I have to use the comment-function to post my patch for GDataHelper::parseMedia() wich fixes an issue with GThumbnail.width/height not being filled with data.


Index: GDataHelper.as
===================================================================
--- GDataHelper.as (revision 45)
+++ GDataHelper.as (working copy)
@@ -267,8 +267,10 @@
for each (var item3:XML in xml.media::group.media::thumbnail) {
var thumbnail:GThumbnail = new GThumbnail()

- thumbnail.url = item3.@url;
-
+ thumbnail.url = item3.@url;
+ thumbnail.width = item3.@width;
+ thumbnail.height = item3.@height;
+
thumbnails.addItem(thumbnail);
}
mediaData.thumbnail = thumbnails;

Issus fixed and commited - http://code.google.com/p/picasa-flex-api/source/detail?r=56 .Thank you

Thank you for your comment. I will check this issue. I just didnt pay attention to the forum I thought nobody interested in it!How do you want to post that patch ? via forum ? I will require function to upload files.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.
all information is copyright of riahut.com