This is a discussion on "loadMovie(),loadMovieNum()" within the Flash & Multimedia Forum section. This forum, and the thread "loadMovie(),loadMovieNum() are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
loadMovie(),loadMovieNum()
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
loadMovie(),loadMovieNum()
Hi!
For my interface I required to load swf files on clicks of buttons, into an empty movie Clip, and with the much-appreciated help of Sgaspar11, I just about managed it. Now I just noticed that if there is a swf UNDER THE NEWLY LOADED movieclip, its buttons are activated through the new swf, above it. I am going wrong somewhere- but I'm lost- Am I making sense? To load the swf in a movie clip, I have done the following: on(release){ this.shell.loadMovie("movieclip.swf",1); _root._x = 0; _root._y = 0; } Can someone please help me? Thanks! |
|
|
|
|||
|
Re: loadMovie(),loadMovieNum()
It is because loading movies is like placing them in layers. The movies in higher numerical levels are closer to the front and will be visible above the ones in lower levels. The blank space becomes like a transperancy. If you want it to just kick out all of the content of the previous movie and load fresh. Load the movies into the same level. Or stack accordingly . . .
Last edited by Travis Glodt; Aug 5th, 2007 at 22:17. |
|
|||
|
Re: loadMovie(),loadMovieNum()
Thanks a lot Travis- I'll work with that. In the meanwhile I've redesigned the interface to avoid the problem- but its a compromise.
Thanks again for your time and advice! Its greatly appreciated. Cheers! |
![]() |
| Tags |
| flash, interface, movieclip |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help please?!:about loadMovie function in layered MCs | baitwens | Flash & Multimedia Forum | 4 | Sep 18th, 2007 17:51 |
| Loadmovie - Centering pictures | cocoonfx | Flash & Multimedia Forum | 1 | Jul 22nd, 2007 16:36 |
| flash cs3 loadmovie(); error | gwx03 | Flash & Multimedia Forum | 2 | May 23rd, 2007 15:09 |
| loading multiple images with loadMovie | yardgnome | Flash & Multimedia Forum | 1 | Jan 2nd, 2006 20:37 |
| need help with loadmovie.... | courtjester | Flash & Multimedia Forum | 1 | Jun 7th, 2004 08:11 |