RE: [Flashcoders] digest

2007-10-20 Thread Sean Suggs
Apparently some user preferences were jostled/reset by the move. Where can I change my subscription mode to UNSUBSCRIBE? s -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Bitterman Sent: Thursday, October 18, 2007 11:28 PM To:

RE: [Flashcoders] good to everything back up running

2007-10-19 Thread Sean Suggs
Can I please get back to being unsubscribed??? Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, October 18, 2007 10:27 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] good to everything

[Flashcoders] Screen grabbing from AIR application

2007-09-20 Thread sean
Simple question : Is it possible? I want to be able to grab an image of the section of screen my application occupies. Not the application itself you understand, but the desktop that it covers. I'm sure I've heard something about it being possible but I can find no info anywhere now that I

[Flashcoders] Jagged tweening images

2007-09-10 Thread sean
Hi all, I know this seems like such a newbie question, but for the life of me I can't fix it. I have a simple tween of a bitmap image from one side of the stage to the other. During this transition, it slices as it moves, going very jaggedy (I realise that's not a real word, but it's the best

Re: [Flashcoders] Jagged tweening images

2007-09-10 Thread sean
Thanks for the quick reply, but I should have mentioned that I ensured the scaling was 100% and all images were at pixel perfect positions. Also, the picture shear is extreme. It is clearly like a really bad refresh rate Maybe you scaled the image non-proportional, but you say it happened even

Re: [Flashcoders] Jagged tweening images

2007-09-10 Thread sean
Hi Dunc, sorry mate, I keep forgetting ALL the things I've tried in the last 24 hours, lol. I also tried that :) But basically, it seems no-one has seen this behavior out side of bad settings, I certainly haven't seen it on any other graphic tweening site examples. Sean Hi Sean

RE: [Flashcoders] Jagged tweening images

2007-09-10 Thread sean
both :( Sometimes the tween easing helps that kind of thing... Is this transition done via code or via the timeline? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 10, 2007 2:46 AM To:

Re: [Flashcoders] flv playback speed control

2007-08-30 Thread sean
forwards or backwards. This is effectively the method we use to create a Fast Forward and Rewind function for video. Hope that helps (and that I explained it clearly). If not, then let me know and I'll clarify with some example code Sean www.flashcoder.net can flv's be slowed down and or sped up

Re: [Flashcoders] Intro to OOP using ActionScript

2007-08-19 Thread sean
a look at the Nintendo Wii's flash support. It's pretty easy and well documented on line in many sites. It'd certainly make it popular and topical for the class and give you an excuse to get a Wii in. Sean www.flashcoder.net/blog Hi there - I'm a high school teacher who's decided to teach Intro

Re: [Flashcoders] Issues with Limelight/Streaming Video

2007-08-14 Thread Sean Scott
Will, Sounds like their RTMP port is allowing you to handshake but it's not pushing any kind of data. Have you tried using Charles to see what kind of data you are receiving? Hope this helps you've tried port 1935, 443 80? Hope that helps Sean On 8/14/07, Will McHenry [EMAIL PROTECTED

Re: [Flashcoders] public variable tracing inside class only..

2007-08-05 Thread sean
Hi Omar, it's not clear from your example, but does the Xm class constructor actually call the companySearch function or define the CompanySorts array? Sean www.flashcoder.net i have the following code in my Xm class: {other code here... where i call the function below...} public

Re: Re[2]: [Flashcoders] public variable tracing inside class only..

2007-08-05 Thread sean
sounds like you need to have event listeners and dispatch an event once the onload is complete, as David was suggesting Sean in this case i should call the function and the trace inside the onLoad(success) function.. but this is not convenient as in i need to manipulate the flow from within

[Flashcoders] OT: SURVEY - Flash and Poker

2007-07-12 Thread sean
who is involved with Flash / Flex / Actionscript. Thanks to the list in advance. Sean www.flashcoder.net/blog ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] Flash Development on PC vs Mac

2007-06-20 Thread sean
issued their own IP addresses from the network. This means I have a client server development system in one laptop (MBP). The only down side is that they are more expensive and Apple support is a bit 'political'. That's my ten cents worth. I wouldn't go back to a PC by choice now. Sean flashcoder.net

Re: [Flashcoders] AS2.0 Class Question

2007-06-19 Thread sean
import Class A and Class B using their full class paths Sean Maybe by setting classpath in Publish settings-Flash ? On 6/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I don't really want to drop Class A into the folder where Class B is as there are about 15 other class files and SWF

[Flashcoders] Why 512?

2007-06-17 Thread sean
Someone asked me the other day, why the Sound class function computeSpectrum() returns specifically 512 floating point values. I know it returns 256 values for the left and right channels and that each value is a 32-bit floating point value of 4 bytes, but despite alot of Googling, I could find

Re: [Flashcoders] using eval(array element)

2007-06-13 Thread sean
In your example code, 'month' IS undefined. Array first element is [0] and as your trace says trace(stringArray[j+1]);, that's exactly what you'll get the first time through. Also, the for next loop won't increment the j variable until the loop is completed. Let me know if I have misenterpreted

RE: [Flashcoders] Mac site check

2007-06-04 Thread sean
Yup, stalled for me to sean That's what I needed. Thanks, RT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, June 04, 2007 3:22 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Mac site

Re: [Flashcoders] Child Object positions

2007-06-04 Thread sean
I really don't think there is. You will have to move the labels to a new parent display list. S. Hi guys, I asked this in the newbie section since im new to actionscript. They tol dme to direct it here so here goes: I have a Sprite. The Sprite has several children who are also Sprites.

Re: [Flashcoders] Rotate in absolute center AS3

2007-06-04 Thread sean
Presumably this is a programatically created bitmap. I don't know if you can set the registration point of the movieclip or sprite within which I assume it lives programatically within AS3 programatically (sorry, haven't looked into this since AS2), however, even if you can, the principal is the

[Flashcoders] Best Practices question...

2007-06-01 Thread sean
Hi all, this should be kind of a simple one. I have been creating my Private variables as simple camelCased names. private var variableName:VariableType; I have seen other people creating them as underscore camelCased names and recently I was challenged that the underscore was the correct

Re: [Flashcoders] Class broadcasting Question...

2007-05-21 Thread sean
Hi Eric, first suggestion. Unless there is a really good reason not to, loose the AsBroadcaster class. It is unreliable and has been well an truely replaced by EventDispatcher. You can import this into your class, set up an event dispatcher Object, add event listeners and then dispatchEvent in

Re: [Flashcoders] Error installing Flash CS3

2007-04-24 Thread sean
Don't know if it's relevant, but if he was on the Flash CS3 beta, he will have to make sure he did the FULL uninstall on it forst. Any remnants will cause problems when you try to install the new version . Sean Hi I have a friend with a problem when try install the new Flash CS3. The error

Re: [Flashcoders] Class for movie - best practice question

2007-04-24 Thread sean
you won't go wrong with AS. Sean McSharry Hi, just wanted to know if there is a best practice when creating a class for the mother movie (i.e. the flash-movie itself). Is this the way to go? var mother:MyFabFlashApp = new MyFabFlashApp(); ..or is there a better way? Seems kind of a stupid

Re: [Flashcoders] How is it done? coca-cola creator

2007-04-13 Thread sean
Flash is uploading a bitmapData object representing the final image to the server. This is a Flash 8 AS 2.0 solution I'm sure is JSP server merging predefined images, client-side tells server-side only the position, orientation, text, color, etc of the image. You can do it with php,

Re: [Flashcoders] You Tube + Progressive download of flvs

2007-04-10 Thread sean
As far as I'm aware it's progressive. Streaming would require the use of a streaming server and even from a cost perspective this is VERY prohibitive. FC Hi All Can any one tell me what YouTube is using for playing the flv's? Progressive download or Video Streaming. Regards Sumeet

RE: [Flashcoders] You Tube + Progressive download of flvs

2007-04-10 Thread sean
http://www.adobe.com/devnet/flash/articles/flv_download_03.html Any reference from where I can read this difference in detail. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cay Garrido H. Sent: Tuesday, April 10, 2007 5:47 PM To:

[Flashcoders] Flash developers needed for AKQA New York

2007-04-10 Thread sean
AKQA New York are looking for experienced middle weight and senior Flash devs. We have a lot of high profile clients at present including Smirnoff, Coke and Nike, to name just a few. We have a lot of new work coming in the door in the next few months from equally high profile clients and we need

Re: [Flashcoders] Text to MP3

2007-03-27 Thread Sean Scott
Not sure about a company that offer those services although i am sure there are ones out there. But you can basically create that yourself by looking into SOX (soundExchange) and LAME. Both are open source / freeware utilities that run on both windows and linux/unix. They will require some

Re: [Flashcoders] As3 Reccomended Book

2007-03-26 Thread sean
There's a new book from Friends of Ed called Foundation AS3 for Flex and Flash which will be an excellent intro to AS3. Hi List, I just wanted to ask about the best AS3 Book to begin my path to AS3I allready code in As2 but know nothing about AS3 yet... What would recommend??? -- Omar

Re: [Flashcoders] is flash still alive?

2007-03-13 Thread sean
It's strange that they would think that Flash is for fast computers and high bandwidth as the Flash player's ubiquety is due in no small way to the fact that it is very well optimised for speed and size to allow it to run on most machines. Of course I have no idea what you're running it on in the

RE: [Flashcoders] is flash still alive?

2007-03-13 Thread sean
Yeah, we're doing a couple of small proof of concept projects in house using WPFe but it is very far from a Flash killer. It has a couple of nice features like the graphical code behind but the implementation is very much like their attempt at code behind HTML with Frontpage - full of unwanted

Re: [Flashcoders] is flash still alive?

2007-03-13 Thread sean
Afraid not Matt. It allows you to design your stage assets using graphical tools and it writes the code to create, and if necessary, animate them for you just like Frontpage used to do, only worse ;) by graphical code behind do you mean that it outputs SVG? that is a feature that i could

Re: [Flashcoders] is flash still alive?

2007-03-12 Thread sean
I've just left contracting in London to take a senior role in New York and I still get loads of calls from London based agencies looking for good AS developers and I can't find enough good AS devs in New York for all the work we have. You'll be in high demand mate. Actionscript is the future. Get

Re: [Flashcoders] Beginners/Designers Actionscript

2007-03-03 Thread sean
developers a better handle on AS3. Good luck mate Sean McSharry www.flashcoder.net/blog Hi, Can anyone recommend a good book to teach designers who know a bit of AS1 scripting up to speed with AS2? I've been asked for a recommendation and it's been so long since I bought a book (or was scripting

RE: [Flashcoders] space in column Names of DataGrid

2006-12-05 Thread Sean Gallagher
Have you tried setting the DataGridColumn class? import mx.controls.gridclasses.DataGridColumn; // Add columns to grid. var name_dgc:DataGridColumn = my_dg.addColumn(new DataGridColumn(phasevol)); name_dgc.headerText = Phase Vol.; var score_dgc:DataGridColumn = my_dg.addColumn(new

[Flashcoders] On2 FLV to Quicktime or any other movie format

2006-12-05 Thread Sean Scott
I've been able to convert FLVs in the past using FFMPEG a great little tool on the mac. However with on2 codec FLVs I have not been able to convert them to quicktime or Movs. Has anyone successfully converted on2 FLVs back to quicktime or AVI or anything really. Thanks, Sean Scott

Re: [Flashcoders] On2 FLV to Quicktime or any other movie format

2006-12-05 Thread Sean Scott
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Scott Sent: 05 December 2006 15:09 To: Flashcoders mailing list Subject: [Flashcoders] On2 FLV to Quicktime or any other movie format I've been able to convert FLVs in the past using FFMPEG a great little tool on the mac. However

RE: [Flashcoders] Switch case problem...

2006-12-05 Thread Sean Gallagher
Can you send the FLA? I am confused -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Maria Barros Sent: Tuesday, December 05, 2006 2:32 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Switch case problem... here is the goLink function...

Re: [Flashcoders] Recommended encoding rates for FLV?

2006-11-03 Thread Sean Scott
Check out FFMPEG and On2 Flix Encoder. HTH On 11/3/06, elists [EMAIL PROTECTED] wrote: Clark et al, Are there any commercial enterprise level transcoders that can product acceptible FLV files from DV or MPG2 files? I have a TV station wanting to build a searchable interface to a video

Re: [Flashcoders] Audio Recording Feature Through Flash

2006-10-25 Thread Sean Scott
you cannot save voice/audio recording to a physical location unless you are running Flash Media Server. On 10/25/06, Prashant Patil [EMAIL PROTECTED] wrote: Hi, I tried using Microphone class to detect Microphone on my machine and it even worked as described in Help document. But the real

Re: [Flashcoders] Delegating Events and AS2

2006-09-27 Thread Sean Scott
; _buttonMC.onPress = Delegate.create(this, buttonPress); } public function buttonPress ():Void { clickEvent({target:this, id: _id}); } } On Sep 26, 2006, at 12:09 PM, Sean Scott wrote: Hi All!, wondering if someone can point me in the right direction. I am trying to find a ASBoradcast

[Flashcoders] Delegating Events and AS2

2006-09-26 Thread Sean Scott
. Trying to find something i can import and maybe pass scope to it, vs have my main class extend it. I've googled, searched the archived and exausted my more talented flash developer friends. Thanks, Sean ___ Flashcoders@chattyfig.figleaf.com To change

[Flashcoders] Embedded Cue Points in an FLV stream

2006-09-11 Thread Sean Scott
but looking for something a bit more integrated. Any help would be greatly appreciated. BTW the target is Flash Player 8. The osurce is an On2 encoded stream coming out of vitalstream. Thanks, Sean ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] Select combobox item by data value

2006-06-16 Thread Sean Sanders
// See if that works -Sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, June 16, 2006 3:38 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Select combobox item by data

RE: [Flashcoders] controling MC issue

2006-06-16 Thread Sean Sanders
It sounds like the movie you're trying to stop isn't located on _level0. is there a reference for it such as _level0.mySwift.gotoAndStop(myLabel); ? -Sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Brunswick Sent: Friday, June 16, 2006 2:30 PM

[Flashcoders] XML Node ID in Flash MX

2006-03-14 Thread Sean Tamblyn
I've been looking for a way to modify XML nodes in Flash MX via standard dot syntax. Tatsuo Kato's functions (http://tatsuokato.com/flash/XMLNodeEasyAccess.as) do a wonderful job of letting one read XML nodes with unique IDs via standard dot syntax, but there doesn't seem to be any way to modify

[Flashcoders] Getting a screenshot of flash app?

2006-03-07 Thread Sean K . Moran
Anyone know an automated server-side way of getting a jpg screenshot of a flash app? Would need to be linux based...no windows here. TIA, Sean ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] MPEG-4 in FMS

2006-02-15 Thread sean
As far as I'm aware, not only is there no way at present of serving out MPEG-4 format video feeds via FMS but the Flash player itself obviously won't entertain it. Interestingly, the Flash-Lite player will it seems as I understand it supports MP4 (MPEG4 basically). From my ongoing contact with the

RE: [Flashcoders] FileReference onIOError

2005-11-11 Thread Sullivan, Sean C - MWT
Macromedia Support confirmed that there is a bug in Flash Player 8. They posted a message in the Macromedia web forum: http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid= 288threadid=1059687 -Original Message- From: Sullivan, Sean C - MWT Sent: Thursday, November

[Flashcoders] RE: Flash FileReference and Firefox 1.0.7

2005-11-11 Thread Sullivan, Sean C - MWT
This bug has also been reported by a developer in France: http://www.liguorien.com/blog/archives_125.html His workaround for this bug: manually append the jsessionid to the URL Sean -Original Message- From: Sullivan, Sean C - MWT Sent: Tuesday, November 01, 2005 3:54 PM

[Flashcoders] Flash Player 8 - debug player?

2005-11-03 Thread Sullivan, Sean C - MWT
Where can I download the debug version of Flash Player 8 ? I searched www.macromedia.com but I could not find it. Sean ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] FileReference onIOError

2005-11-03 Thread Sullivan, Sean C - MWT
I am using the FileReference class in Flash Player 8 My listener is receiving the onIOError callback. Unfortunately, the callback does not provide any specific details about the error. How can I get error details for the onIOError callback? Sean

RE: [Flashcoders] FileReference onIOError

2005-11-03 Thread Sullivan, Sean C - MWT
. Unfortunately, the callback does not provide any specific details about the error. How can I get error details for the onIOError callback? Sean ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

[Flashcoders] Flash FileReference and Firefox 1.0.7

2005-11-01 Thread Sullivan, Sean C - MWT
or workaround? Thanks in advance, Sean ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders