Im trying to use a spark Image component to load an image from Firebase
Storage, but it looks like something is failing to load.
This url loads without issues (located in the root of my storage):
https://firebasestorage.googleapis.com/v0/b/mybucket.appspot.com/o/leo.jpg?alt=mediahttps://firebasestorage.googleapis.com/v0/b/mybucket.appspot.com/o/images%2Fleo.jpg?alt=media<s:Image /> returns 404 in the second url, although it works in a browser.
This makes me think that the issue is the %2F used instead of / .
Could this be an encoding issue in the component? I am not sure if it uses
URLLoader to grab the image.
FYI: Using a custom Loader and loading the second url to a BitmapImage, works as should, so I guess there is something wrong with the loader of Image.
--
Sent from:
http://apache-flex-users.2333346.n4.nabble.com/