Re: [Flashcoders] Flashcoders [Object vars vs Component Params]

2007-08-08 Thread elibol
This depends on when the component you're using is instantiated. I don't think the component will instantiate before the vars. The vars should be available on the very first frame, meaning they are set before you're even allowed to execute code... Does that answer your question? On 8/7/07, eric

[Flashcoders] Flashcoders [Object vars vs Component Params]

2007-08-07 Thread eric e. dolecki
Quick Q (without testing myself yet)... I have a component that takes params via Component Params panel (inspectable meta) - cool. But I also would like one to be able to set some of those params via SWFobject javascript. like: var so = new SWFObject(movie.swf, mymovie, 400, 200, 8, #336699);