thanks man I got to work from those guys at friendsofed.com. I was trying
to modify their chapter 11 draggable windows, but the actioncripting also
had to be modified and that was where I got stuck. But they showed me how to
modify the actionscript. I just had to take out a couple lines of code. but
now my content is coming into my window and a mirror effect is off to the
side of the window, If you can fix this or give me any hints I will send the
two fla's to you.
>From: "Michael Evans" <mje113@p...>
>Reply-To: "Flash Programming" <flash_programming@p...>
>To: "Flash Programming" <flash_programming@p...>
>Subject: [flash_programming] RE: flash_programming digest: March 15, 2001
>Date: Fri, 16 Mar 2001 09:08:35 -0500
>
>Well, you're almost there. Just create a blank movie, with the same stage
>size and frame rate as the parent movie (otherwise you wouldn't be able to
>position your draggable window). Drop your draggable window onto the stage
>at the exact position you want it to appear when loaded. Export the movie,
>then add a "loadMovieNum" action to your parent movie to load the swf
>containing your window. It's all quite easy.
>
>
>Subject: Pop up draggable windows in flash
>From: "Ricardo Waldron" <ricardo313@h...>
>Date: Thu, 15 Mar 2001 15:56:06
>X-Message-Number: 1
>
>I am trying to create some pop up draggable windows in flash with dynamic
>or static content in the windows. I already know how to create draggable
>windows that can be minimized or maximized but how do I set these up in
>flash. The content will be loaded from a seperate file
>
>