Re: [Flashcoders] Projector positioning (centering)

2014-04-17 Thread Eric E Dolecki
Use AIR and u can do that Eric > On Apr 17, 2014, at 5:21 PM, "John R. Sweeney Jr." > wrote: > > Hi all, > > I need to center a Flash projector on both MAC and PC. Not center the stage, > but literally, when you double click the app or exe, it opens in the center > of the monitor. > > Any

[Flashcoders] AS3 Noise (Audio) Filter?

2013-05-24 Thread Eric E. Dolecki
I'm looking for something to attempt to remove noise (or hum/hiss) from a playing audio file in real-time. Thanks for any pointers. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki Imagineric ___

[Flashcoders] Projectors...

2013-05-23 Thread Eric E. Dolecki
Has anyone been able to generate a more current AS3 file as a projector? I'm not talking about AIR or captive runtime, talking about the old-fashioned projector for Mac? It's just gone from the IDE and the later players have this greyed out. Google Voice: (508) 656-0622 Twitter: eric_dolecki

Re: [Flashcoders] Nested clip mouse over

2013-05-21 Thread Eric E Dolecki
clip.clip.addEventListener( ... Eric On May 21, 2013, at 5:17 PM, "[ p e r c e p t i c o n ]" wrote: > Anyone know how to get the mouse over of a nested clip > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figl

[Flashcoders] sound.extract as visualizer?

2013-05-17 Thread Eric E. Dolecki
I've cracked Flash open again for some simulations and I am looking for some code that will allow me to provide a visualizer per audio file as it plays. computeSpectrum is out obviously. Anyone have any code that can provide super-simple (say scaling a clip) based on extracted values while the aud

Re: [Flashcoders] AS3 read serial data over USB on Mac

2012-08-29 Thread Eric E. Dolecki
Is there an AIR native extension that can somehow directly allow me to socket connect to a device over USB? That would be fantastic... would one be required to use Flex to generate the AIR, or can it be a standard AS3 app? Eric On Wed, Aug 29, 2012 at 4:53 AM, Henrik Andersson wrote: > Eri

[Flashcoders] AS3 read serial data over USB on Mac

2012-08-28 Thread Eric E. Dolecki
I have some hardware that sends serial data over USB. Any good proxy app to use with Sockets to read that data in an AS3 app? Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net

[Flashcoders] simple 3d scene - move camera?

2012-08-03 Thread Eric E. Dolecki
Hey all - I am looking for some starter code. Imagine stacks of sprites vertically. You select a number and the camera moves up to that stack. This is 3d. Does anyone have any quick code to get me rolling? I haven't done much 3d in Flash and I'm not sure where to start quickly. Thanks! __

Re: [Flashcoders] I invite everyone to troll Apple's support forums

2012-01-12 Thread Eric E. Dolecki
Trolling is sad. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Stopping dashed lines in preview on dynamic text in CS5

2012-01-10 Thread Eric E Dolecki
Put into a mc. I think that's all. Sent from my iPhone On Jan 10, 2012, at 12:31 PM, Tom Gooding wrote: > Hi, > > A group of us are scratching our heads wondering if it's possible to NOT show > the dashed lines around dynamic text fields in the layout view in CS5. > I am sure it was possible

Re: [Flashcoders] AS3 Knob with detents

2011-12-07 Thread Eric E. Dolecki
e. > > Glen > > > On 07/12/2011 13:31, Eric E. Dolecki wrote: > >> Does anyone have an AS3 knob with detents (sticky positions)? I have a >> knob >> with rotational range but looking for one with detents (before coding up >> myself). >> >> Thanks

[Flashcoders] AS3 Knob with detents

2011-12-07 Thread Eric E. Dolecki
Does anyone have an AS3 knob with detents (sticky positions)? I have a knob with rotational range but looking for one with detents (before coding up myself). Thanks. Oh - and not a Flex one. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki

Re: [Flashcoders] Tween

2011-11-07 Thread Eric E. Dolecki
Nope. G+ :) On Mon, Nov 7, 2011 at 1:17 PM, John R. Sweeney Jr. wrote: > Does that mean we are all bored, or NOT on FaceBook right now? :) > > > On Nov 7, 2011, at 11:49 AM, Karl DeSaulniers wrote: > > > Thats funny. > > Your post was up for at least 10min and we all answered within seconds > o

Re: [Flashcoders] Tween

2011-11-07 Thread Eric E. Dolecki
http://www.greensock.com/as/docs/tween/com/greensock/TweenMax.html On Mon, Nov 7, 2011 at 12:25 PM, Paul Andrews wrote: > I'm just thinking about the best way to do this (OK, the laziest way to do > this). > > I have a MC at point A and want to tween it to point B. OK, no problem. > But really

[Flashcoders] Best AS3 face detection (recognition a plus)

2011-10-11 Thread Eric E. Dolecki
I am looking for the best AS3 face detection/recognition available source currently around. Anyone have pointers? Googling shows a lot of older stuff. Thanks! Eric ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.co

Re: [Flashcoders] Question about SWC elements for use in Flex

2011-09-21 Thread Eric E. Dolecki
Sphere object via an addChild(). You would do > an addElement() on your wrapper. > > > jord > Original Message > Subject: Re: [Flashcoders] Question about SWC elements for use in Flex > From: "Eric E. Dolecki" > Date: Wed, September 21, 2011 11:04 am

Re: [Flashcoders] Question about SWC elements for use in Flex

2011-09-21 Thread Eric E. Dolecki
lecki PSN: eric_dolecki http://blog.ericd.net On Wed, Sep 21, 2011 at 10:51 AM, Eric E. Dolecki wrote: > *implicit coercion of a value of type mx.core.IVisualElement to unrelated > type Sphere.* > :/ > > > 2011/9/21 Cédric Muller > >> what if you do '

Re: [Flashcoders] Question about SWC elements for use in Flex

2011-09-21 Thread Eric E. Dolecki
*implicit coercion of a value of type mx.core.IVisualElement to unrelated type Sphere.* :/ 2011/9/21 Cédric Muller > what if you do 'var s:Sphere = new Sphere() as IVisualElement' ?` > > > Apologies but I haven't done any Flex in a few years and I am getting back >> into it. >> >> I created a F

[Flashcoders] Question about SWC elements for use in Flex

2011-09-21 Thread Eric E. Dolecki
Apologies but I haven't done any Flex in a few years and I am getting back into it. I created a FLA and then created some visual assets in the Library, with Linkage names. I then published a SWC of these. In my Flex app project I linked the SWC with my project. Then I try to call the stuff up and

Re: [Flashcoders] Spotify AS3 lib?

2011-08-11 Thread Eric E. Dolecki
Sure that would be cool :) Thanks. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Thu, Aug 11, 2011 at 3:48 PM, Sidney de Koning | Funky Monkey Studio < sid...@funky-monkey.nl> wrote: > Hi Eric, > > I've had co

Re: [Flashcoders] Spotify AS3 lib?

2011-08-11 Thread Eric E. Dolecki
Beyond just the search but playback as well. The search is only mildly interesting. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Thu, Aug 11, 2011 at 10:34 AM, Nathan Mynarcik wrote: > Are you looking to read

[Flashcoders] Spotify AS3 lib?

2011-08-11 Thread Eric E. Dolecki
Is there one out there or one under construction? Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chatty

[Flashcoders] Origami Photo viewer

2011-08-10 Thread Eric E. Dolecki
I am wondering if anyone has seen source or implementation of a photo viewer like the one on Apple TV (origami)? Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net ___ Flashcode

Re: [Flashcoders] contract/FT position (Paris/Europe)

2011-07-22 Thread Eric E. Dolecki
I guess it depends if it's Paris or just Europe in general. On Fri, Jul 22, 2011 at 2:06 PM, Mendelsohn, Michael < michael.mendels...@fmglobal.com> wrote: > Hi list... > > The second line returns an XMLList only if the first line (bug) isn't > commented out. If the first line is commented out, t

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Eric E. Dolecki
and those who don’t." > > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. > Dolecki > Sent: donderdag 30 juni 2011 22:32 > To: Flash Coders List > Subject: R

Re: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Eric E. Dolecki
I think I know what you want. Have your app calculate how high it needs to be, then call out using javascript to a method which changes the dimensions of a div, where your SWF embed is made at 100%. It can keep calling that method. Just make sure your SWF has noScale, etc. set within it. I've done

Re: [Flashcoders] E4X: reading CDATA

2011-06-20 Thread Eric E. Dolecki
If you're wanting to turn the CDATA into XML, I did a quick search for you which resulted in this link which might be handy... http://www.actionscript.org/forums/showthread.php3?t=196374 The top of the thread may be good for you too. Google Voice: (508) 656-0622 Twitter: eric_dolecki

Re: [Flashcoders] Question regarding Bitmap distorting bottom half of Stage elements

2011-06-20 Thread Eric E. Dolecki
omething like the flash and math BitmapTransformer >> http://www.flashandmath.com/**intermediate/gummy/<http://www.flashandmath.com/intermediate/gummy/> >> >> hope this helps >> a >> >> >> On 16 June 2011 20:48, Eric E. Dolecki wrote: >> >

[Flashcoders] Question regarding Bitmap distorting bottom half of Stage elements

2011-06-16 Thread Eric E. Dolecki
Greetings all, I made a quick post about something I'd like to solve and someone out there might be able to help me. http://imagineric.ericd.net/2011/06/16/question-bitmap-distorting-the-bottom-half-of-the-stage/ Here is a near copy and paste of the post describing the crux of what I am after...

Re: [Flashcoders] AS3 exploding and reassemble bitmap

2011-06-16 Thread Eric E. Dolecki
hly in the content debugger >> (including the incubator build), I'd love to know why. :-) >> >> Kevin N. >> >> >> On 6/14/11 5:22 PM, Eric E. Dolecki wrote: >> >>> that would be very nice of you - for me and those lurking too. >>> >

Re: [Flashcoders] AS3 exploding and reassemble bitmap

2011-06-14 Thread Eric E. Dolecki
), I'd be happy to zip up the source and post it > somewhere. > > Quick note on the video example - it's sloow in content debugger > builds. I don't know why. > > Kevin N. > > > > > On 6/14/11 4:25 PM, Eric E. Dolecki wrote: > >> Thanks a lot

Re: [Flashcoders] AS3 exploding and reassemble bitmap

2011-06-14 Thread Eric E. Dolecki
he new location during the explode/implode. > > Kevin N. > > > > On 6/13/11 9:26 AM, Eric E. Dolecki wrote: > >> Hey all - I am looking for a class that basically explodes a bitmap (each >> pixel) and then reassembles it at another x,y location. I've been goo

Re: [Flashcoders] AS3 exploding and reassemble bitmap

2011-06-13 Thread Eric E. Dolecki
I don't need an animation package, a class that cuts a displayObject up, disassembles it on a pixel-level basis, explodes it out, and then reassembles the pixels of the displayObject in a different location. If I do this myself it's going to take a lot of time, looking for something out there that

[Flashcoders] AS3 exploding and reassemble bitmap

2011-06-13 Thread Eric E. Dolecki
Hey all - I am looking for a class that basically explodes a bitmap (each pixel) and then reassembles it at another x,y location. I've been googling but have come up empty so far. Any ideas? Thanks, Eric Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: e

[Flashcoders] Quick Q about matrix3D

2011-06-10 Thread Eric E. Dolecki
I saw this AS3 and found it pretty compelling. I am wondering if it's possible to add one more handle on the left and right and update the recalc code to allow for corners and also points on the sides... http://wonderfl.net/c/sxQJ I think I could just hack 2 more handles and add the new code int

Re: [Flashcoders] Getting Data into my SWF

2011-03-11 Thread Eric E. Dolecki
Perhaps you could send the string data in some coded way that your Flash code can decode and use properly. Nothing is going to be fool proof however. Come up with your own little scheme... a 1 = A, 2 = B, etc. (probably want something tougher than that though :)) How are you going to handle time z

[Flashcoders] Re: hitTestPoint & mc with transparent PNG

2011-03-11 Thread Eric E. Dolecki
Found this (it's awesome) - just make sure your host clip has it's origin top left or it won't report correctly. http://dougmccune.com/flex/hittest_example/srcview/index.html - Eric On Fri, Mar 11, 2011 at 10:00 AM, Eric E. Dolecki wrote: > I've done this before bu

[Flashcoders] hitTestPoint & mc with transparent PNG

2011-03-11 Thread Eric E. Dolecki
I've done this before but it's been ages. I have a MC on the stage and would like to perform hitTestPoint on it. The MC contains a PNG with transparency. I'd like for the transparent regions not to figure into the hit detection. Looking at bitmapData. Whats a good little bit of code to do that de

[Flashcoders] PS3 Move and AS3?

2011-02-24 Thread Eric E. Dolecki
The Kinect camera is quite cool and useful for certain things. After playing with it for a while I am wondering if the PS3 Move system may be a more accurate and useful system for certain things. I did a quick Googling for PS3 and AS3 hacking, but I haven't found anything of substance yet. Has anyo

[Flashcoders] Quick greeting

2011-02-16 Thread Eric E. Dolecki
I am welcoming a certain Conor to the list. Test message for his inbox :) Eric ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Eric E. Dolecki
I think only the classes you actually implement from a SWC get compiled into your SWF - but all would be available for use. Just link the SWC up for the projects you'd need it. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.eric

Re: [Flashcoders] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Eric E. Dolecki
You won't see it in your Library, but it will be linked so when you compile, it's all available to you. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Tue, Feb 1, 2011 at 9:12 AM, Mendelsohn, Michael < michael.me

Re: [Flashcoders] Re: Distribute some audio classes as SWC?

2011-02-01 Thread Eric E. Dolecki
Yup - just add the SWC to your FLA or project and the classes should be immediately available for your use. On Tue, Feb 1, 2011 at 8:42 AM, Mendelsohn, Michael < michael.mendels...@fmglobal.com> wrote: > Hi Eric... > > I've been wanting to do that forever with some fonts and a movie clip that >

[Flashcoders] Re: Distribute some audio classes as SWC?

2011-01-25 Thread Eric E. Dolecki
My bad - I didn't see the Export SWC in Publish Settings :) On Tue, Jan 25, 2011 at 9:46 AM, Eric E. Dolecki wrote: > I have about 5 pieces of original music in the form of MP3s that I use a > ton. Normally I would import them into my Library, give them a class name > and call

[Flashcoders] Distribute some audio classes as SWC?

2011-01-25 Thread Eric E. Dolecki
I have about 5 pieces of original music in the form of MP3s that I use a ton. Normally I would import them into my Library, give them a class name and call them up in my document class. However I'd rather be able to stuff them into a SWC and access them. I'm googling now, but how can I do this? I h

Re: [Flashcoders] AS3 and business card reader/scanner

2011-01-20 Thread Eric E. Dolecki
Look into AIR? Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Thu, Jan 20, 2011 at 5:32 PM, John R. Sweeney Jr wrote: > Hi all, > > My client wants to use a business card scanner/reader for a registration > stat

Re: [Flashcoders] test

2011-01-11 Thread Eric E. Dolecki
Indeed it is :-) Hello. Hello. Hello. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Tue, Jan 11, 2011 at 11:11 AM, Mendelsohn, Michael < michael.mendels...@fmglobal.com> wrote: > Test: is the list al

Re: [Flashcoders] CS5 where to put tween engines etc?

2010-09-30 Thread Eric E. Dolecki
Keep one spot someplace where you keep all your packages (yours and 3rd party). Then link to them there. If you want to use SVN, use that same spot. Keeps things uncluttered. For project work where you have lesser-importance or lesser-reusable code, slap those in your project directory to keep your

Re: [Flashcoders] access a mc in stage from a class

2010-09-10 Thread Eric E. Dolecki
Amazon.com is your friend. Reviews are helpful. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Fri, Sep 10, 2010 at 10:23 AM, Rodrigo Augusto Guerra < rodr...@alumni.org.br> wrote: > thanks jason. I'll do that.

Re: [Flashcoders] Apple changes their guidelines

2010-09-09 Thread Eric E. Dolecki
Some magic voodoo turns it all into an executable for the iPhone. No SWF. Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Thu, Sep 9, 2010 at 9:59 AM, allandt bik-elliott (thefieldcomic.com) < alla...@gmail.com> w

Re: [Flashcoders] Accessing .fla var

2010-08-30 Thread Eric E. Dolecki
ashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki [ > edole...@gmail.com] > Sent: Monday, August 30, 2010 1:11 PM > To: Flash Coders List > Subject: Re: [Flashcoders] Accessing .fla var > > I think you may need to reword your question with more detail. What exa

Re: [Flashcoders] Accessing .fla var

2010-08-30 Thread Eric E. Dolecki
I think you may need to reword your question with more detail. What exactly is your setup? Google Voice: (508) 656-0622 Twitter: eric_dolecki XBoxLive: edolecki PSN: eric_dolecki http://blog.ericd.net On Mon, Aug 30, 2010 at 12:58 PM, Lehr, Theodore wrote: > How would I access

Re: [Flashcoders] Help with addChild

2010-07-16 Thread Eric E. Dolecki
I don't think this is enough code... myPopout extends Sprite or MovieClip or something? What if in your other class you did this: var myPopout:myPopout = new myPopout(e.target,this.btnNum,this.cityList); addChild(myPopout); ? I don't think we know enough about what you are doing... On Fri, Jul

Re: [Flashcoders] Help with addChild

2010-07-16 Thread Eric E. Dolecki
I lost the thread to this, but he is adding it to the document class if I remember correctly. I think we'd need to see a little code again J.C. On Fri, Jul 16, 2010 at 3:07 PM, J.C. Berry wrote: > You are right. But do you know what it could be, Henrik? Do you need to see > some more code? > > O

[Flashcoders] AIR - the About Box

2010-07-09 Thread Eric E. Dolecki
I am curious about the default About Box that comes up in OS X... can this be customized in any way? Right now it's app icon, title, version & copyright information. One could always make their own native window and use that from a control within the application, but if someone uses the Application

Re: [Flashcoders] setChildIndex

2010-07-02 Thread Eric E. Dolecki
if you addChild to an item already on the list, it will pop it to the top of the list if it's not already there. On Fri, Jul 2, 2010 at 2:59 PM, Lehr, Theodore wrote: > It is - I just thought addChild would be for mc created in script - I can > add child with stuff already on the stage? > > _

Re: [Flashcoders] setChildIndex

2010-06-30 Thread Eric E. Dolecki
They would be a child of the DisplayList, no? ie. stage (this) potentially. On Wed, Jun 30, 2010 at 4:04 PM, Lehr, Theodore wrote: > How can I change depths of a movie - I found setChildIndex - but they are > not children of anything... > > ___ > Flashc

[Flashcoders] AIR tooltips (outside app container)

2010-06-28 Thread Eric E. Dolecki
Forgive the noobness of this request... I haven't seen anything in Google and I thought I had seen this before. I am authoring an AIR 2 app using the Flash CS5 IDE. How can I generate OS-level tooltips from stuff in my AIR app (so they can appear at an OS-level outside the AIR container). I could

[Flashcoders] Re: Question about AIR2 and wireless network detection

2010-06-23 Thread Eric E. Dolecki
Also some notion of network strength... On Wed, Jun 23, 2010 at 1:36 PM, Eric E. Dolecki wrote: > I am running a little AIR2 application, and I am trying to get additional > information about networks... > > Channel, PHY Mode (ie. 802.11n), or Security (ie. WPA2 Personal). >

[Flashcoders] Question about AIR2 and wireless network detection

2010-06-23 Thread Eric E. Dolecki
I am running a little AIR2 application, and I am trying to get additional information about networks... Channel, PHY Mode (ie. 802.11n), or Security (ie. WPA2 Personal). I don't see these properties listed anywhere. Is there a way to get at these properties, or is this a feature request? Eric

Re: [Flashcoders] Realaxy ActionScript Editor public beta

2010-06-09 Thread Eric E. Dolecki
It took 10 minutes to set up my 1st project and then was super slow allowing text entry. Not sure why. On Wed, Jun 9, 2010 at 1:01 PM, allandt bik-elliott (thefieldcomic.com) < alla...@gmail.com> wrote: > interesting - thanks > > On 9 June 2010 16:42, Piers Cowburn wrote: > > > wow. > > > > > >

Re: [Flashcoders] RE: Passing Var value to loaded swf

2010-06-07 Thread Eric E. Dolecki
yup On Mon, Jun 7, 2010 at 10:47 AM, Henrik Andersson wrote: > Eric E. Dolecki wrote: > >> One could have the parent fire an init method to a loaded SWF. Then the >> loaded movie would know that the parent was present. I believe. >> >> Or you could

Re: [Flashcoders] RE: Passing Var value to loaded swf

2010-06-07 Thread Eric E. Dolecki
One could have the parent fire an init method to a loaded SWF. Then the loaded movie would know that the parent was present. I believe. On Mon, Jun 7, 2010 at 10:28 AM, Henrik Andersson wrote: > Eric E. Dolecki wrote: > >> When in doubt, look at timing. I think Gerry is on

Re: [Flashcoders] RE: Passing Var value to loaded swf

2010-06-07 Thread Eric E. Dolecki
When in doubt, look at timing. I think Gerry is on to something :) On Mon, Jun 7, 2010 at 10:03 AM, Gerry Beauregard < gerry.beaureg...@sonoport.com> wrote: > I don't have a whole lot of experience with the Loader class, but I suspect > that rather than calling addChild() immediately after callin

Re: [Flashcoders] flash game source code

2010-06-04 Thread Eric E. Dolecki
found this in 0.25 seconds, but didn't download to check it: http://www.lemlinh.com/flash-source-as3-space-invaders/ On Fri, Jun 4, 2010 at 11:20 PM, Michael Stocke wrote: > > Good evening everyone. > > > > I would like to make a space invaders clone using AS3. I don't have alot of > time, so d

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-04 Thread Eric E. Dolecki
buffer comes pretty close. this is with a known, unchanging vocal waveform. So I doubt this would be very useful outside of this current system, which is a bummer. I think it's time for me to retire this code and move on. Oh well... Eric On Fri, Jun 4, 2010 at 9:28 AM, Eric E. Dolecki

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-04 Thread Eric E. Dolecki
g values over a certain amount of time? Is AS3 fast enough to sync quick enough? I imagine it would need to check for all vowels every frame matching values in waveforms over a certain amount of time. Eric On Fri, Jun 4, 2010 at 8:56 AM, Eric E. Dolecki wrote: > I've started implementing so

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-04 Thread Eric E. Dolecki
using that to figure out a way of maping the sounds and then > translate that to your project. You are able to see the wave forms in > soundbooth? Haven't used it. If so, can you run your cursor over it at any > point to get the readings? Might be a little trivial, but may yeild a

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-03 Thread Eric E. Dolecki
Dude, whether you know it or not, you come off being pretty arrogant with your comments. Don't worry, I won't be ending up on the dailywtf anytime soon. On Thu, Jun 3, 2010 at 6:36 PM, Henrik Andersson wrote: > Before you start reinvesting the squarewheel, at least do some research on > how peopl

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-03 Thread Eric E. Dolecki
SoundBooth On Thu, Jun 3, 2010 at 6:39 PM, Karl DeSaulniers wrote: > Do you have SoundEdit? Or the like? > > > Karl > > > > On Jun 3, 2010, at 5:09 PM, Eric E. Dolecki wrote: > > I think I might make waveform bitmaps and then try and compare against the >>

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-03 Thread Eric E. Dolecki
t;> a good direction. Its AS2 though. >> >> HTH, >> >> Karl >> >> >> On Jun 3, 2010, at 2:42 PM, Eric E. Dolecki wrote: >> >> Ya - I have the data for both things, but they extend over time and are >>> difficult to compare. It&#x

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-03 Thread Eric E. Dolecki
Ya - I have the data for both things, but they extend over time and are difficult to compare. It's the boiling down the signatures into something simple and being able to read the playing audio looking for the match (or near match). I thought about using bitmap data and trying to match up waveforms

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-03 Thread Eric E. Dolecki
ds a bit vague. Perhaps you could enlighten us, I you > feel like. > > Cheers > Juan Pablo Califano > > 2010/6/3 Henrik Andersson > > > Eric E. Dolecki wrote: > > > >> It's using dynamic text to speech, so I wouldn't be able to use cue > points

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-03 Thread Eric E. Dolecki
My most humble apologies go out to Henrik and anyone else who felt that I was complaining about something. Which I wasn't. On Thu, Jun 3, 2010 at 10:02 AM, Henrik Andersson wrote: > Eric E. Dolecki wrote: > >> It's using dynamic text to speech, so I wouldn't be able to

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-03 Thread Eric E. Dolecki
316 9.142853170633316 ... TONS more data... On Thu, Jun 3, 2010 at 8:23 AM, Eric E. Dolecki wrote: > I don't think that's enough. Has anyone seen pitch detection in AS3 yet (no > microphone source)? That might be enough but I'm not sure. > > > On Thu, Jun 3, 2010 a

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-03 Thread Eric E. Dolecki
h high octaves. > JAT > > > Karl > > > On Jun 2, 2010, at 3:20 PM, Eric E. Dolecki wrote: > > This is a software voice, so nailing down vowels should be easier. However >> you mention matching recordings with the live data. What is being matched? >> Some kind

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-03 Thread Eric E. Dolecki
It's using dynamic text to speech, so I wouldn't be able to use cue points reliably. On Thu, Jun 3, 2010 at 4:09 AM, Glen Pike wrote: > If your mp3's are pre-recorded rather than people recording them > dynamically, could you use cue points? > > > On 02/06/201

Re: [Flashcoders] Question about approximate vowel detection in AS3

2010-06-02 Thread Eric E. Dolecki
ic. I understand your concept of how to do it, but I don't have the technical expertise or foundation to implement the idea yet. Eric On Wed, Jun 2, 2010 at 4:13 PM, Henrik Andersson wrote: > Eric E. Dolecki wrote: > >> I have a face that uses computeSpectrum in order to sync a

[Flashcoders] Question about approximate vowel detection in AS3

2010-06-02 Thread Eric E. Dolecki
I have a face that uses computeSpectrum in order to sync a mouth with dynamic vocal-only MP3s... it works, but works much like a robot mouth. The jaw animates by certain amounts based on volume. I am trying to somehow get vowel approximations so that I can fire off some events to update the mouth

Re: [Flashcoders] problem with import mx.controls.Alert

2010-06-02 Thread Eric E. Dolecki
I used Google and found this that seems decent enough: http://developer.yahoo.com/flash/astra-flash/alertmanager/ I am assuming that you like the fact that the Flex background is blurred while the alert is being displayed. Is this true? If you rolled your own, the stage is a MovieClip, so you cou

Re: [Flashcoders] problem with import mx.controls.Alert

2010-06-01 Thread Eric E. Dolecki
Make a Flex app - Alert is for Flex. Or make your own Alert class. I'm not sure if linking the Flex SWCs would work for an Alert or not. On Tue, Jun 1, 2010 at 10:34 PM, Jim Andrews wrote: > Am I on the right list for a question like this? > > I get an error, in Flash Builder 4, with the followin

Re: [Flashcoders] Time To Notify Adobe Of a Bug? Please Comment...

2010-05-29 Thread Eric E. Dolecki
Like Paul said, I'm not going to read all that code - but do you have different file permissions on the files? Are your PNGs encoded in an odd way? Are they corrupt? Etc. On Sat, May 29, 2010 at 9:41 AM, Paul Andrews wrote: > On 29/05/2010 14:30, John Singleton wrote: > >> Hi; >> I sent the foll

Re: [Flashcoders] FDT4 or Flash Builder 4

2010-05-19 Thread Eric E. Dolecki
It pairs nicely with Flash CS5... do your UI stuff in the IDE and have the project live in FB4. It's a workflow with document class that I've been banging on for a while and I personally like it a lot. The Flex stuff is a bonus. Eric On Wed, May 19, 2010 at 11:05 AM, Tom Gooding wrote: > Thanks

Re: [Flashcoders] flash cs5 any good for coding? if not is it any good at all?

2010-05-19 Thread Eric E. Dolecki
It's better than CS4 for sure. Depends on how you like to work on whether or not it's for you. On Wed, May 19, 2010 at 1:44 AM, Henrik Andersson wrote: > Better than cs 4. The improved code assist is one of those features you > never knew that you where missing. > > __

Re: [Flashcoders] Flash Player integrated with Chrome

2010-05-17 Thread Eric E. Dolecki
Here you go, Keith Peters addressed this not too long ago: http://www.bit-101.com/blog/?p=2615 On Mon, May 17, 2010 at 9:10 PM, Leandro Ferreira wrote: > type about:plugins and disable Shockwave Flash > > > Leandro Ferreira > > > On Mon, May 17, 2010 at 21:26, Steve Mathews wrote: > > > It m

Re: [Flashcoders] Two computers talking using AS3 Socket on same network

2010-05-13 Thread Eric E. Dolecki
ServerSocket is sweet - I just whipped up a nice AIR 2 socket server app and then have a regular socket app talking back and forth with it. Rockin'! Eric On Wed, May 12, 2010 at 11:07 PM, Eric E. Dolecki wrote: > Has anyone tried this ServerSocket yet? > > > On Wed, May 12

Re: [Flashcoders] Two computers talking using AS3 Socket on same network

2010-05-12 Thread Eric E. Dolecki
and listen for > > connections, so you can have 2 swfs talk to each other without the need > of > > an extra party. (I say apparently because I've just found out about the > > ServerSocket class following the link that Henrik posted). > > > > Cheers

Re: [Flashcoders] Two computers talking using AS3 Socket on same network

2010-05-12 Thread Eric E. Dolecki
Huh? http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/net/Socket.html all I need is readUTFBytes and writeUTFBytes... On Wed, May 12, 2010 at 6:31 PM, Henrik Andersson wrote: > Eric E. Dolecki wrote: > >> AIR because of the application security sandbox? Woul

Re: [Flashcoders] Two computers talking using AS3 Socket on same network

2010-05-12 Thread Eric E. Dolecki
y 12, 2010 at 4:11 PM, Eric E. Dolecki wrote: > AIR because of the application security sandbox? Would standalone > projectors work as well? > > > On Wed, May 12, 2010 at 3:25 PM, Henrik Andersson > wrote: > >> Eric E. Dolecki wrote: >> >>> I would like to

Re: [Flashcoders] Two computers talking using AS3 Socket on same network

2010-05-12 Thread Eric E. Dolecki
AIR because of the application security sandbox? Would standalone projectors work as well? On Wed, May 12, 2010 at 3:25 PM, Henrik Andersson wrote: > Eric E. Dolecki wrote: > >> I would like to have two computers running two different SWFs talk to one >> another over a LAN (say

[Flashcoders] Two computers talking using AS3 Socket on same network

2010-05-12 Thread Eric E. Dolecki
I would like to have two computers running two different SWFs talk to one another over a LAN (say both plugged into the same router). Is it as simple as this? Computer A --- SWF makes a socket, uses B's IP address and an open port - reads and writes from this socket Computer B --

Re: [Flashcoders] Stop flashdevelop "exploding" xml in AS3

2010-05-12 Thread Eric E. Dolecki
Why not post a question to the FlashDevelop forum? I've even fetched the link for you. http://www.flashdevelop.org/community/index.php - Eric On Wed, May 12, 2010 at 9:30 AM, Glen Pike wrote: > Hi, > >I am having problems with my "hardcoded" XML when typing in FlashDevelop > in AS3 code. >

Re: [Flashcoders] OT: PDFs, HTML5 and iPads

2010-05-11 Thread Eric E. Dolecki
You said, "Aside from the breadth of the App Store, there really isn't any advantage that iPhone has over the Android 2.1 phones." My point was that iTunes is a pretty compelling conduit for the iPhone. Do Android phones have such a thing? On Tue, May 11, 2010 at 11:33 AM, Dave Watts wrote: > >

Re: [Flashcoders] OT: PDFs, HTML5 and iPads

2010-05-11 Thread Eric E. Dolecki
Wouldn't the mere fact that iTunes as a sync conduit is a pretty decent... conduit? Makes things pretty simple and even flexible to a certain degree. On Tue, May 11, 2010 at 11:10 AM, Dave Watts wrote: > > The real problem is not market share but "mind share". That is, even > > if the proportion

Re: [Flashcoders] RE: PDFs, HTML5 and iPads

2010-05-11 Thread Eric E. Dolecki
I have seen developers push a PDF document into a UIWebView (super easy and it does work), but a better way of getting PDFs to display on an iPhone/Touch/iPad is pretty simple too in your own application (if you're up to it). http://www.random-ideas.net/posts/42 I thought I read something long ag

[Flashcoders] Re: AS3 URL existence validation

2010-05-07 Thread Eric E. Dolecki
Oops - I used Loader instead of URLLoader - sorry for the noise ;) On Fri, May 7, 2010 at 1:59 PM, Eric E. Dolecki wrote: > Hey all, > > I am trying to validate whether or not a file exists on a server. Normally > this is easy peasy. > > urlL

[Flashcoders] AS3 URL existence validation

2010-05-07 Thread Eric E. Dolecki
Hey all, I am trying to validate whether or not a file exists on a server. Normally this is easy peasy. urlLoader = new Loader(); urlLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, urlLoaded ); urlLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, onUrlLoadError ); urlLoad

Re: [Flashcoders] Writing to text file

2010-05-06 Thread Eric E. Dolecki
Use PHP or something like that as middleware. However can more than one app instance run at the same time? On Thu, May 6, 2010 at 8:24 AM, Lehr, Theodore wrote: > Perhaps my methodology is wrong - here is what I want to do: > > Say I have 100 links... I want to track which ones get clicked the mo

Re: [Flashcoders] Writing to text file

2010-05-06 Thread Eric E. Dolecki
import flash.net.FileReference; var s:XML = Hello; var file:FileReference = new FileReference(); file.save( s, "testing.xml" ); On Thu, May 6, 2010 at 8:13 AM, ekameleon wrote: > Hello :) > > in the FP10 see the FileReference.save() method > > > http://blog.everythingflex.com/2008/10/01/filerefe

Re: [Flashcoders] Question about Flash Builder 4

2010-05-05 Thread Eric E. Dolecki
Found it Under "Build" - sorry for the noise :) On Wed, May 5, 2010 at 3:35 PM, Eric E. Dolecki wrote: > Ok, I'll bite - where is that setting? Poking around in prefs right now. > > > On Wed, May 5, 2010 at 3:16 PM, Henrik Andersson wrote: > >> Eric E. Doleck

  1   2   3   4   5   >