[Flashcoders] by

2006-05-31 Thread khodam khodesh
b - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1cent;/min. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] by

2006-05-31 Thread Arul Prasad
bye dude, this list will miss u! hehe ~Arul Prasad. On 5/31/06, khodam khodesh [EMAIL PROTECTED] wrote: b - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.

Re[6]: [Flashcoders] Shared fonts

2006-05-31 Thread Iv
Hello Joeri, JvO We use font-family JvO terms like MainFont, or BoldFont, and when letting the FontLoader JvO parse the stylesheet, it replaces them with the actuall font name JvO loaded linked with that identifier... JvO So with just replacing the font libs, the entire site will have new fonts

Re: [Flashcoders] AS 2.0 and Casting to datatypes ...

2006-05-31 Thread mike cann
Hi, Casting is telling the program expeicitly what a variable it so that the compiler doesn't throw a wobbler when you try to perform an operation on said variable. In your example: var info:ClockUpdate = ClockUpdate(infoObj); infoObj is probably defined as type Object? And even though you

Re: [Flashcoders] AS 2.0 and Casting to datatypes ...

2006-05-31 Thread Ian Thomas
Hi, As Mike says, casting is used to tell the compiler that you're sure about the type of an object - where the compiler would otherwise report an error, because it's unsure. This is commonly needed in situations such as when you're using an object designed for handling generic types to manage

Re: [Flashcoders] AS 2.0 and Casting to datatypes ...

2006-05-31 Thread Ian Thomas
Whoops - instead of this: var animal2:Animal=z.removeAnimal(fido); if (animal2 instanceof Dog) { var myDog:Dog=Dog(animal2); animal2.fetchNewspaper(); } I meant: var animal2:Animal=z.removeAnimal(fido); if (animal2 instanceof Dog) { var myDog:Dog=Dog(animal2); myDog.fetchNewspaper();

RE: [Flashcoders] by

2006-05-31 Thread Jim Tann
Hello -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of khodam khodesh Sent: 31 May 2006 07:39 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] by b - Talk is

Re: [Flashcoders] by

2006-05-31 Thread Marcelo de Moraes Serpa
WTF? On 5/31/06, Jim Tann [EMAIL PROTECTED] wrote: Hello -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of khodam khodesh Sent: 31 May 2006 07:39 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] by b

[Flashcoders] FlashCodersBrighton.org

2006-05-31 Thread Seb L
Thought that UK Flashers may be interested in this! Seb -- Forwarded message -- From: James Marsden [EMAIL PROTECTED] Date: 30-May-2006 18:48 Subject: [BNM] Flash Coders Brighton To: Brighton New Media [EMAIL PROTECTED] Hello BNM flash people! Just when you thought Brighton

RE: [Flashcoders] by

2006-05-31 Thread Jim Tann
I don't know, he said by I say heloo hello hello I don't know why he say goodbye -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcelo de Moraes Serpa Sent: 31 May 2006 12:28 To: Flashcoders mailing list Subject: Re: [Flashcoders] by WTF? On

[Flashcoders] Anyone know a good Flash CMS Portfolio App

2006-05-31 Thread Matt Muller
A friend who is a designer is looking for a good, easy to use Flash based CMS/XML driven to show off work, can anyone recommend anything? thanks MaTT ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Re: NumericStepper in CellRender disappears and gets 256 levels of recursion...

2006-05-31 Thread John Mark Hawley
Thanks, I found mentions of this on the web but the links were busted. Josh Santangelo wrote: There's a multiline CellRenderer in the Flash 8 documentation. http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=3131.html (Or just

[Flashcoders] List variables problem.

2006-05-31 Thread Zimmen
Hi all I have seen this topic before last year but i never saw the solution. The problem is that, when i list variables, i do not get all the info i should get! like this: http://www.zimmen.com/wierd/ So far i have seen this on 2 systems, both dutch XPsp2 installs. I have never seen this

[Flashcoders] When you are done with a project what do you take with your for your portfolio

2006-05-31 Thread Manuel Saint-Victor
I am in the process of wrapping up a project and don't want to leave without anything to show that I built this project the next time someone wants a sample to demonstrate my skillset. What does a developer traditionally have the right to include in a portfolio to demonstrate to subsequent

Re: [Flashcoders] When you are done with a project what do you take with your for your portfolio

2006-05-31 Thread Marcelo de Moraes Serpa
Well, just be clear on what you´ve done in this project... I guess you´ll be fine if you just be honest ;) Marcelo. On 5/31/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: I am in the process of wrapping up a project and don't want to leave without anything to show that I built this project

[Flashcoders] flashblog

2006-05-31 Thread kathrin hunger
can anybody help??? did anybody of you post that flashblog.swf tutorial for flashkit.com??? the flashblog is signed with studioah if yes Can i please ask a question! its all working fine, until I call the flashblog.swf file into another swf

[Flashcoders] trimming quotes from posts

2006-05-31 Thread Lists
Okay, thanks Dave. By the way, the irony of my asking a list policy question and forgetting to change my subject line, did not escape me. Sorry about that. Rich ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] flashblog

2006-05-31 Thread Marcelo de Moraes Serpa
Hello Kathrin, Try setting the font at runtime, in you Flashblog.swf, at the first frame (or in the class constructor if any): textfield_txt.setStyle(fontFamily,fontName); textfield_txt.embedFonts = true; Marcelo Serpa. On 5/31/06, kathrin hunger [EMAIL PROTECTED] wrote: can anybody

Re: [Flashcoders] by

2006-05-31 Thread Marcelo de Moraes Serpa
Khodam,are you the same guy who posted that msg asking for a flasmx project whit source?? Maybe you got upset and that´s why you are saying goodbye (your last message subject was hiii) lol On 5/31/06, Jim Tann [EMAIL PROTECTED] wrote: I don't know, he said by I say heloo hello hello I don't

Re: [Flashcoders] When you are done with a project what do you take with your for your portfolio

2006-05-31 Thread Ron Wheeler
Ask the client for permission to use what ever you want to show. Make sure that the current client is clear what your role was in building the thing that you want to show. If you new prospect calls to check your reference and the client says that he does not recall if you worked on that part

RE: [Flashcoders] by

2006-05-31 Thread Tom Lee
Can we please kill this thread? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcelo de Moraes Serpa Sent: Wednesday, May 31, 2006 10:00 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] by Khodam,are you the same guy who posted that msg

Re: [Flashcoders] by

2006-05-31 Thread Marcelo de Moraes Serpa
Tom, how could we do that? (Kill the thread)? Yeah, I think it´s a nice idea. On 5/31/06, Tom Lee [EMAIL PROTECTED] wrote: Can we please kill this thread? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcelo de Moraes Serpa Sent: Wednesday, May 31,

Re: [Flashcoders] Anyone know a good Flash CMS Portfolio App

2006-05-31 Thread val
I've seen quite a few people using slideshowpro for that kind of thing. http://www.slideshowpro.net/ Not exactly a CMS, but it is XML driven and very easy to use. -Val On 5/31/06, Matt Muller [EMAIL PROTECTED] wrote: A friend who is a designer is looking for a good, easy to use Flash based

RE: [Flashcoders] by

2006-05-31 Thread Tom Lee
We can do that by posting messages that are relevant to Flashcoders. If we did that, this thread wouldn't exist in the first place. I am aware of the bitter irony that by posting a request to end the thread, I have in fact perpetuated it. However, I would like Flashcoders to remain a

[Flashcoders] Trap key input

2006-05-31 Thread Danny Kodicek
Is there a sensible way to trap key input into an input field? I'm looking for an equivalent to something like this in Director: on keyDown me if (abcde contains the key) then pass if the key = backspace then alert(can't delete) if the key = return then go next end I know it's

Re: [Flashcoders] hii

2006-05-31 Thread Ujjwal Kabra
And bring me a hard copy of the Internet so I can do some serious surfing - Pointy-Haired Boss in Dilbert, June 6, 1999. -Ujjwal Kabra On 5/30/06, khodam khodesh [EMAIL PROTECTED] wrote: i want flashmx project whit source - Do you Yahoo!? Get on board.

[Flashcoders] flashblog

2006-05-31 Thread kathrin hunger
hello Marcelo thanks but unfortunately it doesnt work either. kathrin   Original-Nachricht  Datum: Wed, 31 May 2006 10:52:05 -0300  Von: Marcelo de Moraes Serpa [EMAIL PROTECTED]  An: Flashcoders mailing list flashcoders@chattyfig.figleaf.com  Betreff: Re: [Flashcoders]

[Flashcoders] Flash XML/CMS

2006-05-31 Thread Dan Styles
Matt, why doesn't he make his own? It's not hard and would show off his skills as a designer. He'd be able to control design and functionality, would learn how to make a simple CMS (i use SQLPHPXML), he'd increase his value as a designer/developer, improve his skillset and would be safe in the

Re: [Flashcoders] Flash XML/CMS

2006-05-31 Thread jcanistrum
I begun to make a very simple one, since I don´t have much spare time do dedicate to it. I used the imageviewer class form Colin Mock as basis and one ComboBox e the ListBox. the most interesting to me is the ASP app which reads de directories and files below where it is and generates an XML

RE: Re[4]: [Flashcoders] Shared fonts

2006-05-31 Thread Bernard Visscher
With bitmaps you could use the bitmapdata to draw it in another movie. Yes, but Flash 8 only. Beautiful solution anyhow. That's true, but it won't take long before FP8 is the way to go. Now about 80% of the users have FP8.. Bernard ___

Re: [Flashcoders] Preloading classes

2006-05-31 Thread Michael Stuhr
Nick Weekes schrieb: Hi all, I have a swf that uses several external classes (the built in tween classes and some of my own), and when I test the movie I notice that this code is compiled in frame 1 of my movie. So a preloader isn't going to be 100% accurate as it will load my classes

Re: [Flashcoders] Preloading classes

2006-05-31 Thread Doug Tangren
go to file publish settings, under the flash tab there should be an actionscript version select box, next to that is a settings button, click that and from there specify which frame you want to export your classes. Doug Tangren [EMAIL PROTECTED] On May 31, 2006, at 12:47 PM, Nick

[Flashcoders] How to remove indent for LI with CSS?

2006-05-31 Thread GregoryN
Hello all, I'm trying to remove indent for LI elements in html textfield (MX 2004). Client wants this. In normal HTML/CSS we can just write: li {margin-left: 0;} Seems in Flash this indent for LI is hard-built-in, at least I can't find a way to get rid of it. I'm not considered dirty

[Flashcoders] DATA GRID CUSTOMIZATION

2006-05-31 Thread Michael Hood
Hey! This may be a bit vague - perhaps , but... I'm trying to customize a Flash DataGrid Component so that it can have X rows of displayed text in a column, in the header bar, and return X rows of returned, related data, all within a single row of a returned query... Did that make any

RE: [Flashcoders] Preloading classes

2006-05-31 Thread Nick Weekes
Ah, there it is. Thanks Doug. And guilty as charged on not searching archive. Sorry for the redundant question all. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Tangren Sent: 31 May 2006 18:03 To: Flashcoders mailing list Subject: Re:

Re: [Flashcoders] Anyone know a good Flash CMS Portfolio App

2006-05-31 Thread Jacob Reiff
On May 31, 2006, at 5:10 AM, Matt Muller wrote: A friend who is a designer is looking for a good, easy to use Flash based CMS/XML driven to show off work, can anyone recommend anything? thanks MaTT ___ They may want to check out Needmore

[Flashcoders] [URGENT] Flash effect/transition samples

2006-05-31 Thread 8ball Developer
Hi all, I have a client coming in today who wants see some sample effects/transitions to apply to different parts of the Flash work. Do you have links to such samples where I can go through them with him? Any help is much appreciated. Thanks, Ben ___

RE: [Flashcoders] FlashCodersBrighton.org

2006-05-31 Thread Jim Tann
Great, I will be there :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seb L Sent: 31 May 2006 12:41 To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] FlashCodersBrighton.org Thought that UK Flashers may be interested in this! Seb

RE: [Flashcoders] [URGENT] Flash effect/transition samples

2006-05-31 Thread André Goliath
Something like this? http://www.experiment23.de/tmp/index.html (the menu are the small bars at the left) hth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 8ball Developer Sent: Wednesday, May 31, 2006 7:31 PM To: Flashcoders mailing list Subject:

RE: [Flashcoders] by

2006-05-31 Thread Jim Tann
I like to think of the Flashcoders list as a community not just a resource, I have helped been helped on here many times but also like that there is some personality on here too. Sorry if you don't feel the same way. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Flashcoders] re: self published

2006-05-31 Thread Thomas Marbois
reply to: Message: 5 Date: Tue, 30 May 2006 20:01:08 -0400 From: Matthew Simpson [EMAIL PROTECTED] Subject: RE: [Flashcoders] self published. To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 I

RE: [Flashcoders] by

2006-05-31 Thread Dave Watts
I like to think of the Flashcoders list as a community not just a resource, I have helped been helped on here many times but also like that there is some personality on here too. Sorry if you don't feel the same way. Every time you post to this community, you're consuming the resource

[Flashcoders] re: self published

2006-05-31 Thread Thomas Marbois
in reply to: Message: 8 Date: Tue, 30 May 2006 20:53:56 -0400 From: Mike Britton [EMAIL PROTECTED] Subject: Re: [Flashcoders] self published. To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1;

[Flashcoders] Testing

2006-05-31 Thread Brian Mays
Not getting messages. Sorry for inconvenience. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

Re: [Flashcoders] re: self published

2006-05-31 Thread Mike Britton
Good luck Thomas. From a high-level perspective, your server flash element can create a localconnection to receive, and your client flash element can do the sending. In the data can be the type of action required, allowing for a switch statement to route it properly, as well as the data itself

RE: [Flashcoders] re: self published

2006-05-31 Thread Matthew Simpson
I see. Thanks for the knowledge Thomas. Sounds to me like an XML socket is the way to go. Good Luck! Matthew From: [EMAIL PROTECTED] on behalf of Thomas Marbois Sent: Wed 5/31/2006 1:53 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] re: self

[Flashcoders] FileReference and ASP

2006-05-31 Thread azsl1326-email
I am looking for an ASP script to work in tandem with the FileReference class. I have searched the web but can only find mostly PHP scripts. My server has ASPUpload and SA FileUp available but am not having much luck getting the file to upload to the server. Can anyone assist in getting me on

Re: [Flashcoders] How to remove indent for LI with CSS?

2006-05-31 Thread Josh Santangelo
Instead of using li, just use the entity for a bullet character, #249; or something. -josh On May 31, 2006, at 10:10a, GregoryN wrote: Hello all, I'm trying to remove indent for LI elements in html textfield (MX 2004). Client wants this. In normal HTML/CSS we can just write: li

[Flashcoders] Q: 3d Navigation done in Shockwave

2006-05-31 Thread bitstreams
A really beatiful 3d nav with transparency and transformation http://interact10ways.com/usa/emotion_interactive.htm Although done in shockwave, does anyone know if this can be duplicated in Flash? Thanks in advance Jim Bachalo [e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca

Re: [Flashcoders] Q: 3d Navigation done in Shockwave

2006-05-31 Thread Nick Weekes
Ive definitely seen this done before in flash. Anybody got any public source/algorithms for this kind of navigation in actionscript? [EMAIL PROTECTED] wrote: A really beatiful 3d nav with transparency and transformation http://interact10ways.com/usa/emotion_interactive.htm Although done

[Flashcoders] Data in loaded movies issue

2006-05-31 Thread Philip Double
Hey all, I am running into a weird issue that I have never seen before - hoping that someone may be able to lend a hand. To begin with - all files mentioned are hosted on the same domain server. I have a shell file - that loads many content.swfs into it and is populated from an xml

[Flashcoders] Q: creating oval mask with 4 bezier points

2006-05-31 Thread bitstreams
Hi I want to use the drawing api to create an oval mask whose shape is controlled by 4 bezier points. To start I need to look into simulating bezier control points in flash. Can anyone point me in the right direction? Thanks in advance Jim Bachalo [e] jbach at bitstream.ca [c] 416.668.0034

[Flashcoders] Tool for creating UML diagrams from ActionScript code other than Enterprise architect?

2006-05-31 Thread Manuel Saint-Victor
Is anyone aware of such a tool? I have some classes that I would love to generate actual UML diagrams for. Thanks, Mani ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] RE: Flashcoders Digest, Vol 16, Issue 100

2006-05-31 Thread Michael Hood
Doug: Interestingly, your solution for the header is one that I actually resorted to, but then I lose all of that nifty functionality, like sorting, column size, and other bells and whistles. I see what you are saying about enhancing the colors to envelop the rows that go together (making

RE: [Flashcoders] Tool for creating UML diagrams from ActionScript codeother than Enterprise architect?

2006-05-31 Thread Bernard Visscher
This maybe? http://www.codealloy.com/argoumlforactionscript.htm -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Manuel Saint-Victor Verzonden: woensdag 31 mei 2006 22:26 Aan: Flashcoders mailing list Onderwerp: [Flashcoders] Tool for creating UML diagrams

Re: [Flashcoders] OT: good billing/invoicing apps?

2006-05-31 Thread Aaron Silvers
This is off-topic, but iBiz on OS X has worked great for me. -a- On 5/31/06, Rich Rodecker [EMAIL PROTECTED] wrote: can anyone recommend a good billing/invoicing app? i'm looking for something on the simple/easy side. or, if you use project management software that does invoicing, let me

Re: [Flashcoders] OT: good billing/invoicing apps?

2006-05-31 Thread Radley Marx
If you're a Mac user, check out iBiz. Very easy. -radley On May 31, 2006, at 3:41 PM, Rich Rodecker wrote: can anyone recommend a good billing/invoicing app? i'm looking for something on the simple/easy side. or, if you use project management software that does invoicing, let me know

Re: [Flashcoders] [URGENT] Flash effect/transition samples

2006-05-31 Thread 8ball Developer
This is good, but I'm looking for very simple things like bounce effect and such. On 5/31/06, André Goliath [EMAIL PROTECTED] wrote: Something like this? http://www.experiment23.de/tmp/index.html (the menu are the small bars at the left) hth -Original Message- From: [EMAIL

Re: [Flashcoders] [URGENT] Flash effect/transition samples

2006-05-31 Thread Telmo Dias
Try this: http://www.actionscript.org/tutorials/advanced/Tween-Easing_Classes_Documented/index.shtml 8ball Developer wrote: This is good, but I'm looking for very simple things like bounce effect and such. On 5/31/06, André Goliath [EMAIL PROTECTED] wrote: Something like this?

Re: [Flashcoders] OT: good billing/invoicing apps?

2006-05-31 Thread Jacob Reiff
For web-based invoicing, you may want to check out Blinksale. I've been using it for a few months now and have no complaints. You can custom design the emails it sends out, it will include a PayPal link if you accept it and lets you send out thank-you's once you've been paid. Clean and

Re: [Flashcoders] OT: good billing/invoicing apps?

2006-05-31 Thread Josh Santangelo
Interesting. Is there an iBiz vs TimeNet comparison up anywhere? -josh On May 31, 2006, at 5:27p, Rich Rodecker wrote: yup im on mac. i've been reading both good and bad reviews on iBiz, most of the recommending TimeNet. i was thinking of going with basecamp, but it doesnt look like it

[Flashcoders] setting the centerpoint of a movieclip?

2006-05-31 Thread grimmwerks
Is there any way of setting like the regpoint of a movieclip to it's center on the fly without repositioning it? -- ---[ http://www.grimmwerks.com ---[ [EMAIL PROTECTED] ---[ [EMAIL PROTECTED] ___ Flashcoders@chattyfig.figleaf.com To change

[Flashcoders] minimum player version?

2006-05-31 Thread Josh Santangelo
Assuming you're supporting Flash Player 7 and up on a site, when doing Flash detection on your sites, do people just check for any version of FP7? Or did one of the minor versions fix some important bug that's worth checking for? Or: Is there a document anywhere that lists what changed in

[Flashcoders] ICE Technology released iPush Flash API v2.0.1 to help real-time RIA development

2006-05-31 Thread 翁穎晰
[fix all encoding errors, sorry~~] Taipei, Taiwan - May 26, 2006 - ICE Technology Corp. officially released iPush Flash API v2.0.1. It enables real-time data distribution capability of Flash applications. For supporting the development of real-time Rich Internet Application, we have provided

Re: [Flashcoders] setting the centerpoint of a movieclip?

2006-05-31 Thread Steve Polk
http://www.darronschall.com/weblog/archives/54.cfm - Original Message - From: grimmwerks [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, May 31, 2006 8:00 PM Subject: [Flashcoders] setting the centerpoint of a movieclip? Is there

[Flashcoders] Resume for Senior Flash Designer/Developer

2006-05-31 Thread Beau Gould
Hello, I've got a very talented Flash Designer / Developer looking for F/T work. He's open to pretty much any US location provided the job is interesting, good benefits, etc. If you're an employer and you'd like to see his resume, please contact me off-list. Thank you, Beau J. Gould Open