[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
produce a faster Blur? Sander sentoplene.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[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
); loader.unload(); loadPage( nextPage ); } I'm not sure about the gotoPage method, if I can make a Loader object of the currentPage and unload it. Is it totally ready for the GC to be deleted? Thnx in advance. Sander ___ Flashcoders mailing

[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
that lines don't trigger the mask of a DisplayObject and fills do. Am I correct? Is it possible otherwise to draw the lines to a bitmap object and have that as a mask? Or is a bitmap object always square when used as a mask? Thnx in advance, Sander

[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
that would suggest clickthroughs. So what's the status? And how does the Flash layer needs to be embedded... I thought wmode was a key element... Sorry for me being lost here... Regards, Sander ___ Flashcoders mailing list Flashcoders

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
://www.blackbeltmonkey.com/ What's the best way performance-wise...? Thnx in advance! Regards, Sander ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[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

[Flashcoders] Two Solutions: Flex swc’s (RP C) and or Intrinsic classes within Flash CS3!

2008-01-02 Thread Sander
as a class and an URL pointing to your library and put this empty movieclip on your stage, et voila!! You’ve got yourself a working flash flex application. Read all about it on my labs post: http://labs.qi-ideas.com/2007/12/25/using-flex-compiled-code-within-flash Yours, Sander

Re: [Flashcoders] Two Solutions: Flex s wc’s (RPC) and or Intrinsic classes wi thin Flash CS3!

2008-01-02 Thread Sander
! If you ever come up with a demo of using the Flex controls, let us know. I'd be highly interested. I'll do that! Sander Sent via the WebMail system at wichers.nu

Re: [Flashcoders] Two Solutions: Flex s wc’s (RPC) and or Intrinsic classes wi thin Flash CS3!

2008-01-02 Thread Sander
Bradley [EMAIL PROTECTED] Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Wed, 2 Jan 2008 08:02:45 -0500 On Jan 2, 2008, at 5:12 AM, Sander wrote: Hi FlashCoders!, I’ve been trying to evangelize my solution to the flash community but I don’t think it came through, really

RE: [Flashcoders] setInterval and IE ...

2006-11-30 Thread Sander van Surksum
What kind of problems do you have? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Smeets Sent: donderdag 30 november 2006 10:40 To: Flashcoders mailing list Subject: RE: [Flashcoders] setInterval and IE ... Nope, using them all the time, but no

RE: [Flashcoders] How can I get a string in a date object ?

2006-11-02 Thread Sander van Surksum
Thanks I've already fixed it This is the string I get from php tijdAlles=2006:11:02:08:39:40 This is the function function checkTime(){ trace(this); var s_date = this.tijdAlles; function dateStringToObject(dateString){ var date_ar =

[Flashcoders] How can I get a string in a date object ?

2006-11-01 Thread Sander van Surksum
= Tijdnu = +tijdnu; trace('jaar: '+ typeof(jaar)); Regards, Sander ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig

RE: [Flashcoders] Using Flash to Control Windows Media Player

2006-10-25 Thread Sander van Surksum
Thanks a lot I've figured out wat was going wrong. you can't test the fscommand localy :-S it needs to come from a server to test So when I uploaded to a server it worked. Thanks for all the help Sander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Flashcoders] Using Flash to Control Windows Media Player

2006-10-24 Thread Sander van Surksum
) www.cutratebox.com/f5/page_video.html (control WMP playing a movie overtop flash, with the appearence the video is in the flash movie) hth g. Regards, Sander ___ Flashcoders@chattyfig.figleaf.com To change your subscription

RE: [Flashcoders] Using Flash to Control Windows Media Player

2006-10-24 Thread Sander van Surksum
Thanks, The second link isn't working yet. What I'm trying to do is to mute the volume of the wmv on a button event in flash. Hope someone has already done this before. Regards, Sander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of g.wygonik Sent

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread Sander
Tried repairing permissions? Often helps with flash crashes under X. On 19 May 2006, at 21:09, erixtekila wrote: I am running the same setup, no problems on 2 machines, a g4 and a dual g5. BTW, did all install Flash 8 on 10.4.6 or did you update for distro after having installed it ?

[Flashcoders] OT: Designing in team overhead

2006-05-10 Thread Sander
? Is there a point on the curve where adding members actually slows the project down? :-) Greetz, Sander. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo

[Flashcoders] Anti-aliasing distorted bitmapData?

2006-05-07 Thread Sander
, basically anti-aliasing. Does anyons have experience with this? Would a slight blur be faster to compute? Thanks, Sander. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] max character for file name on a mac

2006-03-04 Thread Sander
Yeah right. Bull. File names can be very long on Mac. The Flash player just refuses to load long ones. I seem to remember this is a hard-disk only error by the way. Try uploading the whole thing to a web server. On 03 Mar 2006, at 15:43, quinrou . wrote: Hi all, I am sahring a problem

Re: [Flashcoders] rich text box

2006-03-04 Thread Sander
Rob, Is a rich text box a box you can fill with HTML content easily or a box in which people can create rich text content with a formatting toolbar so you can send it so a server-side script? S On 04 Mar 2006, at 13:00, Costello, Rob R wrote: anyone know of rich text box components in

Re: [Flashcoders] How often do you use components? Or do you use it at all?

2006-02-27 Thread Sander
Hey Adobe, why don't you go ahead and open source those babies [components] so we can really share our applications? The source is in your apps folder, free to mod. // I'm a developer using them more and more. When you need a clear interface with elements that just work, components are

Re: [Flashcoders] printing and pagebreak

2006-02-19 Thread Sander
Diego, I write non-existing style tags in my XHTML, that contain hints for dividing a text into pages. pSome text/p p style='pagebreak' / pSome more text/p Flash loops over the nodes and copies the portions of text into new textfields into new movieClips, and adds these to a new printJob

Re: [Flashcoders] gotoandlearn()

2006-02-16 Thread Sander
gotoAndLearn has MM's default detectionkit. But I had trouble with it as well: I think an orphaned player7 file was still in my plugins folder next to the player 8 files (I switch a lot). Deleting all and reinstalling got me past the error. On 16 Feb 2006, at 23:41, Chris Kennon wrote:

Re: [Flashcoders] performance difference between flash stand alone and browsers

2006-02-10 Thread Sander
JD: why not use 50 fps when 25 is not accurate enough? I'm working on a game who's physics were rather rough at 25, 50 made for smaller steps in tweens an high-speed object motion. It's hard to do hitTests or even calculate a hit of a fast object at 25... On 10 Feb 2006, at 20:49, John

Re: OT THANK YOU: Re: [Flashcoders] How to call functions in sequence

2006-01-29 Thread Sander
If your functions are motion-based, have a look at Fuse. It's a set of Tween classes that lets you execute a lot of tweens in sequence. 2 can fire off when 1 finished if you want. You can tween position, alpha, rotation and many more. http://www.mosessupposes.com/fuse/ Sample code from

Re: [Flashcoders] Sandy 0.2, a 3D API for Flash

2006-01-26 Thread Sander
Sounds like a great effort indeed! I'm all for some samples as well. Just swf's, to check speed and versatility. no examples anywhere? I'd like to announce Sandy 0.2 on behalf of Thomas (aka Kiroukou) over at Media Box: ___ Flashcoders mailing

Re: [Flashcoders] Sandy 0.2, a 3D API for Flash

2006-01-26 Thread Sander
Aha, found some Sandy 3D samples https://dev.media-box.net/sandy/trac/browser These recent? It was a Google hit. no examples anywhere? franto wrote: I'm interested for sure, working on Virtual world engine called FlashLIfe in AS3, but have no much free time, it wll be open source as

Re: OT [Flashcoders] Flash 8 and Rosetta -- MacIntel

2006-01-12 Thread Sander
I know that JD, Tinic has had many details on his blog as well. It's just that, when I compare heavy multimedia tasks on mac and PC, the difference has never been as big as it has in comparing Flash releases. Sorry for the Off Topic folks. For what it's worth, each of the prior few Player

Re: OT [Flashcoders] Flash 8 and Rosetta -- MacIntel

2006-01-11 Thread Sander
MM is working on the Mac Intel Flash Plugin. https://bugzilla.mozilla.org/show_bug.cgi?id=313347 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: OT [Flashcoders] Flash 8 and Rosetta -- MacIntel

2006-01-11 Thread Sander
Think further. For years the Flash plugin on Mac has been a joke, partly due to the fact the market is too small to optimize the code further for a small platform. That kinda changes when the Flash plugin runs on OSX86. ___ Flashcoders mailing list

Re: [Flashcoders] adding whitespace back into xml

2006-01-09 Thread Sander
Why don't you just include html tags in your XML, so it becomes XHTML? You just take a couple of nodes and use them to set the htmlText property of a textfield? myData node type='XHTML-content' p ul liBullet 1/li

Re: [Flashcoders] adding whitespace back into xml

2006-01-09 Thread Sander
:-) there was a discussion over the weekend about really long XML's loaded as text gradually toa void mega-parsing. Sander. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Motion on perspective gameboard

2006-01-08 Thread Sander
further in my development using this frameRate of 50? I've planned some AI for the enemies defending / tracking the game boards, I don't want the lot to come to a grinding halt. Thanks! Sander. ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Linebreak textfield

2006-01-08 Thread Sander
I would like to replace a linebreak with a linebreak followed by a tabspace [slash]t. It doesn't answer your question, but if you switch to XML you can use list item tags (li) and format those with CSS or textFormat objects. myData node type='XHTML-content' ul

Re: [Flashcoders] Switching plugins on the mac

2006-01-07 Thread Sander
Weyert, On my Windows computers you can use a utility as Flash Plugin Switcher or do some magic in the registry. But is such thing also possible on the Mac? I have 3 zip archives on my Mac, in the Library/Internet Plugins folder: plugin 6,7,8 files. I quickly throw away all MM plugins

Re: [Flashcoders] (no subject)

2006-01-03 Thread Sander
I have a number of files all with names like assessmentitem_15845.xml. In each of these files, I have to replace a number (always 14772) with 15845 (comes from name of file). Lieven, I'm using a batch rename tool on Mac, called R-name. renames patterns, add stuff, replaces extensions,...

Re: [Flashcoders] DV cameras and flash

2006-01-03 Thread Sander
Weyert, Only my question is if it's possible to use a DV camera for the real installation instead of such webcam. On Mac, any video source is good. I have an old Hi8 camera hooked up to an analog Miro Motion DC30 card using a non-official OSX driver. My entire system sees it, so does

Re: [Flashcoders] DV cameras and flash

2006-01-03 Thread Sander
Weyert, can I say that when the camera works iMovie HD it will work with Flash too? I think iMovie is more restrictive, as it works only with DV camera's. iMovie wouldn't work with my analog source. Macrobe has this on their technote (seems to apply to Windows only): Video is captured

Re: [Flashcoders] scribbling an oval

2005-12-28 Thread Sander
Are you trying to position an animated movieClip Serge, or use the drawing API to draw scribbles? Because it sound like the suggestions you're getting are the latter solution. S On 28 Dec 2005, at 12:55, Serge Jespers wrote: Hey guys, I'm kinda stuck here... so any help is appreciated.

Re: [Flashcoders] Javascript + flash

2005-12-27 Thread Sander
Use the new externalInterface class http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/ html/wwhelp.htm?context=LiveDocs_Partsfile=2200.html I am not able to run javascript functions from flash 8, though I am able to run the same in flash 7. Is there security issue?

Re: [Flashcoders] SWF 2 PNG

2005-12-27 Thread Sander
You can save a portion of a running SWF as a jpg or a png, by adding the screen pixels to a bitmapObject and sending the binary data to a script that writes the image file. Tinic has an AS3 implementation on his bog: www.kaourantin.net S with Flash8 is it possible to screenshot an area of

Re: [Flashcoders] flv batch encoding

2005-12-27 Thread Sander
Indeed: if you're a command line person ffmpeg is good. Compression Master 3 has some options I didn't see in the others, like full auto keyframing. ffmpeg on the fly ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] flv batch encoding

2005-12-25 Thread Sander
Sorenson 4.2 allows you to create cue points and has two-pass encoding for the vp6 codec. Squeeze for flash with ON2VP6 plugin: 119+199 Flix Pro with ON2VP6: 249$ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] flv batch encoding

2005-12-23 Thread Sander
I am planning a project and this is the main req: - to capture video from several cams and store it on the server as .flv What software would u choose for doing the realtime or batch conversion? You can use the Flash 8 video exporter if you want Flash 8 video with cuepoints. You can buy

Re: [Flashcoders] assigning the same class to multiple library objects

2005-12-20 Thread Sander
I'm attaching 2 different mc's, both menuItem class bound. No problem. Check what happens in your fla when you attach dynamically? On 21 Dec 2005, at 02:04, Kevin McCormick (iStyle) wrote: Hi Everyone, I've got a bit of an issue with Flash 8 at the moment. Basically I have a single frame

[Flashcoders] Using the magic mx.utils classes

2005-12-14 Thread Sander
Hi there, I found a nice list of classes that shipped with Flash 2004, like Xpath and Collection. But these seem to be the best documented ones. Others like mx.utils.errorStrings are a mystery even to Google. Does anyone know of a website that explains the usage of these classes?

Re: [Flashcoders] HTML in XML

2005-12-07 Thread Sander Janssens
Translation takes place on the boundary img src='texts/kaart.jpg' align='right' hspace='6' vspace='8'/between public and private networks. /bubble Just be sure to close all tags. Sander. I am bring in some html text to show in flash in an xml file like this: description id=0 title![CDATA

[Flashcoders] I get a mcl onLoadError, server log claims file got server...

2005-12-02 Thread Sander
platforms and plugin versions... thanks, Sander. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] on2 VP6 encoding question

2005-11-14 Thread Sander
they are too different. Cleaner let's you set the sensitivity of this search. Can really reduce a file to set defalt keyframerate to 200 and sensitivity to 60. Sander. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Pulling Hair/Need Return Values

2005-11-14 Thread Sander
Wicked code dude. Mine would look like this (or better if I didn't type AS in Mac Mail) function loadXML(){ var myXML:XML = new XML (); myXML.ignoreWhite = true; myXML.load (sourceXML); myXML.onLoad = function (success){ doSomethingWithData