[Flashcoders] flashlite device XML file updates?

2005-10-26 Thread dc
shipped with flash8 were a number of XML files describing different flashlite devices. does anyone know where to get updates on these? new devices are coming out all the time... /dc --- David "DC" Collier mailto:[EMAIL PROTECTED]

[Flashcoders] blog presentation > flash

2005-10-31 Thread dc
most wiki systems seem a little too free-form with the data. Thanks! /dc --- David "DC" Collier mailto:[EMAIL PROTECTED] +81 (0)80 6521 9559 skype: callto://d3ntaku --- Pikkle 株

RE: [Flashcoders] blog presentation > flash

2005-10-31 Thread dc
og tools have. (tho my drupal install recently got hacked due to this). tx, /dc ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] blog presentation > flash

2005-11-01 Thread dc
be too bad for just say pulling out categories or news items in a set category. however nice the code is once you really get into it, drupal seems like a lot of work to pull info from, whereas wordpress seemed to have nicely document + simple database classes. if you have any docs, it wou

[Flashcoders] setting a movieclips symbol

2006-01-17 Thread dc
tion, this seems very convoluted. Thanks! /dc ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] components are Evil?

2006-11-24 Thread dc
development? I'm mostly doing flashlite1.1, where a slight parallel is always using your own movieclips to do stuff, rather than MM buttons. for flashlite 2.0, should we consider components, (of course, developing our own) or use a different strategy? thanks! /dc

[Flashcoders] 2D arrays

2006-12-16 Thread dc
ot;whatsup"; arr[3] = "three"; trace("arr is:"); trace(arr); trace(arr[1][1]); // undefined trace(arr[3]); // three } arr is: undefined,undefined,undefined,three undefined three -- ---

[Flashcoders] loading xml

2006-09-15 Thread dc
oad, but where did it go? trace(p2); // null } tx for any help!! /dc ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders B

[Flashcoders] loading xml into an object

2006-09-16 Thread dc
e question is how to pass a calling object reference to an XML.onLoad event... within its scope that event only knows it is part of an XMLObject. but there must be some way to pass an object handler to that event? or does this onLoad have to just sit outside the object, like a dumb global fu

[Flashcoders] extending built-in classes and scope

2006-09-16 Thread dc
ra methods to the XMLNode class. thanks for any tips! /dc --- David "DC" Collier mailto:[EMAIL PROTECTED] +81 (0)80 6521 9559 skype: callto://d3ntaku -

[Flashcoders] specifying type of an array contents?

2006-09-16 Thread dc
cast or otherwise hack, but it would be nice not to... var btnClipArray:Array:MovieClip; ? /dc --- David "DC" Collier mailto:[EMAIL PROTECTED] +81 (0)80 6521 9559 skype: callto://d3ntaku ---

[Flashcoders] mac-switch: flash OS-X immediately quits

2006-09-27 Thread dc
al Mouse, Up to 1.5 Mb/sec, 500 mA USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA /dc --- Dav

[Flashcoders] myspace widgets + link backs

2007-03-28 Thread dc
hi list - was wondering if people are doing myspace widgets, what are the options and limitations? i guess all embedded flash now has to be wrapped by: so that means its not possible to have a widget that links back to your site using getURL. are there any other workarounds? eg using an (i

[Flashcoders] flash chat solutions?

2007-06-25 Thread dc
ifferences appreciated. /dc --- David "DC" Collier mailto:[EMAIL PROTECTED] +81 (0)80 6521 9559 skype: callto://d3ntaku --- Pikkle 株式会社 h

[Flashcoders] 8.5 player and javascript

2006-03-27 Thread dc
Can anyone pointg me at some documentation regarding the interaction of the Flash Player 8.5 and web page javascript. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

[Flashcoders] 8.5 player and javascript

2006-03-27 Thread dc
To be abit more precise I am wondering about the reliability of the fscommand() function in legacy code when the function migrates to flash.system.fscommand(). Am I right in thinking that publishing <8.5 in 8.5 player would be fine but publishing 8.5+ might fail? _