Re: [Flashcoders] Expandable Flash Banners

2014-03-15 Thread Eric Dolecki
http://www.flashperfection.com/tutorials/Resize-flash-dynamically-with-javascript-and-actionscript-12792.html Sent by Eric's faithful iPad mini. On Mar 15, 2014, at 6:39 PM, Karl DeSaulniers k...@designdrumm.com wrote: Can anyone point me in the right direction for expandable banners? To be

Re: [Flashcoders] How make an SWF run on IPad?

2011-04-28 Thread Eric Dolecki
Love the .m reference :) Sent from my iPhone On Apr 28, 2011, at 4:58 PM, Matt S. mattsp...@gmail.com wrote: really? I thought I'd heard something about that, I seem to recall some gaunt turtlenecked guy pointing his bony finger at me and telling me Flash would never be allowed on an iOS

Re: [Flashcoders] AS3 / OOP training

2011-02-17 Thread Eric Dolecki
That is a good one Sent from my iPhone On Feb 17, 2011, at 11:13 AM, Sam Brown 4sambr...@gmail.com wrote: Although it's not training, I found this book very helpful: http://www.amazon.com/Object-Oriented-ActionScript-3-0-Todd-Yard/dp/1590598458

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

2010-05-12 Thread eric dolecki GMail
Ah okay, that's good stuff to know. I was very wrong, my apologies. Easy enough to deploy as AIR, I'll have a look at that link and re-write some code. Not having to use a socket server will be super nice. Sent from my iPad On May 12, 2010, at 7:46 PM, Juan Pablo Califano

Re: [Flashcoders] letter from Steve Jobs on Flash

2010-04-30 Thread eric dolecki GMail
I think its time to read what you wrote yourself as you've authored some inaccuracies yourself in regards to Apple working with Adobe, the whole flavors of C thing, etc. It's very interesting reading for the first twenty posts or so, but i think its time for me to filter this thread. E. Sent

Re: [Flashcoders] Mouse event handlers

2007-03-08 Thread eric dolecki
cant you check for onMouseDown and then while its down, do a hitTest on mcs? - eric On 3/8/07, Darren Bowers [EMAIL PROTECTED] wrote: They do but not as expected. The onDragOver only triggers when the mouse starts on the mc then travels off then back on the same mc again. I need to register

Re: [Flashcoders] [JOB] Google is hiring experienced Flash Engineers

2007-02-28 Thread eric dolecki
Where does the candidate need to work? (location) - eric On 2/26/07, John Harding [EMAIL PROTECTED] wrote: (You can apply online at http://www.google.com/support/jobs/bin/answer.py?answer=47251 or contact me for additional information.) Google's world class Engineering team is working on

Re: [Flashcoders] as3 book

2007-02-28 Thread eric dolecki
I actually read that book again while upgrading my OS today... its pretty sweet with some good examples. - eric On 2/26/07, Amir T Rocker [EMAIL PROTECTED] wrote: Hi try the AS3 cookbook by o'reilly. bye Am 04:13 PM 2/26/2007 schrieben Sie: Hi Guys, I have to accept I'm the newbiest guy in

Re: [Flashcoders] Action Script editor

2007-02-17 Thread eric dolecki
Intel Mac = XP possibilities. I run the PC version of SEPY on my Mac from time to time using Parallels and XP. Eric On 2/17/07, Muzak [EMAIL PROTECTED] wrote: check the archives http://muzakdeezign.com/flashcoders/?q=actionscript%20editor Muzak - Original Message - From: pedr browne

Re: [Flashcoders] has the user seen the animation? shared object?

2007-02-08 Thread eric dolecki
You could check the value of viewed in the lso, and if its already set to viewed = true, no need to flush it... its been set. - ericd On 2/8/07, Count Schemula [EMAIL PROTECTED] wrote: At some point in the animation, I want to write to the shared object that the video has been viewed. If, so,

Re: [Flashcoders] loadMovie question

2007-02-02 Thread eric dolecki
it sounds like you might be targeting the main clip and not the nested clip beneath the mask. mc mc.mask, mc.holder_mc (empty) - beneath the mask on a layer mc.holder_mc.loadMovie(foo.jpg); - should be affected by the mask layer inside of the mc movieclip On 2/2/07, [p e r c e p t i c o n]

Re: [Flashcoders] Class Initiation Q:

2007-02-01 Thread eric dolecki
http://www.bit-101.com/blog/?p=857 not sure you can completely get away with code on timeline, unless its an as3 document class. On 2/1/07, Helmut Granda [EMAIL PROTECTED] wrote: I created a simple class for an object that would be attached to the Stage with a simple: attachMovie(blah,

Re: [Flashcoders] full screen window

2007-01-30 Thread eric dolecki
http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html - ericd. On 1/30/07, Ravi Marella [EMAIL PROTECTED] wrote: Then...can we atleast hide the status bar/address bar and other standard buttons of the same window? RaviKiran Marella -Original Message- From: [EMAIL

Re: [Flashcoders] Flair Pattern?

2007-01-29 Thread eric dolecki
i can only recall from the early days that posts be about coding, and some posts(threads) would get bounced (I think) if they didn't. Which was understandable imho. Beyond that, I'm not sure what the comment about Branden running the list means either... -ericd. On 1/29/07, Steven Sacks | BLITZ

Re: [Flashcoders] Invisible re-draw

2007-01-26 Thread eric dolecki
The player draws constantly what is on stage. Vector takes more horses than bitmap (in fact unless a bitmap moves or changes, its static (won't be redrawn - hence the cacheAsBitmap option). - ericd. On 1/26/07, Shang [EMAIL PROTECTED] wrote: lol, I'm not sure either. Wish someone really

Re: [Flashcoders] Transforming a MovieClip instance to monochrome

2007-01-24 Thread eric dolecki
Google: Flash desaturate movieclip - ericd. On 1/24/07, Andrew Kirkham [EMAIL PROTECTED] wrote: Is there a way of transforming a coloured MovieClip instance to monochrome (specifically grey scale) at run time? I want it to indicate that a control is disabled. It seems a fairly elementary

Re: [Flashcoders] Singleton class inside SWC components?

2007-01-19 Thread eric dolecki
Each of the components has a reference to a singleton class that it uses for passing messages between each other. Thats exactly what is happening, correct - what you intended. If each instance component used a different instance of your singleton - how would they communicate to one another? ?

[Flashcoders] Drag on a specific angle

2007-01-05 Thread eric dolecki
Greetings algebra hounds, I am looking for a way of dragging clips on a set angle(constrain) (angle as a parameter in a method). I've been looking around for a nice method but haven't found one yet. Does anyone have a system to allow for this? - e.

Re: [Flashcoders] Drag on a specific angle

2007-01-05 Thread eric dolecki
Mike - can you elaborate? On 1/5/07, Mike Mountain [EMAIL PROTECTED] wrote: So y=mx+c doesn't give good results? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 05 January 2007 15:42 To: Flashcoders mailing list Subject:

Re: [Flashcoders] Procedure for Reporting/Confirming Flash bugstoAdobe?

2006-12-19 Thread eric dolecki
One would need enough room in the SWF to properly display the Settings options. - e. On 12/19/06, Holth, Daniel C. [EMAIL PROTECTED] wrote: Maybe I'm missing something, but I don't see any of the newly acquired Macromedia products listed in the bug report. The bug I would like to report is

Re: [Flashcoders] Microsoft Expression ...

2006-12-18 Thread eric dolecki
I know a VS freak who tried it out and really didn't like it much at all, but I don't know what that means. Competition is a good thing I guess. I won't be playing with XAML any time soon that I can forsee. - e. On 12/18/06, Kevin Newman [EMAIL PROTECTED] wrote: I tried it very briefly, and

Re: [Flashcoders] MX transitions: Website that shows examples?

2006-12-15 Thread eric dolecki
anyone get mc_tween to work in their classes yet? On 12/15/06, Count Schemula [EMAIL PROTECTED] wrote: Very nice. After 5 minutes messing with it, I like mctween too... :) On 12/14/06, shang liang [EMAIL PROTECTED] wrote: I love mc_tween! http://hosted.zeh.com.br/mctween/ -- /* Bored,

Re: [Flashcoders] Re: TextArea: shutting off selection?

2006-12-13 Thread eric dolecki
that would be if( x == duh){ :) On 12/13/06, Count Schemula [EMAIL PROTECTED] wrote: if (x = duh){ lol }; On 12/13/06, grimmwerks [EMAIL PROTECTED] wrote: duh. TextArea.label.selectable = false. -- count_schemula ___

Re: [Flashcoders] Good External Actionscript Editor for Mac?

2006-12-13 Thread eric dolecki
Eclipse has eaten all my desktop files before when I made a workspace there by accident. I vote for TextMate, or SubEthaEdit, or anything from BareBones really On 12/13/06, Ron Wheeler [EMAIL PROTECTED] wrote: Can you not get Eclipse? http://developer.apple.com/tools/eclipse.html That is

Re: [Flashcoders] MX transitions: Website that shows examples?

2006-12-13 Thread eric dolecki
here is a basic one: http://www.ericd.net/blog_images/transitions.html On 12/13/06, Micky Hulse [EMAIL PROTECTED] wrote: Hi, A few weeks back I found a site that had all the different mx.transition classes setup for showing examples of each... it was a pretty basic Flash site... does this

Re: [Flashcoders] Which technique do you use ...

2006-12-11 Thread eric dolecki
:) 1st by far for me. After I imagined carriage returns. - e. On 12/11/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Neither. I use the technique where you put carriage returns after each line of code. I'm not bragging. I know it's a pretty advanced concept but I think anyone is

Re: [Flashcoders] Q: Performance of AS3 vs Java

2006-12-06 Thread eric dolecki
I'm not too keen on seeing 3D interfaces and spinning/whirling items anytime soon. That includes product items for the most part too. - e. On 12/6/06, Merrill, Jason [EMAIL PROTECTED] wrote: That rocks. I'm blown away. I wonder if Adobe is working 3D into Flash IDE 9. Microsoft just

Re: [Flashcoders] Random between, with sticklers

2006-12-05 Thread eric dolecki
Thats actually pretty good. Thanks for that :) I've added some additional logic to it, so I also don't get back a previously produced result too. Thanks :) - e. On 12/5/06, Danny Kodicek [EMAIL PROTECTED] wrote: I thought of something. function randomRange( min, max, currNum):Number {

Re: [Flashcoders] How to give a swf loading priority on a page.

2006-12-05 Thread eric dolecki
How about your one SWF communicates with the other... gallery loads 1st, then uses localConnection to tell the media component to load... or if its a single SWF, have the media component load up after the gallery. - e On 12/5/06, Sunnrunner [EMAIL PROTECTED] wrote: Hello, I have a

[Flashcoders] Random between, with sticklers

2006-12-04 Thread eric dolecki
I'd like to get a random number between 2 values, with a stickler that it can't be a current value, and it can't be the current value +1 var nCurrentValue:Number = 1; function randomRange( min, max):Number { var nNum = Math.round(Math.random() * max) + min; return nNum; // Would like

Re: [Flashcoders] link a function from a textfield

2006-12-01 Thread eric dolecki
look up asfunction ![CDATA[A HREF=asfunction:selectedLink,viewView a sample/A... On 12/1/06, dario [EMAIL PROTECTED] wrote: Hi to all, I'm a web developers workinf for European Commission. I've a problem with my Flash application: In a textfield I load a text from a XMK file and it works

Re: [Flashcoders] setRGB question

2006-11-30 Thread eric dolecki
http://www.organicflash.com/forum/viewtopic.php?t=1034sid=99ae72e3376962eb1f82d908bfb16785 try that link on for size. - eric On 11/30/06, dan [EMAIL PROTECTED] wrote: Hi guys Im using the setRGB command to change a color of a movieclip to black Now... How do I change it back to its orig

Re: [Flashcoders] xml thumbnail gallery reverse order problem

2006-11-30 Thread eric dolecki
load into an array and then array.reverse(); ? On 11/30/06, Andrea Hendel [EMAIL PROTECTED] wrote: hi y'all i tried to subscribe to the flash forums on kirupia and on actionscript.org, but for some reason i never receive the confirmation emails. i'm at my wit's end with this problem and i

Re: [Flashcoders] ComboBox drawing border on lost focus

2006-11-28 Thread eric dolecki
focusRect On 11/28/06, Wade Arnold [EMAIL PROTECTED] wrote: I have a MM ComboBox component in a movieclip that extends UIComponent. When I select something from the ComboBox I get a yellow boarder around the movieclip that the combobox resides in. Once I move the mouse the yellow box

Re: [Flashcoders] Tween color of dynamic text

2006-11-22 Thread eric dolecki
Thats cool - i hooked the class up, but i get an array with values like this: 4951245,6133970,7316439,8499164,9681633,10864358,12046827,13229552,14412021,15594746 from going from a blue to white: [0x4B8CCD,0xFF] ?? On 11/22/06, Janis Radins [EMAIL PROTECTED] wrote: or you could use

Re: [Flashcoders] Tween color of dynamic text

2006-11-22 Thread eric dolecki
can use them as they are for lets say TextFormat.color value 2006/11/22, eric dolecki [EMAIL PROTECTED]: Thats cool - i hooked the class up, but i get an array with values like this: 4951245,6133970,7316439,8499164,9681633,10864358,12046827,13229552,14412021,15594746 from going from a blue

Re: [Flashcoders] Tween color of dynamic text

2006-11-22 Thread eric dolecki
as soon as it receives 0xFF it's automacaly converted to 16777215 anyways 2006/11/22, eric dolecki [EMAIL PROTECTED]: I'm using setRGB, so I did this: var decToHex = 0x + toWhite[nWhiteCount].toString(16).toUpperCase(); which is basically working instead of tweaking and setting text formats

Re: [Flashcoders] Tween color of dynamic text

2006-11-22 Thread eric dolecki
yup - doing dynamic stuff so gather arrays of the values is useful. nice stuff. On 11/22/06, Muzak [EMAIL PROTECTED] wrote: You can use the decimal values just fine with setRGB. var _clr:Color = new Color(_mc); _clr.setRGB(4951245); regards, Muzak - Original Message - From: eric

[Flashcoders] Dynamic Pie Chart

2006-11-22 Thread eric dolecki
Q: Has anyone seen a dynamic pie chart component that allows one to add slices with code, remove them with code, and also allows one to click and drag edges of slices around to allow a user to manually change the % data for slices? - e. ___

[Flashcoders] ADDED_TO_STAGE (AS3)

2006-11-17 Thread eric dolecki
I'm looking for a simple example of good ways to implement this event for display objects... I suppose the displayObject could be the stage for instance. - e. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] :: playing multiple FLV's simultaneously // possible?

2006-11-15 Thread eric dolecki
yup - you can do it without FMS. Not sure about 9 like others have said (CPU), but I've had 5 running at the same time before and had success. Online. No FMS. No media playback component. Just some video objects and code. - e. On 11/15/06, artur [EMAIL PROTECTED] wrote: sorry for the

[Flashcoders] Widescreen displays

2006-11-14 Thread eric dolecki
In the age of widescreen television and flat panels, is anyone on this list deploying fullscreen stuff that is flexible in its display? I'm just curious and was about to roll up a little class to handle the 2 aspect ratios. - e. ___

[Flashcoders] Weird Executable Publishing

2006-11-10 Thread eric dolecki
If I publish a Win executable then publish another in quick succession, I most times get an error about a locked file/Flash installation problem. An get an .exe of 0 bytes. If I wait a few minutes and try again, it normally works. Has anyone run into this? Win2000 F8 IDE. - e.

Re: [Flashcoders] How to play automatically an MP3 file when user loads webpage

2006-11-08 Thread eric dolecki
use a SWF that streams an MP3 from your server... should work almost immediately. No JavaScript required. On 11/8/06, thomas Armstrong [EMAIL PROTECTED] wrote: Hi. I want a webpage to play automatically an MP3 file when user loads the webpage. I'm trying to find a Flash player which, by

[Flashcoders] Getting a press for regular key...

2006-11-02 Thread eric dolecki
I have this: var KEY_a:Number = 97; function myOnKeyDown():Void { trace( Key.isDown(Key_a)); }; var keyListener:Object = new Object(); keyListener.onKeyDown = myOnKeyDown; Key.addListener( keyListener ); When I press the a key - I get a false. What is the proper shortcut code in the

Re: [Flashcoders] Useful Ascii codes:

2006-11-02 Thread eric dolecki
That adding property thing to the Key object doesn't work in F8 compiling does it? On 11/2/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: lol.. well, still nice of you tho :) On 11/1/06, eric dolecki [EMAIL PROTECTED] wrote: Oh man... i wish i had seen that... thanks for the link

[Flashcoders] Keys...

2006-11-01 Thread eric dolecki
I have a simulation where I am communicating to hardware - no problem. I need to know press holds from the hardware, so I thought using something like: #A might mean press hold A would be a release However what is the best approach to capture 2 keys in an argument? Should I use a different

[Flashcoders] Useful Ascii codes:

2006-11-01 Thread eric dolecki
I never wanna do this again, and you probably don't either, so here are some constants to make using ascii values of character codes more legible... - e. code // Constants (to make logic more readible) var KEY_EXCLAMATION:Number = 33; var KEY_DOUBLE_QUOTE:Number = 34; var KEY_POUND:Number = 35;

Re: [Flashcoders] Useful Ascii codes:

2006-11-01 Thread eric dolecki
Oh man... i wish i had seen that... thanks for the link! On 11/1/06, Michael Stuhr [EMAIL PROTECTED] wrote: eric dolecki schrieb: I never wanna do this again, and you probably don't either, so here are some constants to make using ascii values of character codes more legible... - e

[Flashcoders] AS2 Timer Class with multiple Events

2006-10-27 Thread eric dolecki
Hey all, I am looking for a pretty light-weight AS2 Timer class that I can assign multiple events to... such as fire an event at 15 seconds, then finally at the end (30 secs). Something with clean API. I'm googling now. - e. ___

Re: [Flashcoders] Book recommendation for multiuser games / apps

2006-10-26 Thread eric dolecki
Look up Jobe Makar on Amazon :) - e. On 10/26/06, Paul Steven [EMAIL PROTECTED] wrote: Looking for information on how to implement a multi-user type game and would appreciate any links or book recommendations. Thanks Paul ___

Re: [Flashcoders] Book recommendation for multiuser games / apps

2006-10-26 Thread eric dolecki
was looking for something more comprehensive. Thanks Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: 26 October 2006 14:41 To: Flashcoders mailing list Subject: Re: [Flashcoders] Book recommendation for multiuser games / apps Look up

Re: [Flashcoders] Now Shipping : ActionScript 3.0 Cookbook – Solutions for Flash Platform and Flex Application Developers

2006-10-15 Thread eric dolecki
sweet - thanks for the heads up :) - e. On 10/15/06, greg h [EMAIL PROTECTED] wrote: fyi ... O'Reilly is now shipping: ActionScript 3.0 Cookbook Solutions for Flash Platform and Flex Application Developers By Joey Lott, Darron Schall, Keith Peters

[Flashcoders] Simplified Chinese

2006-10-10 Thread eric dolecki
I've been digging around the net and the archives and have only found that its basically impossible to get Simplified Chinese to display well in a SWF. Has anyone come up with a solution (that wasn't composed of hoop jumping galore) to this problem yet? - e.

Re: [Flashcoders] PSP XML tests

2006-10-09 Thread eric dolecki
I think you have to use full paths on the PSP for the XML load. check the archives On 10/9/06, Zárate [EMAIL PROTECTED] wrote: Hi all, I'm starting testing Flash content on the PSP and I'm not getting quite far :( I'm trying to read a really simple XML file, but it seems it doesn't work

Re: [Flashcoders] PNG sequence running slow the first time!

2006-10-08 Thread eric dolecki
turn your PNG sequence into a FLV using the FLV encoder and Quicktime or something. - e. On 10/8/06, Ellen Sundh [EMAIL PROTECTED] wrote: Hi! I have a problem with some PNG-sequences that I put into Flash. They are quite heavy 3D films. I noticed that when I load them in the browser they

Re: [Flashcoders] Profanity - (to Lieven especially)

2006-10-01 Thread eric dolecki
I respect Jason's comments. He isn't being paranoid, he's simply being polite. - e. On 9/29/06, Cedric Muller [EMAIL PROTECTED] wrote: living in paranoid land ? Same s***. Could we keep the language on this list down a tad? That's the second time you've said that in your current thread

[Flashcoders] Array problem

2006-09-28 Thread eric dolecki
I have an array of objects like this: var foo:Array = new Array(); foo[0] = {typ:A, label:foobar}; and some time later, I'd like to change the value of typ like so: foo[someIndex].typ = B; However thats not working, the value isn't being set. I think I am missing something pretty simple here.

[Flashcoders] Array problem [SOLVED]

2006-09-28 Thread eric dolecki
Sorry for the noise, I had an off by one error (using a indx value greater by one of the array index)... - e. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Array problem

2006-09-28 Thread eric dolecki
) //traces B Jason Merrill Bank of America Learning Organization Effectiveness - Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Thursday, September 28, 2006 1:26 PM To: Flashcoders mailing list Subject

[Flashcoders] Flex2 SDK on Macintel

2006-09-27 Thread eric dolecki
I tried the Flash 9 Beta on my MacPro to no avail... I assume that the Flex2 SDK compiler will fail also. Has anyone tried it? (I'm at work away from that box or I would try it now) - e. ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] Flash player standalone universal binary or alternative

2006-09-27 Thread eric dolecki
yup - we have to wait. In the meantime looks like Parallels or BootCamp is the way to go. On 9/27/06, John Dowdell [EMAIL PROTECTED] wrote: Serge Jespers wrote: any word on a Universal Binary standalone Flash player? I don't recall seeing announcements, although I might have missed something

Re: [Flashcoders] duplicating an object easily...

2006-09-26 Thread eric dolecki
This may get you started: http://chattyfig.figleaf.com/mailman/htdig/flashcoders/2004-December/127967.html - e. On 9/26/06, grimmwerks [EMAIL PROTECTED] wrote: Is there a simple way of duplicating an object that has many subobjects? In director it's as simple as obj.duplicate() -- but

[flashcoders] f9 ide crashing

2006-09-26 Thread eric dolecki
http://www.ericd.net/2006/09/flash-9-beta-ide-crashing-ideas.inc has anyone seen a crash like this when trying to produce a as3 f9 SWF? i am running another Java application when this has been happening. running on a MacPro. - e. ___

[Flashcoders] embedded font not displaying

2006-09-25 Thread eric dolecki
Has anyone had a dynamic text field with text set to embedded not display? the field is nested within some mcs, but there is no masking, no bold, no italic, etc. And its simple Arial. When embedded (even if I set the string in the IDE) - nothing displays. Is this a bug with FP8? - e.

Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread eric dolecki
. -Scott On 9/25/06, eric dolecki [EMAIL PROTECTED] wrote: Has anyone had a dynamic text field with text set to embedded not display? the field is nested within some mcs, but there is no masking, no bold, no italic, etc. And its simple Arial. When embedded (even if I set the string in the IDE

Re: SPAM-LOW: Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread eric dolecki
It wasn't on to begin with :/ On 9/25/06, Nick Gerig [EMAIL PROTECTED] wrote: tried turning auto-kern off? eric dolecki wrote: Hmm - weird. All other fonts are working for me at the moment except for basic Arial. This indeed seems quite random. - e. On 9/25/06, slangeberg [EMAIL

Re: [Flashcoders] How do you manage your classes?

2006-09-25 Thread eric dolecki
Using SVN, etc. make a repository on a shared server somewhere. Include classes from there in your projects. Just make sure you update you're all good to go. On 9/25/06, Dan Rogers [EMAIL PROTECTED] wrote: Flashcoders, I've been wondering how other flash developers deal with AS2/AS3 class

Re: [Flashcoders] Mute Flash Application, mac.

2006-09-22 Thread eric dolecki
I am not aware of anything being able to hook into the FlashPlayer and affect its functionality like that. It would need to be a browser plugin of some sort. You tired of that mosquito ad too? Hehe. I just mute audio with a keypress, and then when i'm done there, unmute. Not that hard. - e. On

[Flashcoders] Component Live Preview...

2006-09-21 Thread eric dolecki
I have a pretty simple component with inspectables to allow the setting of 2 simple strings. Flash 8 is supposed to allow for the ease of live previews with components. What do I need to put in my component class to allow updates on the Stage of the component instance to update? I've tried a

[Flashcoders] Component Live Preview [Solved]

2006-09-21 Thread eric dolecki
Sorry for the noise, but I simply built my own separate LP SWF and got things working fine. - e.d. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Component Live Preview...

2006-09-21 Thread eric dolecki
(){} [Inspectable(type=String,defaultValue=value)] function get prop(){} function set prop(){} check the manual for more details: Using components - Creating components - Creating the AS class file - Adding component metadata regards, Muzak - Original Message - From: eric dolecki [EMAIL PROTECTED

[Flashcoders] onScroller ?

2006-09-21 Thread eric dolecki
Showing a little weirdness. I'd like to fill a field with text, and if it needs to grow taller to accommodate, do so. Based on the resulting height of that textfield, I reposition another clip... kind of like HEADLINE and then text underneath where the headline has a fixed width, but can grow out

Re: [Flashcoders] onScroller ?

2006-09-21 Thread eric dolecki
OMG... i was using _height. Been hospitalized too long ;) thanks. On 9/21/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: Check out TextField.autoSize TextField.textHeight And check out the other properties of TextFields while you're in there. I'm sure you'll find them quite helpful.

Re: [Flashcoders] Component Live Preview...

2006-09-21 Thread eric dolecki
to it. Within the setSize() I have a call to my draw() function which does all the changing and moving of MC and such. Charles P. On 9/21/06, eric dolecki [EMAIL PROTECTED] wrote: Ya I had that - was hoping the same file being the component could be the live preview. I got it though - thanks :) On 9/21

[Flashcoders] 3rd party editor: FD

2006-09-20 Thread eric dolecki
I think I'll jump to FlashDevelop and was wondering how I can highlight a bit of code, and then search for matching code throughout my document - I am looking for that but haven't found it yet. Its something I do rather frequently. A Firefox-like quick search would be awesome too - can't find

Re: [Flashcoders] 3rd party editor: FD

2006-09-20 Thread eric dolecki
Thank you :) Also, I found a plugin for the Firefox-like Find. Its not as elegant as SEPY's but it works. - e. On 9/20/06, André Goliath [EMAIL PROTECTED] wrote: Simply highlight it and hit F3 :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric

[Flashcoders] NS status calling a func in a class?

2006-09-19 Thread eric dolecki
Sorry - I've been in the hospital for a few months, so I forgot how this works. In a class, in its init, I have this code: my_ns.onStatus = function( infoObject:Object ):Void { if( infoObject.code == NetStream.Play.Stop ){ callFunction(); } }; I need

Re: [Flashcoders] NS status calling a func in a class?

2006-09-19 Thread eric dolecki
InfoNetStream(nc) { super(nc); } function onMetaData(info) { for (var p in info) { trace(p+: +info[p]); } } } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric

[Flashcoders] Filters Extension

2006-09-19 Thread eric dolecki
I read a while back on a site someplace about an extension that would save filter presets to ease application of them, etc. Does anyone know where online that is? - e. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Filters Extension

2006-09-19 Thread eric dolecki
Developer [EMAIL PROTECTED] wrote: eric dolecki escreveu: I read a while back on a site someplace about an extension that would save filter presets to ease application of them, etc. Does anyone know where online that is? - e. ___ Flashcoders

Re: [Flashcoders] scrollpane not showing scrollbars - dynamic content

2006-09-09 Thread eric dolecki
force the scrollpane to .invalidate() or .redraw() or something like that. I forget which one exactly at the moment. - e. On 9/9/06, dnk [EMAIL PROTECTED] wrote: Hi there - I am having an issue where I have a scrollpane component on my stage that loads and uses an empty movie clip from my

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

Re: [Flashcoders] communication in flash 8

2006-09-06 Thread eric dolecki
Sounds like a timing issue. You could supply a query string to the popup, and in that page using javascript, write the object/embed statements using that query string to get information in there. Or something like that. - e.d. On 9/6/06, Rutul Patel [EMAIL PROTECTED] wrote: hi guys, i want to

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread eric dolecki
to remove a movieclip, you need to create or attach it first. if you're using the IDE to place the mcs, you can't use removeMovieClip(). if a mc is not on stage, is invisible, it will still be rendered by the player. Thats the way it works, whether it makes sense to you or not. On 8/31/06,

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread eric dolecki
swapDepths() it and then you can removeMovieClip it. BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Thursday, August 31, 2006 10:52 AM To: Flashcoders mailing list Subject: Re

Re: [FlashCoders] Images stay on memory forever?

2006-08-31 Thread eric dolecki
] On Behalf Of eric dolecki Sent: Thursday, August 31, 2006 10:52 AM To: Flashcoders mailing list Subject: Re: [FlashCoders] Images stay on memory forever? to remove a movieclip, you need to create or attach it first. if you're using the IDE to place the mcs, you can't use removeMovieClip(). if a mc

Re: [Flashcoders] Keyboard Access on Pocket PC

2006-08-31 Thread eric dolecki
Use a software keyboard instead (flash)... I am sure that you'll be able to find one online somewhere. On 8/31/06, Harald Kobler [EMAIL PROTECTED] wrote: We are just starting to develop a small web database application for a WM5 Pocket PC running Flash Player 7. Has anyone figured out a way

Re: [Flashcoders] View HDV in Flash

2006-08-29 Thread eric dolecki
My guess is that only regular DV is going to work, for many technical reasons. - e. On 8/28/06, Joe Cutting [EMAIL PROTECTED] wrote: I've got a lovely Sony HC1 High Definition camcorder and I'd like to be able to view its output in Flash. Unfortunately although the camera settings lists it as

Re: [Flashcoders] question on localConnection

2006-08-25 Thread eric dolecki
Make sure you aren't sending too much data across the localConnection, or it shall break unceremoniously. I forget the limit, but there is indeed a limit. On 8/25/06, Rutul Patel [EMAIL PROTECTED] wrote: hi people, I was creating local connection between two swf file, first time it works fine

Re: [Flashcoders] Masking FLV

2006-08-25 Thread eric dolecki
wrap your video object in a MC, and go to town. On 8/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Gang, I'm wondering if it's possible to apply masking to an flv...seeing as how components are a form of movie clip, can i do things i would normally do like masks? thanks b

Re: [FlashCoders] Local storage warning

2006-08-24 Thread eric dolecki
You should read the documentation for localSharedObject - you'll find many interesting things. You'll be able to see what the viewer's setting currently is, etc. A user may get that dialog the 1st time data is saved for the domain - and then won't be seen again. I think that is the point of your

Re: [Flashcoders] Re: noScale for loaded clips

2006-08-18 Thread eric dolecki
Place the mc to load your SWF into at (0,0) on the main SWF's Stage. Thats to ensure the coordinate system matches. Then on the resize event for the main stage, manipulate your mcs with loaded content. You'll find it to be pretty easy. - e.d. On 8/18/06, James [EMAIL PROTECTED] wrote: Here

Re: [Flashcoders] passing variable through callback function

2006-08-17 Thread eric dolecki
I am going to assume that this[m+i] is a movieclip created/attached somewhere else. When its attached/created, give it an index number. Then you can use it later. this[m+i].indx = i; //then later in your showImages function... this[m+i].onPress = function() { var nIndex:Number = this.indx;

Re: [Flashcoders] Blur background html with flash overlay

2006-08-17 Thread eric dolecki
I say darken yes, blur no. You don't have the HTML as a bitmap source to blur, but you could overlay a large semi-transparent mc over the HTML (the .swf would need to be large enough to accommodate this). - e.d. On 8/17/06, Nick Weekes [EMAIL PROTECTED] wrote: Hi all, Im playing with a flash

Re: [Flashcoders] How do I make a dynamically created input text box retain text formatting?

2006-08-17 Thread eric dolecki
I believe all you need to do is to add this line: name_txt.setNewTextFormat( txt_style1 ); - e.d. On 8/17/06, David Sharek [EMAIL PROTECTED] wrote: What am I doing wrong here? 1. Copy the code below into a new Flash file and test it. 2. The text in teh box should be selected 3. Try

Re: [Flashcoders] external jpegs mac proble

2006-08-15 Thread eric dolecki
Can you post your code? On 8/15/06, alex h lee [EMAIL PROTECTED] wrote: I have been troubled with this for a long time now and have tried almost everything in the world to figure out what the problem is. http://tinyurl.com/jfnxa it works on pc's, but not on macs (neither ie or safari) that

Re: [Flashcoders] double click problem

2006-08-15 Thread eric dolecki
You need to be much clearer in what your problem is. On 8/15/06, Rutul Patel [EMAIL PROTECTED] wrote: Hi people, I have problem in double click, I have one line between two object(box). Now I need to double click on the line. but I can not able to double click on line. If anybody can tell me

Re: [Flashcoders] v2 scroll pane clips its content

2006-08-15 Thread eric dolecki
Make sure the registration point of the contents getting slapped into the pane are at 0,0. Sounds like its off there. On 8/15/06, Mendelsohn, Michael [EMAIL PROTECTED] wrote: Hi list... I have a v2 scroll pane on the stage that is cutting off the content on the left side. I suppose there

Re: [Flashcoders] [:::] appending html to a var for display not working and code not runnign as expected.

2006-08-15 Thread eric dolecki
Why are you using this. ? On 8/15/06, dnk [EMAIL PROTECTED] wrote: Ok so i have a recordset with links in which I am building an HTML string for display in an HTML field. Now for some reason the html traces out fine, but when assigned to an html txt field - the filed just shows as blank.

  1   2   3   4   >