[Flashcoders] Issue with Removing a Movie

2007-08-30 Thread Lord, Susan Ms. (CONTR)
Hi there, I have a set of buttons (menuExit_mc) that I load after I load an external swf (movie). When I click my main menu button, enacting mainMenu(), I want the menuExit_mc to be removed from the screen. I am not sure why this is not working for me. Any ideas? Below is my code. Any help you

[Flashcoders] Combo Box Component Errors

2007-06-21 Thread Lord, Susan Ms. (CONTR)
Hi there, I am having a unique problem using the combo box component. When I run the file on its own, it works great, but when I load the swf into my main file it stops working. Now to eliminate possibilities for other errors I created 2 files to test this and removed all other programming and

[Flashcoders] Problems with my Resume button

2007-06-14 Thread Lord, Susan Ms. (CONTR)
Hello, I posted this to newbies yesterday and didn't receive a response. Sorry for the double post, newbies! I have an strange problem. I am developing a WBT where I have a shell that is calling subfiles. On the shell I have pause replay and resume, which generally works fine. The only time

RE: [Flashcoders] Problems with my Resume button

2007-06-14 Thread Lord, Susan Ms. (CONTR)
; } this.createEmptyMovieClip(img_mc, this.getNextHighestDepth()); this.mcl = new MovieClipLoader() this.mcl.addListener(this); this.mcl.loadClip(leaves.jpg, this.img_mc) regards, Muzak - Original Message - From: Lord, Susan Ms. (CONTR) [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday

[Flashcoders] Drag and Drop

2007-05-30 Thread Lord, Susan Ms. (CONTR)
Hello, I posted this on the newbie's list and didn't get a response, so I figured I would try here. Sorry for the double post for those of you who watch both lists. I have a drag and drop and have an issue. When I roll over one of the other pieces and click the piece stays instead of jumping

RE: [Flashcoders] PLEASE HELP ~ FLV SYNCH ISSUES ~ Big Deadliine!

2006-02-15 Thread Lord, Susan Ms. (CONTR)
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lord, Susan Ms. (CONTR) Sent: Wednesday, February 15, 2006 9:48 AM To: Flashcoders mailing list Subject: [Flashcoders] PLEASE HELP ~ FLV SYNCH ISSUES ~ Big Deadliine! Hi there, I am creating FLV's from Final Cut

RE: [Flashcoders] PLEASE HELP ~ FLV SYNCH ISSUES ~ Big Deadliine!

2006-02-15 Thread Lord, Susan Ms. (CONTR)
-Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Lord, Susan Ms. (CONTR) Sent: Wednesday, February 15, 2006 10:25 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] PLEASE HELP ~ FLV SYNCH ISSUES ~ Big Deadliine! Not good... we don't have

RE: [Flashcoders] Secure Site Question

2006-02-10 Thread Lord, Susan Ms. (CONTR)
out whats wrong with your certificate is to have the HTML itself served up from your secure site. This will then always prompt the user to accept, allowing them to view other content (the FLV's) from that site. Tyler On 2/7/06, Lord, Susan Ms. (CONTR) [EMAIL PROTECTED] wrote: Hello, I am