[flexcoders] Dynamic Embedded Images

2008-10-06 Thread danenania
Hi flexcoders! I have an app with a couple large sets of images that
are setup to be loaded dynamically through the source property string
based on user inputs. I'd like to change these to embedded images to
improve performance, but A.) I don't want to have to go through the
tedium of manually embedding each image in the script block and B.) I
don't know how to dynamically reference the embedded images. Any
ideas? Seems like this would be a fairly common task but can't seem to
turn up anything via livedocs or google. Thanks!

-Dane



[flexcoders] Strange Image Behavior

2008-09-21 Thread danenania
Hi all. I'm experiencing some serious strangeness with a few .png
images in my project. They work perfectly in debug mode, and they also
work in IE7 on the live server, but on the live server in Firefox 3
they won't load. This is especially strange because I have many OTHER
.png and other types of image files in the project that are working
just fine. Any ideas? I tried substituting a couple .gif files instead
but had the same problem. Thanks.

-Dane