[Flashcoders] Image based Tetris

2005-10-30 Thread lars
blocks with the image, 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
o use 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
examples (via >> xmlsocket?). crossplatform. like a way to control a processing.org app >> with flash and vice versa. i have in mind the mario klingemann did >> something like that, but i can't find it on his site. anyone? >> i like to use processings fft to use it wit

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

2006-02-14 Thread lars
, so that's not the problem) it's doesnt. again: the font symbol "pixfnt" (linkage name) uses arial ms unicode... what i'm looking for is something like where to set which fonts to embedd on that symbol!? thanks: lars ___ Flashco

[Flashcoders] Wrong width and height when using MovieClipLoader?

2006-02-20 Thread lars
cl:MovieClipLoader = new MovieClipLoader(); image_mcl.addListener(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?

Re: [Flashcoders] Wrong width and height when using MovieClipLoader?

2006-02-20 Thread lars
f the loaded SWF is the space occupied by instances on > it's first frame... try to place a rectangle at 0:0 with a dimension of > 1024 * 768 on frame one in your loaded SWF... Does it do the trick? > > A+ > > Eric Thibault > > > lars wrote: > >> hi all. i

[Flashcoders] Using BitmapData and applyFilter on existing MCs

2006-02-21 Thread lars
;, false); image.applyFilter(image, 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 w

[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 flas

[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 the

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]>: > lar

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

2006-02-23 Thread lars
some unique machine id or anything else 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 archi

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

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

2006-02-27 Thread lars
"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 subscripti

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

2006-02-27 Thread lars
function?!?! how can 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)

[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 ___ Flashcoders@chattyfig.figleaf.c

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:[

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: >> a

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.onEnt

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

2006-02-27 Thread lars
quickly... and then you'd always have one 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

[Flashcoders] hidden function: settimeout?

2006-02-27 Thread lars
8? is this some 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 A

Re: [Flashcoders] hidden function: settimeout?

2006-02-27 Thread lars
erval and then cleaning it up, > 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 fla

Re: [Flashcoders] hidden function: settimeout?

2006-02-27 Thread lars
flash 8 only - but you could create 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

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

2006-03-03 Thread lars
Change 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 d

[Flashcoders] secure server communication

2006-03-06 Thread lars
st ways 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 ___ F

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 PROT

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

2006-03-10 Thread lars
ow to "detect" that (when having 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

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

2006-03-10 Thread lars
eces are arranged correct. those i know >> are "simple" drag 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

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

2006-03-10 Thread lars
ingle 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&

[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
her.de/ 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 B

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. >

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

2007-03-26 Thread Lars Schwarz
om 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 Lar

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
ch 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 Gottorpstrasse 20 26122 Oldenburg T +49(0)44

Re: [Flashcoders] ASP and Character encoding in flash

2007-03-29 Thread Lars Schwarz
af.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://www.figleaf.com http://training.figleaf.com bitrocker & typographique Lars

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

2007-03-29 Thread Lars Schwarz
fo/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 2

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 re

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

2007-03-30 Thread Lars Schwarz
: 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 Gottorpstrasse 20 26122 Oldenburg T +49(0)441 2171 354 0 F

Re: [Flashcoders] LoadVars.sendAndLoad with POST

2007-04-11 Thread Lars Schwarz
hive: 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 Gottorpstrasse 20 26122 Oldenburg T +49(0)

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

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 perf