Hi,
I know how to embed standard images(in JPEG, GIF, and PNG) in Flex but can't figure out how to embed "live" image feeds. For example:
Can someone shed some light on this? Thanks...
Hi,
I know how to embed standard images(in JPEG, GIF, and PNG) in Flex but can't figure out how to embed "live" image feeds. For example:
Can someone shed some light on this? Thanks...
Never mind. I figure it out by using URLRequest, Loader and Timer to achieve this.