[flexcoders] Mouse wheel scrolling issue

2008-08-11 Thread mammatusstratusnimbuscumulus
I've scoured the net for an answer to this but haven't found anything definitive yet - apologies if I overlooked an answer in the archives. When using the mouse wheel to scroll through a list in a Flex app, both the list AND the web page in which the Flex app is embedded scroll. I found that by

[flexcoders] Re: Populating an Image control from an HTTPService request

2008-03-12 Thread mammatusstratusnimbuscumulus
can be local to the directory the .swf is in or a full URL. private function getImage():void { someImage.source = http://somesite.com/otherimage.jpg http://somesite.com/otherimage.jpg } --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , mammatusstratusnimbuscumulus

[flexcoders] Re: Populating an Image control from an HTTPService request

2008-03-12 Thread mammatusstratusnimbuscumulus
is in or a full URL. private function getImage():void { someImage.source = http://somesite.com/otherimage.jpg http://somesite.com/otherimage.jpg } --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , mammatusstratusnimbuscumulus jon@ wrote: Could someone shed some light on how

[flexcoders] Populating an Image control from an HTTPService request

2008-03-11 Thread mammatusstratusnimbuscumulus
Could someone shed some light on how to go about populating an image control with the results of a HTTPService request? I've spent hours trying to get this to work to no avail and haven't been able to find any examples anywhere. The images are from other websites which may or may not have a