[ascoders] Re: attachMovie component function availability
- From: <eric@xxxxxxxxxxxxx>
- To: <ascoders@xxxxxxxxxxxxx>
- Date: Thu, 9 Jan 2003 09:36:36 +0100 (CET)
> obj = {
> _x:10,
> _y:200,
> Label:"meinRadioButton",
> initialState:1,
> GroupName:myRadios
> };
>
> var ref = _root.attachMovie('FRadioButtonSymbol', 'FComponent', 1,obj);
jetzt muss ich aber weiter fragen ...
steht das irgendwo in der doku oder hast du dir einfach im script die
properties gesucht und überschreibst die? es sind ja keine richtgen
properties (addProperty) definiert, die dann das setzen anderer properties
und das invoken evtl zusätzlicher methoden übernehmen würden. sondern
wirklich nur variablen! insofern mache ich mir da sorgen, dass das alles
wirklich einwandfrei ist.
jetzt bin ich gespannt! ;) danke schon mal bis hier hin.
cheers,
eric.
------------------------------------------------------
Archiv : http://www.freelists.org/archives/ascoders/
Optionen : http://www.freelists.org/list/ascoders
------------------------------------------------------
- References:
- [ascoders] Re: attachMovie component function availability
- From: Manuel Dahm
Other related posts:
- » [ascoders] attachMovie component function availability
- » [ascoders] Re: attachMovie component function availability
- » [ascoders] Re: attachMovie component function availability
- » [ascoders] Re: attachMovie component function availability
- » [ascoders] Re: attachMovie component function availability
- » [ascoders] Re: attachMovie component function availability
- » [ascoders] Re: attachMovie component function availability
- » [ascoders] Re: attachMovie component function availability
- » [ascoders] Re: attachMovie component function availability
- [ascoders] Re: attachMovie component function availability
- From: Manuel Dahm