List Info

Thread: Re: Group Progress




Re: Group Progress
country flaguser name
United States
2007-10-24 14:37:11
Kevin;

Thank you! I got the program working with 0.5 but I still can not get largeUrl or originalUrl to work. ; Any suggestions?

Thank you;
Raymond


From: Kelvin Luck <kelvinkelvinluck.com>
Sent: Tuesday, October 23, 2007 5:08 PM
To: Flashrosflash.org
Subject: Re: [Flashr] Group Progress


Ahhh - you were using Flashr 0.4... It should be quite easy to upgrade
to 0.5, just replace the com/kelvinluck folder... You will also need to
change some of the functions you call (the class called Flickr in 0.4 is
now called Flashr etc). But it will be worthwhile as 0.5 is
significantly more advanced than 0.4 and has heaps of functionality that
will help you out... Let me know if you have any problems with the upgrade,

Cheers,

Kelvin

Web Mail wrote:
>; I believe my issue is with the version of Flashr. I was working with FlashrRecentPhotos and modified the code to call groups. I took a look at the Photo.AS file and photo.largeUrl does not exist. I have an image up that is greater then 500px wide and the only image that I am getting is an image 500px wide. When in Flickr I can get the full 600px image.
>;
> What pitfalls am I going to run into with switching from 4 to 5? Can I just copy that part of the code? Do I need to move all the folders or just the com folder?
&gt;
> I want to thank you for all your time.
>
> Raymond
&gt;
>
> ---------- Original Message ----------------------------------
> From: Kelvin Luck KELVINLUCK.COM>
> Date: Tue, 23 Oct 2007 19:25:11 +0100
>
>> Hi Raymond,
&gt;>
>;> You should be able to get the large images by using photo.largeUrl. What
>> happens if you trace these values and try and load the URLs into your
>> browser?
&gt;>
>;> In some cases a large image isn't available (depending on the size of
>> the originally uploaded file, whether the uploader is a Pro user and
>> your authentication and relationship to the uploader) - maybe this is
>> what you are experiencing?
>>;
>> Which group are you loading photos from? Are large images available on
>> the actual flickr website?
&gt;>
>;> Cheers,
&gt;>
>> Kelvin (not Kevin!!)
&gt;>
>;> Web Mail wrote:
>;>> Kevin;
>;>>
&gt;>> I have made progress with the Groups. I am able to display the Thumbnail images and medium images. using thumbnailUrl and mediumUrl
>>>; I can not seem to get the Full size to work. I tried to use photoPageUrl but it does not work (I think it's for web page Links?). I looked throught the Photo.as code I don't see anything that would help me. Can you tell me the public function name for Full size images? or if you know where I need to plug the var's in the URL e.g. return "http://static.flickr.com/"...
>>&gt;
>>;> Thank you in advance.
&gt;>> Raymond
&gt;>>
>>>;
>>&gt; _________________________________________________________________
>>&gt; Need personalized email and website? Look no further. It's easy
>&gt;> with Doteasy $0 Web Hosting! Learn more at www.doteasy.com
>&gt;>
>;>> _______________________________________________
>&gt;> Flashr mailing list
>&gt;> Flashrosflash.org
>>&gt; http://osflash.org/mailman/listinfo/flashr_osflash.org
>
>
> _________________________________________________________________
> Need personalized email and website? Look no further. It's easy
> with Doteasy $0 Web Hosting! Learn more at www.doteasy.com

_______________________________________________
Flashr mailing list
Flashrosflash.org
http://osflash.org/mailman/listinfo/flashr_osflash.org

Re: Group Progress
user name
2007-10-25 05:59:58
Hi,

Can you tell me the group you are trying to get photos from?
If so I'll 
take a look and try and figure out what's going wrong...

Cheers,

Kelvin (still not Kevin!)

Web Mail wrote:
> Kevin;
> 
> Thank you! I got the program working with 0.5 but I
still can not get 
> largeUrl or originalUrl to work.  Any suggestions?
> 
> Thank you;
> Raymond
> 
>
------------------------------------------------------------
------------
> *From*: Kelvin Luck <kelvinkelvinluck.com>
> *Sent*: Tuesday, October 23, 2007 5:08 PM
> *To*: Flashrosflash.org
> *Subject*: Re: [Flashr] Group Progress
> 
> Ahhh - you were using Flashr 0.4... It should be quite
easy to upgrade
> to 0.5, just replace the com/kelvinluck folder... You
will also need to
> change some of the functions you call (the class called
Flickr in 0.4 is
> now called Flashr etc). But it will be worthwhile as
0.5 is
> significantly more advanced than 0.4 and has heaps of
functionality that
> will help you out... Let me know if you have any
problems with the upgrade,
> 
> Cheers,
> 
> Kelvin 
> 
> Web Mail wrote:
>  > I believe my issue is with the version of Flashr.
I was working with 
> FlashrRecentPhotos and modified the code to call
groups. I took a look 
> at the Photo.AS file and photo.largeUrl does not exist.
I have an image 
> up that is greater then 500px wide and the only image
that I am getting 
> is an image 500px wide. When in Flickr I can get the
full 600px image.
>  >
>  > What pitfalls am I going to run into with
switching from 4 to 5? Can 
> I just copy that part of the code? Do I need to move
all the folders or 
> just the com folder?
>  >
>  > I want to thank you for all your time.
>  >
>  > Raymond
>  >
>  >
>  > ---------- Original Message
----------------------------------
>  > From: Kelvin Luck
>  > Date: Tue, 23 Oct 2007 19:25:11 +0100
>  >
>  >> Hi Raymond,
>  >>
>  >> You should be able to get the large images by
using photo.largeUrl. 
> What
>  >> happens if you trace these values and try and
load the URLs into your
>  >> browser?
>  >>
>  >> In some cases a large image isn't available
(depending on the size of
>  >> the originally uploaded file, whether the
uploader is a Pro user and
>  >> your authentication and relationship to the
uploader) - maybe this is
>  >> what you are experiencing?
>  >>
>  >> Which group are you loading photos from? Are
large images available on
>  >> the actual flickr website?
>  >>
>  >> Cheers,
>  >>
>  >> Kelvin (not Kevin!!)
>  >>
>  >> Web Mail wrote:
>  >>> Kevin;
>  >>>
>  >>> I have made progress with the Groups. I
am able to display the 
> Thumbnail images and medium images. using thumbnailUrl
and mediumUrl
>  >>> I can not seem to get the Full size to
work. I tried to use 
> photoPageUrl but it does not work (I think it's for web
page Links?). I 
> looked throught the Photo.as code I don't see anything
that would help 
> me. Can you tell me the public function name for Full
size images? or if 
> you know where I need to plug the var's in the URL e.g.
return 
> "http://static.flic
kr.com/"...
>  >>>
>  >>> Thank you in advance.
>  >>> Raymond
>  >>>
>  >>>
>  >>>
____________________________________________________________
_____
>  >>> Need personalized email and website? Look
no further. It's easy
>  >>> with Doteasy $0 Web Hosting! Learn more
at www.doteasy.com
>  >>>
>  >>>
_______________________________________________
>  >>> Flashr mailing list
>  >>> Flashrosflash.org
>  >>> http://osflash.org/mailman/listinfo/flashr_osflash.org

>  >
>  >
>  >
____________________________________________________________
_____
>  > Need personalized email and website? Look no
further. It's easy
>  > with Doteasy $0 Web Hosting! Learn more at
www.doteasy.com
> 
> _______________________________________________
> Flashr mailing list
> Flashrosflash.org
> http://osflash.org/mailman/listinfo/flashr_osflash.org

> 
> 
>
------------------------------------------------------------
------------
> 
> _______________________________________________
> Flashr mailing list
> Flashrosflash.org
> http://osflash.org/mailman/listinfo/flashr_osflash.org


_______________________________________________
Flashr mailing list
Flashrosflash.org
http://osflash.org/mailman/listinfo/flashr_osflash.org


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )