[Flashcoders] TextField with image...

2009-12-20 Thread Sander Schuurman
identifiers from the library. But can't get my head around getting a loaded Bitmap in... Anyone? Thanks! Sander Schuurman sentoplene.com @sentoplene ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

[Flashcoders] Dancing characters...

2009-07-22 Thread Sander Schuurman
to trigger the 2 functions only on MouseMove, but the responsiveness isn't accurate when you suddenly stop your mouse... So anyone any idea with this? thnx! Sander Schuurman sentoplene.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

[Flashcoders] Variable naming conventions...

2009-06-29 Thread Sander Schuurman
I can recognize all variable types... What do you use? Sander Schuurman sentoplene.com twitter: @sentoplene ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Sound Library/Libraries...

2009-06-27 Thread Sander Schuurman
:) Sander Schuurman sentoplene.com @sentoplene ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] pixelbender - blurfilter

2009-06-15 Thread Sander Schuurman
When i make a blurfilter in PixelBender, will it be faster then the build-in flash blur? Probably not right? Cause PixelBender only increases actionscript code when you have multiple cpu-cores, and the flash blur is native (C?) -code Am I answering my own questions? Or can Pixel Bender

[Flashcoders] Dynamicly created text-pages...

2009-04-23 Thread Sander Schuurman
Hi cool list, Got myself a little optimazation challenge. I'm getting HTML text from an XML file. The big text needs to be split into different pages, depending on the size of the text. What's the best way to approach this? I'm no counting words, en add words to a dynamic TextField (with

Re: [Flashcoders] Dynamicly created text-pages...

2009-04-23 Thread Sander Schuurman
, Sander Schuurman b...@chello.nl wrote: Hi cool list, Got myself a little optimazation challenge. I'm getting HTML text from an XML file. The big text needs to be split into different pages, depending on the size of the text. What's the best way to approach this? I'm no counting words, en add

[Flashcoders] Advanced Rollover Physics/Math...

2009-02-12 Thread Sander Schuurman
Hi cool list... I'm trying to create a subtle/smooth rollover animation of elements that react (scale) to the mouse position, and are aware of each other, so they move out of the way for each other instead of overlapping. I came across this subject a couple of times on the internet, but I

RE: [Flashcoders] Advanced Rollover Physics/Math...

2009-02-12 Thread Sander Schuurman
Subject: Re: [Flashcoders] Advanced Rollover Physics/Math... You could probably pull this off with a physics engine. You could probably do it without also as a entire engine could be overkill. On Thu, Feb 12, 2009 at 6:03 AM, Sander Schuurman sander.schuur...@oswaldandruby.com wrote: Hi cool

RE: [Flashcoders] Garbage Collection difficulty

2009-01-29 Thread Sander Schuurman
to this topic much more intelligently than me.. but that was my understanding of how GC in general works. Cheers On Tue, Jan 27, 2009 at 6:04 AM, Sander Schuurman sander.schuur...@oswaldandruby.com wrote: Thnx for the links... tried some, but still with no success... I now have

RE: [Flashcoders] Garbage Collection difficulty

2009-01-27 Thread Sander Schuurman
in the browser gives different results for loaded images. HTH Glen Sander Schuurman wrote: That's a local variable right? Doesn't it happen automatic? I must concentrate on the _large Sprite, isn't it? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com

[Flashcoders] Garbage Collection difficulty

2009-01-21 Thread Sander Schuurman
Hi cool list, I'm struggling with my Image class. It's supposed to load and unload different sized images dynamicly; but I can't seem to get it to work properly. The loading works fine, but the unloading not for the full 100%. It visually unloads the image, but it remains in the memory. I have

RE: [Flashcoders] Garbage Collection difficulty

2009-01-21 Thread Sander Schuurman
:20 To: Flash Coders List Subject: Re: [Flashcoders] Garbage Collection difficulty Hi, Do you have to destroy the Bitmap you create in the largeLoaded function??? Glen Sander Schuurman wrote: Hi cool list, I'm struggling with my Image class. It's supposed to load and unload

[Flashcoders] AS3 Shoutcast Stream Player...

2009-01-14 Thread Sander Schuurman
Hi cool list, I made a shoutcast streaming mp3-player and I'm having some little problems with it. When the stream is playing, the memory slowly builds up (really slowly), and sometimes jumps up with 6 MB or something. I've read that you can't overcome this, unless you close the stream and

[Flashcoders] Class syntax question...

2009-01-07 Thread Sander Schuurman
Hi cool list, I want to make a Class that contains MotionBlur methods that I can call like this: MotionBlur.coordBlur(mc, 1.5); I have other classes wich I don't initiate and just call static methods from. The MotionBlur class looks like this: public class MotionBlur { public

[Flashcoders] Type of reference to parent?

2008-12-03 Thread Sander Schuurman
Hi cool list. In the following piece of code, I cannot make the type of the parent reference to DisplayObject. If I set the reference-type to *, all works fine. But there must be a more sophisticated way that produces cleaner code. Anyone? Code: public class Test extends Sprite {

[Flashcoders] Drawing BitmapData - thinner lines?

2008-11-13 Thread Sander Schuurman
Hi cool list, I am trying out some dynamic drawing to bitmapData. It works well, only my drawn lines are a bit chunky and thick. ( see http://img227.imageshack.us/img227/118/exampleyu5.jpg ) How can I make the lines a bit thinner and more 'organic'? I know it's possible... I checked out some

[Flashcoders] Defenition of a Motion Designer...

2008-10-28 Thread Sander Schuurman
Just to check other people's definition of a Motion Designer. What do you think a motion designer should be doing? Thnx in advance... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] FW: External flv security issue...

2008-09-23 Thread Sander Schuurman
Does anyone have some knowledge to share? Concerning this issue? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sander Schuurman Sent: Thursday, 18 September 2008 11:04 To: Flash Coders List Subject: [Flashcoders] External flv security issue... hi cool

[Flashcoders] External flv security issue...

2008-09-18 Thread Sander Schuurman
hi cool list, I'm trying to load external swf into my flashapp. crossdomain.xml is in the correct place... the root of the server wich hosts the flv's... checkPolicyFile is giving positive results... inside the the swf is a flash video... don't know if this is external or internal... I keep

[Flashcoders] removeChild madness

2008-09-09 Thread Sander Schuurman
I know there's a lot written about the Garbage Collection, and removing assets in AS3... I'm trying to get my hands around it, but I'm still strugling ;) A simple example: I'm adding a MovieClip from the library, and I'm removing it as well, like a toggle. The MovieClip contains the

[Flashcoders] Removing loaded swf...

2008-08-15 Thread Sander Schuurman
Hi cool list! I'm trying do build a generic structure of pages (swf's) loaded in a main swf, and unloading as well ofcourse. Now I'm trying to unload a loaded swf, with the famous Garbage Collection. But I'm not sure I'm doing it the right way. Hope you could point me in the right direction.

[Flashcoders] Microphone capture and saving with PHP or ASP

2008-08-07 Thread Sander Schuurman
Hi cool list, Is it possible to capture the microphone of a computer and save/send it to a serverside language (PHP/ASP) without Flash Media Server? Convert it to a ByteArray and sending raw data? Quick searches tell me that it isn't possible without Flash Media Server... Anyone has experience

RE: [Flashcoders] Masking Effect

2008-07-30 Thread Sander Schuurman
Coders List Subject: Re: [Flashcoders] Masking Effect you could convert the lines to fills (under object i believe) or you could use a bitmap (remember to use runtime bitmap caching) On Tue, Jul 29, 2008 at 1:37 PM, Sander Schuurman [EMAIL PROTECTED] wrote: Hi cool list, I'm working

[Flashcoders] Masking Effect

2008-07-29 Thread Sander Schuurman
Hi cool list, I'm working on a masking effect and set it up with a mask MovieClip wich provide animated lines. Other masking effects work great when applied in the same way I am trying with this one. Only the other masking effects use Fills together with the lines. So my logic is saying me

[Flashcoders] Animating with big output in for example PNG

2008-07-09 Thread Sander Schuurman
Hi, I'm really inspired by guys like Erik Natzke and Jared Tarbell, and I'm trying some of my drawing and animation-skills wich I want to be a png of large resolution in the end. I have the famous png encoding class. (http://www.kaourantin.net/2005/10/png-encoder-in-as3.html) I know of the

[Flashcoders] NetStream's working locally, but not on a network-address

2008-07-08 Thread Sander Schuurman
Hi list, I have a Video playing in a custom player, and I encounter a strange problem. I made lots of video players allready, but now it wont playback the video off of a network-address. Variables are passed to the player, and are in the player correctly received. Tried it first in as3, and

[Flashcoders] Flash banner / layer on top - clickthrough?

2008-05-29 Thread Sander Schuurman
Hi all, What's the latest status on transparent flash banners/layers? Can you click through them to the underlaying HTML? Thought it wasn't possible, but came across an example that worked in IE7. On Firefox it wasn't possible, although I thought sometimes it showed some kind of behaviour

RE: [Flashcoders] Flash banner / layer on top - clickthrough?

2008-05-29 Thread Sander Schuurman
/ layer on top - clickthrough? Could you show us the example you came across? You can always set up your SWF to talk to JS and then to the underlying HTML. On Thu, May 29, 2008 at 5:49 AM, Sander Schuurman [EMAIL PROTECTED] wrote: Hi all, What's the latest status on transparent flash banners

[Flashcoders] Fullscreen Flash Video

2008-05-20 Thread Sander Schuurman
Hi people, On some sites I do see some really smooth fullscreen video action... What's the best way of doing this. What are the points to look out for... - encodingwise? - Using netstream? - Using bitmap(data) objects? Like for example

[Flashcoders] FPS limit of flash player inside browser?

2008-05-07 Thread Sander Schuurman
shine a light on this subject? Thnx in advance, Sander Schuurman ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders