flash question
- Started
- Last post
- 4 Responses
- tonks
Problem with my website. I have a main flash movie, and within that I want to load in smaller versions of all my flash work. THe problem I have is that some of the more complicated flash pieces with lots of code no longer work properly. I guess its stuff like ( _root. ) thats causes the problems because its talking too the wrong movie... if you know what I mean?! Is it fixable without having to recode stuff?
I will accept no responses cos its a bit of a weird question ; )
- abettertype0
If its talking to the wrong movie...then its talking to the wrong movie. You should just change the code. If you haver a lot of code and it is all over the place, use the find and replace in Flash to save your ass. Good Luck!
- stuff0
only solution is to re-write code holmes. You shouldn't really need to use the _root function at all. (You could just use _parent._parent._parent etc as a quick fix)
- spot130
instead of using _root use _parent and your movies should work as stand alone and when loaded into another container.
- tonks0
thanks guys . I know this now!!! It just some of my old stuff uses _root. and I cant be arsed to go though it all. hey ho