Re: [Flashcoders] Strange problem with AS2 class

2007-05-14 Thread Steven Sacks
I highly suggest you get FLASC http://www.osflash.org/flasc 1) Your code will be cleaner. MTASC forces you to write clean code in order to compile. It is more strict than the Flash IDE compiler. 2) MTASC helps identify bugs before they happen. For instance, I had an issue I couldn't

RE: [Flashcoders] Customized shape of flash player

2007-05-14 Thread Smeets, Ben
Nice! But I don't get what the added value actually is? Must be missing it. What does this make possible that flash and maybe some jscript hacks cannot do regarding freeform flash? (masks etc.) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill,

RE: [Flashcoders] Layout Manager

2007-05-14 Thread Danny Kodicek
I am looking for a kind of layout manager (easy to use fairly lightweight). I have done a little digging, and haven't found too much. This is for an AS2 project. I have a viewing port, and will fill it with Objects of random size. I only want to make sure that I don't end up

RE: [Flashcoders] Strange problem with AS2 class

2007-05-14 Thread Danny Kodicek
I highly suggest you get FLASC http://www.osflash.org/flasc 1) Your code will be cleaner. MTASC forces you to write clean code in order to compile. It is more strict than the Flash IDE compiler. 2) MTASC helps identify bugs before they happen. For instance, I had an issue I

Re: [Flashcoders] Layout Manager

2007-05-14 Thread eric e. dolecki
I wonder if I can use something like Keith Peter's Particle Class and have the clips repel a bit on their own and have that take care of the layout - if done with some care. - eric On 5/14/07, Danny Kodicek [EMAIL PROTECTED] wrote: I am looking for a kind of layout manager (easy to use

[Flashcoders] test

2007-05-14 Thread Gustavo Duenas
test Gustavo Duenas Creative Director LEFT AND RIGHT SOLUTIONS LLC 1225 W. Beaver St. Suite 119 Jacksonville, Fl. 32204 904 . 2650330 www.leftandrightsolutions.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

RE: [Flashcoders] Customized shape of flash player

2007-05-14 Thread Merrill, Jason
But I don't get what the added value actually is? Must be missing it. What does this make possible that flash and maybe some jscript hacks cannot do regarding freeform flash? (masks etc.) Besides the custom window size, the Ice player allows the Flash piece to move OUTSIDE the browser window,

RE: [Flashcoders] Flash chat options

2007-05-14 Thread Merrill, Jason
You should check out ElectroServer 3 as well. http://www.electro-server.com | V I've tried implementing ElectroServer but it wasn't really an option with my current hosting situation and in general the documentation on the site seemed sparse.

RE: [Flashcoders] Motion to combine coders and newbies.

2007-05-14 Thread Merrill, Jason
I appreciate the arguments and kind words, but I vote to keep them separate. Here's why: 1) Flashnewbies does have some rather advanced topics from time to time, but we need to help those people graduate to flashcoders, or if they don't get an answer, encourage them to ask on Flashcoders. 2)

RE: [Flashcoders] Motion to combine coders and newbies.

2007-05-14 Thread Holth, Daniel C.
I wasn't even aware of Flash Newbies before finding FlashCoders. I'm sure I posted a few questions here that were better suited for Flash Newbies. I think it's a publicity problem more than anything - when I did a Google search to find flash help, I don't think I ever got an archived version of

Re: [Flashcoders] Motion to combine coders and newbies.

2007-05-14 Thread Mark Winterhalder
On 5/14/07, Merrill, Jason [EMAIL PROTECTED] wrote: I appreciate the arguments and kind words, but I vote to keep them separate. Here's why: I agree, and just signed up for the community service. Over the years, I found I read FlashCoders less and less. FlashCoders used to be a must-read

RE: [Flashcoders] Motion to combine coders and newbies.

2007-05-14 Thread Smeets, Ben
Flashnewbies?? There is a list called flashnewbies?? Never knew that. Subscribing as we speak. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: maandag 14 mei 2007 16:16 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders]

RE: [Flashcoders] Layout Manager

2007-05-14 Thread Danny Kodicek
I wonder if I can use something like Keith Peter's Particle Class and have the clips repel a bit on their own and have that take care of the layout - if done with some care. Good thinking, yes, that ought to work if your content is of a sensible kind of shape - of course, there's no

RE: [Flashcoders] Motion to combine coders and newbies.

2007-05-14 Thread Danny Kodicek
But generally, I'd rather have FlashCoders split up into /more/ lists rather than combining it with FlashNewbies. A list each for AS2, AS3, FMS, architecture, components and so on. We could then choose which ones to subscribe to, and those of us gifted with the seemingly rare ability to

Re: [Flashcoders] Layout Manager

2007-05-14 Thread eric e. dolecki
i got it working - its a little strange because one never knows how long before the stuff is done repelling on its own - but the end result is pretty nice. The class has a lot of useful methods, so I have added the physics stuff from it to make it all much more fun to use. I have canned data in

Re: [Flashcoders] Motion to combine coders and newbies.

2007-05-14 Thread Mark Winterhalder
On 5/14/07, Danny Kodicek [EMAIL PROTECTED] wrote: I understand the theory but unfortunately there's a down-side. For *reading* lists, it's great to have them categorised in this way, but for *posting* to them, it can cause problems. As a Director user, I have quite a few lists to choose from,

[Flashcoders] WANTED! Flash Developer

2007-05-14 Thread Jörg Lackner
Robert Horst, a German advertising agency, is seeking for a flash/ actionscript developer in Munich. You are a pro in the creation and the realization of complex database driven flash websites? You will develop innovative technical solutions for interesting clients. You will be working in

[Flashcoders] the good old scripted shadow

2007-05-14 Thread alfonso florio
Hi to all, can anybody give me a link to a tutorial to do a scripted *blurred* shadow? I have to do a site compatible with flash 7 thanks in advance alfonso florio ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

[Flashcoders] tracking or receiving

2007-05-14 Thread Helmut Granda
I was asked to load a 1x1 pixel gif to one of my movies so I figured I would receive the following: http://www.server.com/thepixel.gif but I received this: http://www.server.com/page.asp?var1=avar2=bvar3=c... to me it looks more like I need to send some variables to the server rather than

Re: [Flashcoders] tracking or receiving

2007-05-14 Thread dr.ache
hi. depends on what that server returns on that request. the asp file must return a gif in the response, otherwise the loadClip method fails. greets, dr.ache Helmut Granda schrieb: I was asked to load a 1x1 pixel gif to one of my movies so I figured I would receive the following:

[Flashcoders] actionscript cuepoint question

2007-05-14 Thread Josh Ettwein
Has anyone gotten programmatic AS cue points to work with any degree of success? I swear I had a proof of concept I wrote last month where I had this working, but now I can't do what I need to do. The gist of it is this: I have a video player with a typical scrubber control. The control

[Flashcoders] A request

2007-05-14 Thread Daniel Calderón
My name is Daniel, and Im requesting for someone who could develop a simple project for a web portal that Im creating, in which I would like to ad a solution of live support two ways (Video, text, smileys, phone ring) with FMS. Also I would like to post some videos as streaming offline from

Re: [Flashcoders] tracking or receiving

2007-05-14 Thread Helmut Granda
Thanks, My other idea is to send the variables necessary with a regular sendandload method. my only concern is that the server might not recognize the variables since I'm not sending the headers along with it and I'm not sure if they are necessary. I have been reading in different places trying

[Flashcoders] simple movie scroller Bug.

2007-05-14 Thread Paul V.
Hello, I should probably not need to ask this. But I am running a movie. move. about 300 frames. I am looking at have it load into the middle frame and having a simple movie scroll. I start with this in frame 1. stop(); btn.onRelease = function(){ gotoAndStop(start); // start label is