[Flashcoders] external .AS files and debugging

2006-06-20 Thread D_C
hiya - I am using external .as actionscript/text files (for CVS and other reasons) but this seems to prevent debugging of the movie - is there a way around this? when i open the .AS files in the flashIDE and attach breakpoints, they have no effect. i dont really want to setup MTASC (or however

[Flashcoders] external .AS and debuggin

2006-06-20 Thread D_C
hiya - I am using external .as files (for CVS and other reasons) but this seems to prevent debugging of the movie - is there a way around this? when i open the .AS files in the flashIDE and attach breakpoints, they have no effect. i dont really want to setup MTASC (or however i can get debuggin

Re: [Flashcoders] XML load within an object

2006-06-18 Thread D_C
thanks for all the tips.. now to dig into it a bit more: XML.onLoad dosen't "take" parameters -- it's being invoked by the XML class from a private method and passed a boolean value so that you can evaluate if the load was successful. With "= function(success:Boolean){...", you are assigning the

[Flashcoders] XML load within an object

2006-06-18 Thread D_C
i have a UI widget that loads its own layout info from an XML file. is there a way to set the xml.onLoad to a useful function? I would like to have the xml.onLoad callback to initialize the object itself, like this: class MyWidget { function myWidget(xmlFile) { // constructor x

[Flashcoders] XML > named node values

2006-06-17 Thread D_C
hi list - Q on flash and XML. is there a way to read named values from XML without using attributes? eg using atrribute names, a flash XML object can read named values, like associative arrays. xmlData.attributes["chName"] but what if i want to use text nodes, like stocks then it seems

[Flashcoders] wanted: social network mapper

2006-06-10 Thread D_C
hi - I'm looking for someone to help code up a map of a social network (friends of friends etc) in flash. also some features like simple rankings: who has most friends, most pageviews, most endorsements... This is an example, perhaps there are others? http://www.marumushi.com/apps/flickrgraph/

[Flashcoders] wanted: social network mapper

2006-06-10 Thread D_C
hi - I'm looking for someone to help code up a map of a social network (friends of friends etc) in flash. also some features like simple rankings: who has most friends, most pageviews, most endorsements... This is an example, perhaps there are others? http://www.marumushi.com/apps/flickrgraph/

[Flashcoders] server-side FLV encoder ?

2006-04-26 Thread D_C
hi list - I'm mostly doing mobile, but had a question regarding flash video. sorry for the noobie-ness, but : people mail in mobile phone video (which is mostly 3gpp/MPEG i believe) server converts to flash video for PC viewing questions: are there any linux tools that can use a PHP or command-

[Flashcoders] server-side FLV encoder ?

2006-04-26 Thread D_C
hi list - I'm mostly doing mobile, but had a question regarding flash video. sorry for the noobie-ness, but : people mail in mobile phone video (which is mostly 3gpp/MPEG i believe) server converts to flash video for PC viewing questions: are there any linux tools that can use a PHP or command-

[Flashcoders] server-side processing to make flash video

2006-04-26 Thread D_C
hi list - I'm mostly doing mobile, but had a question regarding flash video. sorry for the noobie-ness, but : input: mobile phone video (which is mostly 3gpp/MPEG i believe) output: flash video for PC viewing questions: are there any linux tools that can use a PHP interface to batch convert inc

[Flashcoders] SWF 2 PNG

2005-12-26 Thread D_C
hi - with Flash8 is it possible to screenshot an area of the screen and output it to a bitmap file? If not, would appreciate recommendations for tools that can do this automatically, or from command line. i need to create a GIF catalog of a whole bunch of SWF files... /dc ___