all groups > flash actionscript > august 2005 >
You're in the

flash actionscript

group:

Movie won't play after adding v2 Component to stage.


Movie won't play after adding v2 Component to stage. ChrisRauh
8/8/2005 7:17:24 PM
flash actionscript: Please help.

My movie works fine w/o component, if I add a v1 component it works still, if
I add a v2 component it stops. Through my traces it seems that the actions
inside my other movies won't play once the v2 component is added! It is
probably some actionscript 1.0 and 2.0 compatibility issue. My flash publishing
settings are the same.

I don't know what to do and I don't want to be stuck with v1 components.

Thanks,

Christian
Re: Movie won't play after adding v2 Component to stage. ChrisRauh
8/8/2005 9:21:41 PM
I have somewhat located the problem but it is a weird behavior.

This happens only after I add a List (v2 component).

This other movie I have on the same timeline works if I have up to a certain
amount of code. If I add *any* code after a certain amount the movie stops
working and all objects on the same timeline disapear.

Does this seem familiar to anyone? Any ideas?

Christian

PS: The movie will work with the following function:

function setLetters() {
btn1.label = "A";
btn2.label = "B";
btn3.label = "C";
}

But won't work if I add another line such as:


function setLetters() {
btn1.label = "A";
btn2.label = "B";
btn3.label = "C";
btn4.label = "D";
}

I have tested this with innumerous functions and they all create the same
error.
AddThis Social Bookmark Button