[Flashcoders] AS3 Diesel Blitting engine - FAO Jesse Warden

2006-09-08 Thread Mike Mountain
http://www.jessewarden.com/archives/2006/01/diesel_battlefi.html Briefly had a look at this, it doesn't seem to run under the latest releases - anyone progressing with this? Cheers M ___ Flashcoders@chattyfig.figleaf.com To change your subscription opt

[Flashcoders] optimizing swf size

2006-09-08 Thread Mendelsohn, Michael
Hi list... When publishing my swf with generate size report, I notice that there is 57KB of AS2 classes in there (much heavier than my graphics). How do I know that all of these classes are necessary for the movie to run? For example, I've got a scrollpane component and scrollbar component in th

Re: [Flashcoders] optimizing swf size

2006-09-08 Thread eka
Hello :) to optimize : 1 - don't use MM components ^_^ 2 - use flasm to optimize your swf http://flasm.sourceforge.net/ 3 - use MTASC to compile your project. 4 - Create your components and class ;) EKA+ :) 2006/9/8, Mendelsohn, Michael <[EMAIL PROTECTED]>: Hi list... When publishing my

[Flashcoders] FLVPlayback and Garbage Collection/Memory Leak

2006-09-08 Thread Lori Hutchek
Hi All, I'm having an issue with the FLVPlayback component not actually clearing from memory after use. My application plays multiple videos over an extended period of time and I've noticed that as the user progress from one section to another with video playing the memory usage for th

Re: [Flashcoders] Using TransitionManager..?

2006-09-08 Thread slangeberg
Anyone have any idea of how these Transitions work, or why bitmap filters don't work with them? I'm having troubles with them in other areas (class extends UIObject). Rich: _mc is the name of a clip on my stage! Scott On 9/7/06, Rich Rodecker <[EMAIL PROTECTED]> wrote: hmmm...i use the transi

[Flashcoders] Accessing a file on the local hard drive?

2006-09-08 Thread Mark Burvill
Hi all, A client has asked for something with the same functionality as this: www.bbc.co.uk/cbeebies/tweenies/gametime/jointhetweenies/ Bascially it's a kid's thing where you are told to save a picture of yourself called "me.jpg" in a directory on your hard drive called "temp", and then flash

RE: [Flashcoders] Accessing a file on the local hard drive?

2006-09-08 Thread Mike Mountain
Personally I think you'd be better using a webcam photo - take a snapshot using bitmapdata - then there's no uploading/downloading etc. to be done. Most PC's have webcams nowadays and they'll require less technical knowledge end user wise than a file upload. Cheers M > -Original Message-

Re: [Flashcoders] MovieClipLoader Reusage

2006-09-08 Thread Kenneth Kawamoto
Your code will load the same SWF again and again forever. I wrote a sequential loading script for someone recently, may be you can adopt the concept from it. This script gathers the total byte size of all the SWFs first, then starts loading SWFs one by one, so that you can monitor the loading

Re: [Flashcoders] XML id attribute shortcut not working?

2006-09-08 Thread Rifled Cloaca
I mark *every* line I write with a "KLUDGE" comment... ;) On 9/7/06, Mike Keesey <[EMAIL PROTECTED]> wrote: No prob! You could also use the associative array syntax: _xml["idMap"]["myID"] Altering the class is more elegant (and something Macromedia should have done in the first place, of cour

[Flashcoders] hardcoding xml

2006-09-08 Thread aaron smith
hey, does anyone know of a way to hard code XML into actionscript without the compiler having a fit? it's a pretty big XML file, I need to hard code it for a banner, the vendor has no idea what their doing. the xml file is a couple hundred lines. thanks ___

Re: [Flashcoders] MovieClipLoader Reusage

2006-09-08 Thread Ramon Miguel M. Tayag
Probably because of a scope problem. Lookup "Delegate" On 9/8/06, Helmut Granda <[EMAIL PROTECTED]> wrote: Can the MovieClipLoader class be reused? I have the following code: var myMCL:MovieClipLoader = new MovieClipLoader(); var myListener:Object = new Object(); myListener.onLoadComplete =

RE: [Flashcoders] hardcoding xml

2006-09-08 Thread Lori Hutchek
One idea might be to put the xml into a dynamic text field and when needed read the text of it and parse the xml. Lori- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of aaron smith Sent: Friday, September 08, 2006 10:30 AM To: Flashcoders mailing list Sub

Re: [Flashcoders] hardcoding xml

2006-09-08 Thread eric dolecki
just code it in as a string. On 9/8/06, aaron smith <[EMAIL PROTECTED]> wrote: hey, does anyone know of a way to hard code XML into actionscript without the compiler having a fit? it's a pretty big XML file, I need to hard code it for a banner, the vendor has no idea what their doing. the xml f

Re: [Flashcoders] hardcoding xml

2006-09-08 Thread aaron smith
coding it in as a string doesn't seem to work.. EX:: var s:String = "" + ""+ ""+ ""+ ""+ ""+ ""; var x:XML = new XML( s ); when the xml lis parsed it puts comas in where the + symbols are.. it just breaks everything.. On 9/8/06, eric dolecki <[EMAIL PROTECTED]> wrote: just code it in as

[Flashcoders] AICC communication loadVariables make timeout script

2006-09-08 Thread Flap Flap
Hi there, We got a project that communicate in AICC. We just load and send vars from an mc witht loadVariables But there is some time (when launching first the app with no data in AICC) that we got the timeout script. We make a lot of test and its only append when lesson_location is empty. Very s

Re: [Flashcoders] Tween Class with Set Interval deletion

2006-09-08 Thread marlus
You can use the mc_tween: http://hosted.zeh.com.br/mctween/index.html 2006/9/7, Telmo Dias <[EMAIL PROTECTED]>: Try: myTimeTween .stop(); ;-) Telmo Helmut Granda wrote: > I have a small piece of script that was passed down to me and I cant > figure > out how to stop it from executing: > > va

RE: [Flashcoders] hardcoding xml

2006-09-08 Thread Lori Hutchek
Actually all it did was parse it into an xml array which is normal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of aaron smith Sent: Friday, September 08, 2006 11:18 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] hardcoding xml coding it i

Re: [Flashcoders] hardcoding xml

2006-09-08 Thread aaron smith
oh yeah.. i just noticed that now.. cool On 9/8/06, Lori Hutchek <[EMAIL PROTECTED]> wrote: Actually all it did was parse it into an xml array which is normal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of aaron smith Sent: Friday, September 08, 2

[Flashcoders] Flash 8 mail form via ColdFusion

2006-09-08 Thread Count Schemula
The real problem is not really specific to ColdFusion. Basically, Flash 8 really does send the information as HTML. For instance, here is my subject line: No wai! If I publish to less than Player 8, it's fine, I get just text. Problem is, I want to load this form into a Player 8 module. I ha

[Flashcoders] Re: Flash 8 mail form via ColdFusion

2006-09-08 Thread Count Schemula
Fixed. I had to give the input fields Instance names, then use form1.html = false; for each input field to kill the HTML formatting. Render as HTML was not checked, it still did it anyway. Previous, they only had a Var name assigned for passing to Coldfusion. Thanks! On 9/8/06, Count Schemu

[Flashcoders] Penner AS2 ProFMX: Complete

2006-09-08 Thread Mark Walters
I just wanted to let everyone know that I finally completed converting all of Robert Penner's AS1 classes from his book to AS2. You can view the last post here: http://www.digitalflipbook.com/archives/2006/09/penner_as2_prof_20.php You can download each set of classes here: http://www.digitalfli

Re: [Flashcoders] Penner AS2 ProFMX: Complete

2006-09-08 Thread James Deakin
Wow what a service. Thanks very much On 9/8/06, Mark Walters <[EMAIL PROTECTED]> wrote: I just wanted to let everyone know that I finally completed converting all of Robert Penner's AS1 classes from his book to AS2. You can view the last post here: http://www.digitalflipbook.com/archives/2006

Re: [Flashcoders] Penner AS2 ProFMX: Complete

2006-09-08 Thread Rich Rodecker
cool, nice work. you might want to offer them all packaged up into one zip file too. On 9/8/06, Mark Walters <[EMAIL PROTECTED]> wrote: I just wanted to let everyone know that I finally completed converting all of Robert Penner's AS1 classes from his book to AS2. You can view the last post

[Flashcoders] Re: inline images in a textarea

2006-09-08 Thread Rich Rodecker
hmmm..anyone? i know i've seen it done a couple of times, but I'm pretty stuck. On 9/7/06, Rich Rodecker <[EMAIL PROTECTED]> wrote: ok, i know working with images in a text area is only going to lead me to heartache, but I've seen this done and if anyone can point me in the right direction t

Re: [Flashcoders] Penner AS2 ProFMX: Complete

2006-09-08 Thread Mark Walters
done... you can now download all of the classes and documentation in one zip: http://www.digitalflipbook.com/downloads/flash/penner/Penner_AS2_ProFMX.zip On 9/8/06, Rich Rodecker <[EMAIL PROTECTED]> wrote: cool, nice work. you might want to offer them all packaged up into one zip file too.

Re: [Flashcoders] XMLSocket speed

2006-09-08 Thread Jobe Makar
Mattias, Yeah, I don't know much about .Net and sockets. I'm sorry about that. Good luck Jobe Makar http://www.electrotank.com http://www.electro-server.com phone: 252-627-8026 mobile: 919-609-0408 fax: 919-341-8104 - Original Message - From: "Mattias Högnäs" <[EMAIL PROTECTED]> To:

Re: [Flashcoders] RE: Q:Reduce file size of mx.transitions.Tween ??

2006-09-08 Thread Rich Rodecker
hey jacki tried downloading that zip but the link doesnt seem to lead anywhere? On 9/7/06, Jack Doyle <[EMAIL PROTECTED]> wrote: This is exactly why I wrote the TweenLite class. It only adds about 2k to your file and has some features that the Tween class doesn't. You can download it at htt

Re: [Flashcoders] RE: Q:Reduce file size of mx.transitions.Tween ??

2006-09-08 Thread Count Schemula
link worked for me. I just e-mailed you the .zip file... On 9/8/06, Rich Rodecker <[EMAIL PROTECTED]> wrote: hey jacki tried downloading that zip but the link doesnt seem to lead anywhere? On 9/7/06, Jack Doyle <[EMAIL PROTECTED]> wrote: > > This is exactly why I wrote the TweenLite class.

[Flashcoders] BLITZ Agency | $75-$95K+ Flash Interactive Director (Programming Role)

2006-09-08 Thread Ivan Todorov | BLITZ
BLITZ is Hiring, if you are interested to join our team please read this job description below. Some of recent Sites and Games: http://www.adobe.com/go/flashtimeline http://www.pop5.com/index.aspx http://corpsebridemovie.warnerbros.com/ http://www.hiltonjourneys.com/ http://www.lexus.com/gr

[Flashcoders] BLITZ Agency | $90-$110K Flash Platform Director, Senior Architect (Programming Role)

2006-09-08 Thread Ivan Todorov | BLITZ
BLITZ is Hiring, if you are interested to join our team please read this job description below. Some of recent Sites and Games: http://www.adobe.com/go/flashtimeline http://www.pop5.com/index.aspx http://corpsebridemovie.warnerbros.com/ http://www.hiltonjourneys.com/ http://www.lexus.com/gr

[Flashcoders] BLITZ Agency | $50-$80K Flash Department Program Manager (Management Role)

2006-09-08 Thread Ivan Todorov | BLITZ
BLITZ is Hiring, if you are interested to join our team please read this job description below. Some of recent Sites and Games: http://www.adobe.com/go/flashtimeline http://www.pop5.com/index.aspx http://corpsebridemovie.warnerbros.com/ http://www.hiltonjourneys.com/ http://www.lexus.com/gr

[Flashcoders] BLITZ Agency | $60-$90K+ Senior Flash Technical Lead (Programming Role)

2006-09-08 Thread Ivan Todorov | BLITZ
BLITZ is Hiring, if you are interested to join our team please read this job description below. Some of recent Sites and Games: http://www.adobe.com/go/flashtimeline http://www.pop5.com/index.aspx http://corpsebridemovie.warnerbros.com/ http://www.hiltonjourneys.com/ http://www.lexus.com/gr

Re: [Flashcoders] XMLSocket speed

2006-09-08 Thread Mattias Högnäs
Hi again. I've done some testing now and the conclusion is as follows : 1) using the Socket class : 200 ping 2) using the TcpListener and the TcpClient classes : around 20 ping. So.. Never, ever, ever, ever, use the Socket class in C# if your only going to use TCP-packets when writing a server

Re: [Flashcoders] RE: Q:Reduce file size of mx.transitions.Tween ??

2006-09-08 Thread Rich Rodecker
got it, thanks On 9/8/06, Count Schemula <[EMAIL PROTECTED]> wrote: link worked for me. I just e-mailed you the .zip file... On 9/8/06, Rich Rodecker <[EMAIL PROTECTED]> wrote: > hey jacki tried downloading that zip but the link doesnt seem to lead > anywhere? > > On 9/7/06, Jack Doyle <[

Re: [Flashcoders] RE: Q:Reduce file size of mx.transitions.Tween ??

2006-09-08 Thread Rich Rodecker
I added this class to actionscriptclasses.com: http://www.actionscriptclasses.com/2006/tweenlite/ If you (or anyone else) has any other classes they'd like to share on there, feel free to sign up and add them. On 9/8/06, Rich Rodecker <[EMAIL PROTECTED]> wrote: got it, thanks On 9/8/06, Coun

[Flashcoders] Polaroid camera real time effect

2006-09-08 Thread Marcelo de Moraes Serpa
Here's what I would like to do: An online dynamic picture gallery (I actually already have all the client/server side business logic for this) where a user could choose the picture to see on a leftbar where thumbs would be listed. When the user clicks on a thumb, the larger picture comes from a po

RE: [Flashcoders] Re: inline images in a textarea

2006-09-08 Thread Lori Hutchek
Check that you are setting this VSPACE="0" HSPACE="0" it's the vertical and horizontal space around the image which may be pushing the text to next line -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Rodecker Sent: Friday, September 08, 2006 12:55 PM

Re: [Flashcoders] Re: inline images in a textarea

2006-09-08 Thread Rich Rodecker
thanks...its not the text thats going to the next line though...the text is all appearing on one line, but the image is appearing on the next. so for instance when the image is supposed to be in the middle of the line of text: hey there http://www.thewhole9.com/chat/smilies/smile.jpg"; width="19

Re: [Flashcoders] Tween Class with Set Interval deletion

2006-09-08 Thread Helmut Granda
Cool Thanks! I think the Tween class works great I just didnt know the docs were in the Help Menu. Now that I have all the info it seems to be working properly. On 9/8/06, marlus <[EMAIL PROTECTED]> wrote: You can use the mc_tween: http://hosted.zeh.com.br/mctween/index.html 2006/9/7, Telmo D

Re: [Flashcoders] Re: inline images in a textarea

2006-09-08 Thread Marcelo Volmaro
You can´t do that because flash doesn´t support images as in-line elements, only as block elements. On Fri, 08 Sep 2006 17:30:43 -0300, Rich Rodecker <[EMAIL PROTECTED]> wrote: thanks...its not the text thats going to the next line though...the text is all appearing on one line, but the

Re: [Flashcoders] Penner AS2 ProFMX: Complete

2006-09-08 Thread Eskil Janson
Great, thanks! /Eskil Mark Walters skrev: done... you can now download all of the classes and documentation in one zip: http://www.digitalflipbook.com/downloads/flash/penner/Penner_AS2_ProFMX.zip On 9/8/06, Rich Rodecker <[EMAIL PROTECTED]> wrote: cool, nice work. you might want to offer

[Flashcoders] ' Undo ' Feature in flash RIAs - any success stories?

2006-09-08 Thread artur
just wondering if anyone out there has successfully applied an "undo" feature into a flash RIA? ( specifically CMS apps that use flash remoting - in my case ) what are some of the obstacles encountered? and what advice would you give in terms of developing the architecture and event management.

RE: [Flashcoders] ' Undo ' Feature in flash RIAs - any success stories?

2006-09-08 Thread Steven Sacks | BLITZ
I have, but I built my app with it in mind from the beginning, not slapped on after. You have to plan for something like this from the start. First off, doing everything in MVC is pretty much required. I wrote a static History class. It takes snapshots of the Model everytime the Controller chan

Re: [Flashcoders] ' Undo ' Feature in flash RIAs - any success stories?

2006-09-08 Thread Johannes Nel
read up on the memento design pattern ___ 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 Authorized Adobe