douglashowe / as3flickrlib

Automatically exported from code.google.com/p/as3flickrlib
0 stars 0 forks source link

Problems with e (expotentials) in flickr secret #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I receive a flickrsecret of an image e.g. "545545e263" this will
automatically be handeled as number and "e" as an expotential operator

"545545e263" turns into "5.45545000000000e+268" 
and "5.45545000000000e+268" is not to any use, the result is an url that is
wrong and a "http://l.yimg.com/g/images/photo_unavailable.gif" return.

Does anyone know how to solve this?? Reverse-engineering seems to be
impossible..

Thanks in advance

Original issue reported on code.google.com by krearchiv@gmail.com on 9 Oct 2009 at 3:32