Thanks Guys! It's working now :D

--- In flexcoders@yahoogroups.com, "Clint Tredway" <[EMAIL PROTECTED]> 
wrote:
>
> try using this.parameters.theText
> 
> On 2/6/07, g_vaccarezza <[EMAIL PROTECTED]> wrote:
> >
> >   this is driving me mad!
> > Can you guys tell me what am I doin wrong?
> >
> > See I have to pass a variable to my flex app then just fill a
> > textfield with that value.
> >
> > I wrap the app like this:
> >
> > <object>
> > <param name='flashVars'value='theText=this is a text'>
> > etc...
> > <embed flashVars='theText=this is a text'> etc...
> > </embed>
> > </object>
> >
> > Then from within the movie I call my function ON COMPLETE
> >
> > private function initApp():void{
> > requestText.text = theText;
> > }
> >
> > I took this from the livedocs but nothing seems to work...
> > Am I writing something wrong? sintax error or what?
> > this shouldn't be that diff'cult!
> >
> > Thanks
> > -g
> >
> >  
> >
> 
> 
> 
> -- 
> http://indeegrumpee.spaces.live.com/
>


Reply via email to