[Flashcoders] Image based Tetris

2005-10-30 Thread lars
, but it guess it ain't that easy to complete. any suggestions? thanks: lars ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Flash and Java (Processing) Communication - Crossplatform

2005-12-27 Thread lars
processings fft to use it within a flash app for example. thanks: lars ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Flash and Java (Processing) Communication - Crossplatform

2005-12-27 Thread lars
fft to use it within a flash app for example. thanks: lars ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Embedding Japanese Fonts for Font Symbol and createTextField Usage

2006-02-14 Thread lars
: lars ___ 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 Leaf Software Premier Authorized Adobe Consulting and Training http

[Flashcoders] Wrong width and height when using MovieClipLoader?

2006-02-20 Thread lars
(mclListener); image_mcl.loadClip(1024768dummy.swf, _root.holder); the swf (1024768dummy.swf) has a size of 1024x768 pixel. when i test my script it returns: 947.7 (width) and 126.95 (height)... what's wrong with it? i exported the dummy as version 6 swf btw. thanks: lars

[Flashcoders] Using BitmapData and applyFilter on existing MCs

2006-02-21 Thread lars
, image.rectangle, new Point(0, 0), filter); i also tried with colortransform, doesnt work too. attachBitmap doesnt make sense to me, what to use instead? all examples i've found deal with newly created movieclips but not with existing ones. thanks: lars

[Flashcoders] Applying bitmapdata/filters to loaded SWFs Version 6 or 7

2006-02-21 Thread lars
is this possible? having a flash8 master movie which loads swfs version 5,6 or 7 into a holder and apply new flash8 filters (bevel, blur etc.) to them? thanks: lars ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Applying bitmapdata/filters to loaded SWFs Version 6 or 7

2006-02-21 Thread lars
i did some tests: version 8,7 and 6 swfs work fine (blur applies), swf version =5 doesnt work... Am 21.02.2006 18:34 Uhr schrieb David Rorex unter [EMAIL PROTECTED]: On 2/21/06, lars [EMAIL PROTECTED] wrote: is this possible? having a flash8 master movie which loads swfs version 5,6 or 7

[Flashcoders] flash.net.FileReference: no way to return selected path after browse?

2006-02-23 Thread lars
is it me, or is it impossible to return the selected path after a browse? for me it returns the selected filename but i cant find the path anywhere? thanks: lars ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] flash.net.FileReference: no way to return selected path after browse?

2006-02-23 Thread lars
well, if i allow access to local folders via the settings manager it would be ok to return paths, too... doesnt make sense imho not to pass the path after the browse dialog, does it? Am 23.02.2006 15:49 Uhr schrieb Michael Stuhr unter [EMAIL PROTECTED]: lars schrieb: is it me

[Flashcoders] method to authenticate/license a flash app?

2006-02-23 Thread lars
to makes sure this projector will only run on the machine it is intended to run on? any ideas are welcome. thanks: lars ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] method to authenticate/license a flash app?

2006-02-24 Thread lars
that sounds just nice. thanks! ... even i would prefer a cheaper solution (because i'm selling the app at a very small price). Am 24.02.2006 3:05 Uhr schrieb Adrian Raper, Clarity unter [EMAIL PROTECTED]: ZINC lets you get the machineID of the computer you are running on in one call. We match

[Flashcoders] Issues with Player Version 7,0,24

2006-02-27 Thread lars
for enemies and a move player on drag incl collistion detection). another question: how to get back player version 7 into the ide of flash 8 to test this issue? thanks: lars ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Issues with Player Version 7,0,24 // GEEEZ?

2006-02-27 Thread lars
that function work in flash at all??? help! Am 27.02.2006 14:41 Uhr schrieb lars unter [EMAIL PROTECTED]: hi all. i have a small game exported to flash 7, as 2.0 which is running fine on my machine (flash player 8 installed) but not on 2 other machines having player 7,0,24 installed

[Flashcoders] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars
anyone has a timer class handy? something to display minutes and seconds counting, starting at 0:00... sorry, but i tried to calc a date/time difference using the date and time objects, but i can't make it :( tsk tsk ___

Re: [Flashcoders] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars
indeed. next question: easiest way to format it to m:s display? :) Am 27.02.2006 15:26 Uhr schrieb Mike Mountain unter [EMAIL PROTECTED]: Use getTimer() instead. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lars Sent: 27 February 2006 14

Re: [Flashcoders] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars
yes, also nice, but how to avaid using your textfield? when i use timer.start( myownfield, timer.count_up) it's still displaying the one created by the class? Am 27.02.2006 15:35 Uhr schrieb Jim Armstrong unter [EMAIL PROTECTED]: lars wrote: anyone has a timer class handy? something

Re: [Flashcoders] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars
eh, any chance to reset the timer? i guess not, so i have to work with 2 vars and calculate the diff? in my example the timer needs to start when the users starts the game... Am 27.02.2006 15:59 Uhr schrieb Mike Mountain unter [EMAIL PROTECTED]: Ooops addendum. [as] this.onEnterFrame =

Re: [Flashcoders] AS2.0 time/date Objects: Timer class?

2006-02-27 Thread lars
at the ready. perhaps there is a class already you might wanna use. On 2/27/06, lars [EMAIL PROTECTED] wrote: eh, any chance to reset the timer? i guess not, so i have to work with 2 vars and calculate the diff? in my example the timer needs to start when the users starts the game... Am

[Flashcoders] hidden function: settimeout?

2006-02-27 Thread lars
externalinterface thingy or what? thanks: lars ___ 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 Leaf Software Premier Authorized Adobe

Re: [Flashcoders] hidden function: settimeout?

2006-02-27 Thread lars
, checking to make sure it didn't exist before creating, etc.) It is undocumented but its in there. - e.dolecki On 2/27/06, lars [EMAIL PROTECTED] wrote: i just ported a little javascript game to flash and forgot to translate on line: settimeout(moveenemies, speed)... i first noticed when

Re: [Flashcoders] hidden function: settimeout?

2006-02-27 Thread lars
a setInterval manager... to ensure you aren't creating the same one again (which is disasterous), and cleans them up neatly, etc. On 2/27/06, lars [EMAIL PROTECTED] wrote: but flash8 only, isnt it? i just could use it, but for a flash 7 project :) Am 27.02.2006 17:21 Uhr schrieb eric

[Flashcoders] Autoscroll Dynamic Textfield: onChange Handler not firing?

2006-03-03 Thread lars
and onScroll to it afterwards. i wanted to check scroll and maxscroll every time i add content to it and scroll it if necessary, but it doesnt work with the event handlers. any other ideas? it's some kind of autoscrolling info console it wanna do. thanks: lars

[Flashcoders] secure server communication

2006-03-06 Thread lars
to ensure a hacker proof solution? will https and md5 stored information inside the swf do? is there a better/safer way than a post request between flash and server side? sorry if this might be off-topic to some one. thanks, best: lars ___ Flashcoders

Re: [Flashcoders] attachMovie to a loaded swf

2006-03-07 Thread lars
if i get it right this sounds more like a initialization or depth problem. attachMovieClip should work. have you tried createEmptyMovieClip with a getNextHighestDepth and load those icons into those? hth: lars Am 07.03.2006 22:37 Uhr schrieb Marlon Harrison unter [EMAIL PROTECTED]: I have

[Flashcoders] puzzle: how to verify piece-fitting?

2006-03-10 Thread lars
different puzzle piece forms)? thanks: lars ___ 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 Leaf Software Premier Authorized

Re: [Flashcoders] puzzle: how to verify piece-fitting?

2006-03-10 Thread lars
and drop together ones with do not detect that the pieces are arranged correct and fit. any examples or ideas on how to detect that (when having different puzzle piece forms)? thanks: lars There are various levels of this. One (generally for the simplest puzzles for small children) locks the pieces

Re: [Flashcoders] puzzle: how to verify piece-fitting?

2006-03-10 Thread lars
drag/drop-able, but when c fits to a they both join and get drag/drop- able as one piece. that's the problem i now have. any solutions welcome. thanks: lars Am 10.03.2006 20:23 Uhr schrieb Fitzpatrick, Kevin unter [EMAIL PROTECTED]: I can't off the top of my head think of any visual ways of doing

[Flashcoders] System.capabilities.language question

2005-10-19 Thread Lars Heinrich
the version of the keyboard layout... So maybee System.capabilities.language is a way to detecte the correct language of the OS. Otherwise I would have to write a plugin for this But why if flash can do this. So maybee someone knows a answer to this.. Thanks Lars Heinrich Powerflasher GmbH

AW: [Flashcoders] Profiling the clients CPU

2005-10-31 Thread Lars Heinrich
/ maybee you find some usefull stuff there. regards Lars Heinrich Powerflasher GmbH Tel: +49 (0)241 91880-230 -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alias Gesendet: Montag, 31. Oktober 2005 14:46 An: Flashcoders mailing list Betreff

Re: [Flashcoders] Site Check [dm9ddb.com.br]

2007-03-26 Thread Lars Schwarz
To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com bitrocker typographique Lars Schwarz

Re: [Flashcoders] audio library

2007-03-27 Thread Lars Schwarz
sorry, but ain't this OT and has nothing to do with coding? Am 27.03.2007 um 13:08 schrieb Steven Clark: Does anyone know a good royalty free audio library for corporate projects? Or any services like photos.com where you pay a subscription. Thanks!

Re: [Flashcoders] size an image inside a component

2007-03-27 Thread Lars Schwarz
://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com bitrocker typographique Lars Schwarz Gottorpstrasse 20 26122 Oldenburg T +49(0)441 2171 354 0 F +49(0)441 2171

Re: [Flashcoders] ASP and Character encoding in flash

2007-03-29 Thread Lars Schwarz
typographique Lars Schwarz Gottorpstrasse 20 26122 Oldenburg T +49(0)441 2171 354 0 F +49(0)441 2171 354 2 M [EMAIL PROTECTED] W www.bitrocker.com W www.typographique.de ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Free Upgrade CS2 to CS3???

2007-03-29 Thread Lars Schwarz
://www.figleaf.com http://training.figleaf.com bitrocker typographique Lars Schwarz Gottorpstrasse 20 26122 Oldenburg T +49(0)441 2171 354 0 F +49(0)441 2171 354 2 M [EMAIL PROTECTED] W www.bitrocker.com W www.typographique.de ___ Flashcoders

Re: [Flashcoders] further rotating nav help!! - altering the button names.

2007-03-30 Thread Lars Schwarz
what about using hittest? define a rect and position it where you want to text to be visible, then use hittest/hitarea for each label that hits the area and make it visible and vice versa. hth: lars Am 30.03.2007 um 11:28 schrieb Lewis: hi to all once again! i actually realised the best

Re: [Flashcoders] Gaps in between bitmapdata clips copied to a grid

2007-03-30 Thread Lars Schwarz
Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com bitrocker typographique Lars Schwarz Gottorpstrasse 20 26122 Oldenburg T +49(0)441 2171 354 0 F +49(0)441 2171 354 2 M [EMAIL PROTECTED] W www.bitrocker.com W

Re: [Flashcoders] LoadVars.sendAndLoad with POST

2007-04-11 Thread Lars Schwarz
Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com bitrocker typographique Lars Schwarz Gottorpstrasse 20 26122 Oldenburg T +49(0)441 2171 354 0 F +49(0)441 2171 354 2 M [EMAIL PROTECTED] W www.bitrocker.com W www.typographique.de

Re: [Flashcoders] LoadVars.sendAndLoad with POST

2007-04-11 Thread Lars Schwarz
ooops, sorry, my fault. 2nd par is the target, not the source, right Am 11.04.2007 um 17:51 schrieb T. Michael Keesey: On 4/11/07, Lars Schwarz [EMAIL PROTECTED] wrote: you are sending an empty loadvars object... returning an empty post array when doing so is a feature, not a bug

Re: [Flashcoders] Flash File Upload Issues

2007-04-18 Thread Lars Schwarz
? even this is slightly offtopic you might add some logging to the script used to handle/ save the file object. hth: lars Am 18.04.2007 um 19:31 schrieb Beth Koehler: Hello everyone! I'm going crazy trying to figure out an issue we're having with flash file uploads. It works perfectly fine

Re: [Flashcoders] Arabic Text Problem

2008-08-31 Thread Lars Blåsjö
Can the list recommend any good guides or other info resources regarding handling of Arabic text and other right to left text in Flash (player 9) in general? Lars On Fri, Aug 29, 2008 at 2:25 PM, david costard [EMAIL PROTECTED] wrote: Thanks four your answer Ibrahim. We find the solution