loadMovie(),loadMovieNum()

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 5th, 2007, 16:59
New Member
Join Date: Jul 2007
Location: India
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Reply With Quote

  #2 (permalink)  
Old Aug 5th, 2007, 22:13
New Member
Join Date: Aug 2007
Location: Los Angeles
Age: 27
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3 (permalink)  
Old Aug 6th, 2007, 05:07
New Member
Join Date: Jul 2007
Location: India
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Reply With Quote
Reply

Tags
flash, interface, movieclip

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 20:22.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43