Select to view content in your preferred language

Integrating simple picture with text

861
3
04-04-2011 04:37 AM
RyanHollins
New Contributor
I am trying to create a widget that takes a base-64 encoded image from a mobile application (xml feed) and displays it in the FlexViewer. Anyone know how to do this?
Tags (2)
0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus
Ryan,

   Flex as a Base64 encoding and a decoding library.

import mx.utils.Base64Decoder;
0 Kudos
RyanHollins
New Contributor
Thanks for responding so quick. I have very limited experience with building Flash programs and the ActionScript language.

Is there any easy way to use the precompiled version of the wigets and edit an existing widget's .xml file?

I am also attempting to subscribe to my twitter feed but it seems the issue lies in the crossdomain.xml file. I don't think I have permission to access the feed.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Ryan,

   Nope, this is not something you can do with out programming.
0 Kudos