Thanks Diego, that was it...
I had to look twice at you snippet to see what was different, but when I saw it, it was the issue!

Cheers!

On 10/11/06, Ralf Bokelberg <[EMAIL PROTECTED]> wrote:

Oh no, i just tested it on my own and it seems like the new player
works differently from the old one. So this is not the problem here.
Ralf.



On 10/11/06, Ralf Bokelberg <[EMAIL PROTECTED]> wrote:
> I think, this is build into the player, because setters can be used in
> expressions like this:
>
> result = (mysetter += 123)
>
> Cheers,
> Ralf.
>
> On 10/11/06, Diego Guebel <[EMAIL PROTECTED]> wrote:
> > try this:
> >
> > [Bindable]
> > private var _someVar:Object;
> >
> > public function set someObject(value:Object):void
> > {
> > _someVar = value;
> > }
> > public function get product():Object
> > {
> > return _someVar;
> > }
> >
> > cheers, diego.
> >
> >
> > On Wed, 11 Oct 2006 15:49:11 +1300, David Harris <[EMAIL PROTECTED]>
> > wrote:
> >
> > > private var _someVar:Object;
> > > [Bindable]
> > > public function set someObject(thisWhatsit:Object):void
> > > {
> > > _someVar = thisWhatsit;
> > > }
> > > public function get product():Object
> > > {
> > > return _someVar;
> > > }
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
>
> --
> Ralf Bokelberg <[EMAIL PROTECTED]>
> Flex & Flash Consultant based in Cologne/Germany
>

--
Ralf Bokelberg <[EMAIL PROTECTED]>
Flex & Flash Consultant based in Cologne/Germany


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to