1. I use the Loader component exclusively, just because of its inherent
callback methods. It's much easier to code for than using
createEmptyMovieClip and all that stuff.

2. _lockroot, when set to true for a particular movieclip, specifies that
_root refers to its _root as opposed to referring to the _root of the
movieclip that loads it. In other words, if you have MovieA.swf that loads
MovieB.swf and you set this._lockroot to true in MovieB.swf, any reference
to _root in MovieB will reference only MovieB's root. If _lockroot is set to
false in MovieB then any reference to _root will bubble up to MovieA's root.

3. I would definitely recommend using SWFObject as opposed to Adobe's
solution. Adobe's solution is not as robust and doesn't do anything in the
way of automatically activating the Flash Player in IE nor does it allow you
to easily specify which version of the Flash Player the swf is slated for.

On 5/12/06, Juan Anzaldo <[EMAIL PROTECTED]> wrote:


Hi list, almost I already finish this interactive and
have some simple questions.


http://www.movimiento-digital.com/discovery/pa_runwayInteractivo/ensamblado9b.html


1. which is the best method for load my content,
internal loader or external. at this time the
interactive has internal loader but the text and the
loaded animation appear until the eighty percent, I
gess that is because I have a lot of attach movies in
my code, Q. which parameters I need to add so that the
text and loader animation appear from the beginning?
or I unavoidably need to use an external loader.

2. Still I do not understand very well the lockRoot
function, somebody can give a simple explanation of
its operation?

3. Wich are the diferences betwen the SWFObject and
the method from Adobe?, which recommends to me to use?

If you have recommendations about the interactive I
apreciate.

tnx



Ing. Juan Anzaldo
Tel Cel. 614 427-6523
Blog : http://janzaldo.blogspot.com

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to