[flexcoders] controlling a swf from SWFLoader

2008-06-11 Thread Mario Vieira
I'm working in a ISP Costumer Service page that allows the users to upgrade/downgrade their bandwidth. I have a swf that is a meter display, and this has a movie clip whose timeline changes this meter pointer (like a speddedometer) in accordance with the bandwidth value I kinda got Flex

Re: [flexcoders] controlling a swf from SWFLoader

2008-06-12 Thread Mario Vieira
[mailto:[EMAIL PROTECTED] On Behalf Of Mario Vieira Sent: Wednesday, June 11, 2008 3:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] controlling a swf from SWFLoader I'm working in a ISP Costumer Service page that allows the users to upgrade/downgrade their bandwidth. I have

Re: [flexcoders] Call container functions from swfloader?

2008-07-09 Thread Mario Vieira
haven't done this in AIR, but with Flex generated swfs, I have used the content object of the swfloader, and I have embedded the swf loader (AIR might have to do anyway) private var _downMeter:MovieClip; _downMeter = meter.content.getChildAt(0).getChildAt(0).getChildByName

[flexcoders] SoundChannel in a NetStream, the audio holy grail

2008-08-15 Thread Mario Vieira
Does anyone knows the of the anatomy of the flash.media objects, and the mx SoundAsset well enough to suggest an architecture that would achieve getting the a SoundChannel out of o NetStream object? Cheers Mario

[flexcoders] persistent server-side shared objects

2008-10-22 Thread Mario Vieira
what is deal with writing persistent server-side shared objects with AMF3 object encoding? fair enough, in FMS3 everything should be server-side scripts, but why can't I flush it? Language reference says I could, but how!?

Re: [flexcoders] Re: positioning custom toolTips?

2008-10-22 Thread Mario Vieira
I would look up the ToolTip class (if yo haven't already done it!) http://livedocs.adobe.com/flex/3/langref/mx/controls/ToolTip.html or $35 for these guys might do! http://www.afcomponents.com/components/tooltip_flex/ On 22 Oct 2008, at 22:29, djbrown_rotonews wrote: anyone?

Re: [flexcoders] hideing a tab in a TabNavigator

2009-01-02 Thread Mario Vieira
editing the display list is a way, or simply trying to set the tabNav children visible to true/false is also a goal you can create your UI with a method, and so perform checks to see who will be added at run time or not you can create item renderers that uses XML, and perform further