Re: [Flashcoders] I Must Be Asking This Question Wrong...

2010-02-02 Thread Bill Napier
OT crap. As a lurker, I just use this list to populate my google account as a repository for Flash coding searches. I use Flash rarely. I spend most of my time doing ASP .NET (c#) coding. If I conducted myself like beno on any list, I would expect to be banned and I would deserve to be ba

RE: [Flashcoders] digest

2007-10-19 Thread Bill Napier
Ditto on going back to digest ... Bill Napier Web Designer/Graphic Artist Bowles Rice McDavid Graff & Love LLP Post Office Box 1386 Charleston, West Virginia 25325-1386 Telephone: (304) 347-2139 Facsimile: (304) 343-3058 [EMAIL PROTE

Re: [Flashcoders] Mac Projector won't go fullscreen

2006-12-07 Thread Bill Napier
That's weird. I'll be doing this soon too. So, this won't work? //1 //2 fscommand("fullscreen","false"); //3 fscommand("fullscreen","true"); It would be worth it, to elimate the flicker. ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] TextFormat input text

2006-01-19 Thread Bill Napier
It was defined with var myStyle but you're right it had to be b_txt.setNewTextFormat(myStyle); to pick it up. Thanks, Bill ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] aseditor discussion

2005-12-28 Thread Bill Napier
Jim, Thanks for the great overview. I really appreciate it. -- Bill Napier Design Coordinator West Virginia Development Office 1900 Kanawha Boulevard, East Charleston, WV 25305-0311 800-982-3386 (toll free) 304-558-0078 x37 (p) 304-558-5053 (f) bnapier at wvdo.org http://www.wvdo.org

[Flashcoders] aseditor discussion

2005-12-27 Thread Bill Napier
Currently experimenting with SEPY v.1.5.2RC2 by Alessandro Crugnola [sephiroth] running on osx 10.4.3. Just wondering if anyone has tried and/or can recommend a different editor? Thanks. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com htt

Re: [Flashcoders] asfunction to destination anchor?

2005-12-13 Thread Bill Napier
It isn¹t possible. From: Bill Napier <[EMAIL PROTECTED]> Reply-To: Flashcoders mailing list Date: Tue, 13 Dec 2005 08:05:25 -0500 To: Flashcoders mailing list Subject: [Flashcoders] asfunction to destination anchor? Not sure what protocol is for posting to the list so I apologize i

[Flashcoders] asfunction to destination anchor?

2005-12-13 Thread Bill Napier
Not sure what protocol is for posting to the list so I apologize if I am going about it the wrong way... And I¹m new to this but I would think there would be a way to go from either a button or use the asfunction within a dynamic textfield to go to a destination anchor in a textfield in the followi

[Flashcoders] Function to textField anchor?

2005-12-12 Thread Bill Napier
Is it possible to write a function when associated with a button which will link to an anchor in a textField in the next frame rather than the frame itself. //this goes to the frame function gotoFrame (frame) { gotoAndStop(frame); } //but I want to go here Anchor Thanx. -- Bill Napier