SV: [Flashcoders] retrieving names of external files in a folder(oris there something similar to Directors getNthFileNameInFolder())

2006-05-04 Thread Mikael Wirén
Thanx for the input guys. Will explore some more and probably find a load of other Qs, thats the best thing with teaching =) This is the first time in 10 years i´ve had enough time to learn new things outside a mad tight deadline. Regards /Micke Från:

RE: [Flashcoders] Taking a screenshot from a FLVPlayback compon entusing AS

2006-05-04 Thread Bart Zonneveld
Thanks for the pointer. I currently am using ffmpeg a lot (for automatically encoding movies), so I decided to use that to write a screenshot to disk. I'll clean up my code soon, and send it to the list/whoever is interested. It's a Flash based uploading/encoding/editing proof of concept for

[Flashcoders] XRAY breaks my movie

2006-05-04 Thread eugen pflüger
hello xray professionals, i really need your help! i installed xray with the extension manager. everythings fine. then i put the xray component on stage on frame 1 (theres only 1 frame) (classes export to frame 1). then i did test movie. trace window says this: (1014) Connections: true |

[Flashcoders] Fwd: XRAY breaks my movie

2006-05-04 Thread eugen pflüger
oh, i forgot to mention: i am on mac and use flash 8. downloaded the latest version of xray: standalone: 1.2.5 connector: 1.4.5 Anfang der weitergeleiteten E-Mail: Von: eugen pflüger [EMAIL PROTECTED] Datum: 4. Mai 2006 09:22:08 MESZ An: Flashcoders mailing list

[Flashcoders] FMS Service STOPS??

2006-05-04 Thread Francesco
Hi all. I am recently experiencing a strange behavior on our Breeze installation with the FMS service stopping (the only one out of 4). I visited FMS support forum on MM's just to find out that others are dealing with this but still we haven't worked this out.

[Flashcoders] Solved: XRAY breaks my movie

2006-05-04 Thread eugen pflüger
hello, ok i am stupid! i deleted the component from the library and now my movie compiles again. but i still wonder what that recursive problem is about. Anfang der weitergeleiteten E-Mail: Von: eugen pflüger [EMAIL PROTECTED] Datum: 4. Mai 2006 09:25:14 MESZ An: Flashcoders mailing

Re: [Flashcoders] Solved: XRAY breaks my movie

2006-05-04 Thread ryanm
ok i am stupid! i deleted the component from the library and now my movie compiles again. but i still wonder what that recursive problem is about. Xray crawls your project, getting info about all of the objects (movie clips, arrays, etc). You need to turn off autoupdate so that it isn't

RE: [Flashcoders] XML Parsing

2006-05-04 Thread Steven Sacks
Anyone knows something about a ***non* *recursive* XML parser?? Why?? ___ 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] XML Parsing

2006-05-04 Thread Danny Kodicek
Anyone knows something about a ***non* *recursive* XML parser?? Why?? Actually, I'd be interested too. I get frustrated with XML because sometimes one uses it for a tree-based structure and sometimes for a linear markup structure, and the two don't naturally go together very well. The XML

[Flashcoders] calendar application

2006-05-04 Thread Michael Stuhr
does anyone know some OS calendar application (done in flash), like google calendar ? micha ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] XML Parsing

2006-05-04 Thread Mars Spider - Upgrade Multimediale Srl
Steven Sacks wrote: Anyone knows something about a ***non* *recursive* XML parser?? Why?? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Help needed for Novice

2006-05-04 Thread Jim Robson
Loren, The stop() command is commented out on frame 5 (Start). That would explain why the movie blows by that frame. If I am reading it correctly, this is what is happening: When the movie gets to frame 5, it loads start.swf and keeps playing until it gets to frame 15, where it loads

RE: [Flashcoders] retrieving names of external files in a folder(oristhere something similar to Directors getNthFileNameInFolder())

2006-05-04 Thread Boris
If you don't need to use the flash outside the IDE you could use the jsfl FLfile.listFolder() function. e.g. function init(srcURI){ alert(FLfile.listFolder(srcURI, directories)); return(FLfile.listFolder(srcURI, directories)); }

[Flashcoders] External Interface Class + form tag

2006-05-04 Thread Sumeet Kumar
Hi All I m facing problem in JavaScript to flash communication (using External Interface Class in flash8) The Problem is as follows The object tag is inside the form tag in a aspx page. I m not able to call a function from JavaScript to flash But if I remove the form tag it works

RE: [Flashcoders] External Interface Class + form tag

2006-05-04 Thread Sumeet Kumar
Hi I have tried those livedocs But I m not able to get that code work for me It will be a great help if u send me a example regarding this at [EMAIL PROTECTED] Thanks And Regards Sumeet Kumar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geoff

[Flashcoders] 8th May Sydney Developers Group study group

2006-05-04 Thread Chris Velevitch
On Monday 8th May, we'll be looking at the External API and theFileReference API. Please read the articles prior to the meeting (see http://www.flashdev.org.au/program). At the meeting, the moderator will lead discussion and with questions about the topic. The meeting is on at 6:30pm for 7pm

Re: [Flashcoders] calendar application

2006-05-04 Thread mailinglists
There's a really nice looking one as an OpenLaszlo example. direct link: http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo?fb=1lzt=html The rest of the OpenLaszlo explorer: http://www.openlaszlo.org/lps-latest/laszlo-explorer/ -david Quoting Michael Stuhr [EMAIL PROTECTED]:

Re: [Flashcoders] destructors...

2006-05-04 Thread elibol
Wait though, isn't a class part of the swf compilation? Technically, you really cannot delete it unless you load the class in via an external swf. That might be one way of accually doing it. M. On 5/3/06, Andreas Rønning [EMAIL PROTECTED] wrote: Kind of besides the point really. The real

Re: [Flashcoders] Solved: XRAY breaks my movie

2006-05-04 Thread mailinglists
How do you turn on autoupdate? I've installed the latest xray connector and standalone, and looked at all the menus in the standalone app, and looked at the parameters on the connector. I don't see autoupdate anywhere. If autoupdate would keep me from having to take screenshots repeatedly, I

Re: [Flashcoders] calendar application

2006-05-04 Thread Chad Mefferd
very cool On May 4, 2006, at 9:05 AM, [EMAIL PROTECTED] wrote: There's a really nice looking one as an OpenLaszlo example. direct link: http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo? fb=1lzt=html The rest of the OpenLaszlo explorer:

Re: [Flashcoders] destructors...

2006-05-04 Thread Ian Thomas
Good point. I assumed - Andreas - that you were talking about deleting _instances_ of a class; not actual classes. :-) Ian On 5/4/06, elibol [EMAIL PROTECTED] wrote: Wait though, isn't a class part of the swf compilation? Technically, you really cannot delete it unless you load the class in

RE: [Flashcoders] destructors...

2006-05-04 Thread Tom Lee
Usually, when someone asks how do I delete a class? I assume they mean how do I remove an instance of a class from memory?, rather than How do I delete a class so new instances of it can not be made. I'm pretty sure you can delete the constructor of a class just by saying delete

Re: [Flashcoders] destructors...

2006-05-04 Thread jeboothjr
The way I understand it, classes are loaded as global variables. You can see them when you test the movie and click Debug--List Variables. I was on a project with multiple developers. The Shell loaded many different swf files. Some of the developers used the same classes and slightly

Re: [Flashcoders] destructors...

2006-05-04 Thread Ian Thomas
Yep - that works perfectly well. But it's always better to avoid situations like this: Some of the developers used the same classes and slightly modified them for their needs. by assigning different package names to different modules, if you know they'll all be running in the same 'container'

Re: [Flashcoders] XML Parsing

2006-05-04 Thread Jason Lutes
I'm experiencing some recursion limit problem with a large XML... How are you currently reading in the XML -- what kind of code structures, etc? What specifically is the recursion limit problem you're having? Are you getting an error message of some kind? Do you think it's a question of the

Re: [Flashcoders] Help needed for Novice

2006-05-04 Thread Francesco
Hi Loren, Jim is right. Remove comment from the stop() command on f5 to have your movie paly entirely start.swf before advancing. The onEnterFrame function in frame 1provides automatic advancing when the current screen mc is completely played. As for buttons, 1 of them already work

[Flashcoders] Export Bitmap Data at runtime

2006-05-04 Thread Rifled Cloaca
Flashcoders, With Flash 8, is there a way to turn a bitmapped movieclip into a PNG or compress it somehow to send it back to the server as a bitmap at runtime? I imagine you could send it as raw bitmap data, but it would be quite large. Thanks! -g

Re: [Flashcoders] Re: Iterate through instance methods

2006-05-04 Thread Keith Salisbury
Hi Tom, No, not using AS3, just AS2. Its seems its not possible, so i've tackled the problem from the inside using __resolve instead thanks for your suggestion On 5/3/06, Tom Lee [EMAIL PROTECTED] wrote: What kind of object are you trying to introspect? A movieclip? Which language

RE: [Flashcoders] Export Bitmap Data at runtime

2006-05-04 Thread Tom Lee
You may want to wait for AS3. At www.kaourantin.net/2005/10/png-encoder-in-as3.html, you will find a PNG encoder that one of the Flash Player programmers wrote. He's also got a JPG encoder. Both are written in AS3, because the performance would be too slow in AS2. At

Re: [Flashcoders] Export Bitmap Data at runtime

2006-05-04 Thread Zeh Fernando
With Flash 8, is there a way to turn a bitmapped movieclip into a PNG or compress it somehow to send it back to the server as a bitmap at runtime? I imagine you could send it as raw bitmap data, but it would be quite large. This has been discussed a while ago, but briefly -- Yes, you have to

Re: [Flashcoders] Q:del.icio.us API

2006-05-04 Thread Mike Chambers
http://www.w3.org/Protocols/HTTP/1.0/draft-ietf-http-spec.html#Code401 http://www.w3.org/Protocols/HTTP/1.0/draft-ietf-http-spec.html#Authorization Basic Authentication basically just base64 encodes the username / pass and passes it to the server in the header. Sorry I wasnt a little

Re: [Flashcoders] Q:del.icio.us API

2006-05-04 Thread Troy Rollins
On May 4, 2006, at 1:01 PM, Mike Chambers wrote: Also, I am doing this in AS3, not AS2. You wouldn't happen to be doing this in AS3 on a Mac, would you Mike? ;-) (Still waiting for a flex beta for Mac...) -- Troy RPSystems, Ltd. http://www.rpsystems.net

Re: [Flashcoders] Solved: XRAY breaks my movie

2006-05-04 Thread ryanm
How do you turn on autoupdate? I've installed the latest xray connector and standalone, and looked at all the menus in the standalone app, and looked at the parameters on the connector. I don't see autoupdate anywhere. If autoupdate would keep me from having to take screenshots repeatedly, I

Re: [Flashcoders] Q:del.icio.us API

2006-05-04 Thread Mike Britton
Mike, can it be done with AS2? Mike Britton On 5/4/06, Troy Rollins [EMAIL PROTECTED] wrote: On May 4, 2006, at 1:01 PM, Mike Chambers wrote: Also, I am doing this in AS3, not AS2. You wouldn't happen to be doing this in AS3 on a Mac, would you Mike? ;-) (Still waiting for a flex beta

Re: [Flashcoders] MM / Adobe Central unavailable?

2006-05-04 Thread John Dowdell
The word I have is that there was some temporary downtime on some of the downloads yesterday, and that affected offerings should be back online now. I got my info through catching people in the hallway, though, and hope to see some longer-term guidance on such issues soon. jd -- John

Re: [Flashcoders] SWF, IFrame and z-order

2006-05-04 Thread John Dowdell
Éric Thibault wrote: ... the flash inside the iframe is always on top The answer, as Geoff noted, is WMODE... searching on this term will describe how some-but-not-all browsers accept a parameter in the OBJECT/EMBED tags to pipe plugin content to the browser's offscreen compositing

Re: [FlashCoders] Build Flash8 installer

2006-05-04 Thread John Dowdell
Dimitrios Bendilas wrote: I need to distribute the Player along with an application I have built and I could use some guidelines/tutorial etc. As Peter noted, web distribution is single-source only... Players are available on the Adobe site, and if you've got web access, that's the place to

Re: [Flashcoders] Q:del.icio.us API

2006-05-04 Thread Weyert de Boer
http://www.w3.org/Protocols/HTTP/1.0/draft-ietf-http-spec.html#Code401 http://www.w3.org/Protocols/HTTP/1.0/draft-ietf-http-spec.html#Authorization Basic Authentication basically just base64 encodes the username / pass and passes it to the server in the header. Sorry I wasnt a little

Re: [Flashcoders] SWF, IFrame and z-order

2006-05-04 Thread Éric Thibault
I am using the wmode and I have no more problems... The only thing is that the application that I'm working on wrote the url of the SWF, jpeg, pdf directly to the source of the iframe! I had to patch in with an actual html content, if I'm dealing with a SWF, with the wmode added to it!

[Flashcoders] Moving animation positions

2006-05-04 Thread Mike Boutin
I am trying to move all my animations so that they arecentered in the movieclip they were created in (was created off-centered) except I dont want to go through every keyframe and adjust the positioning frame by frame. Is there an easier way of doing this? I am using flash 8 pro... Any

Re: [Flashcoders] Moving animation positions

2006-05-04 Thread Helen Triolo
Do you mean moving all the content the same over a range of keyframes? If so, see http://flash-creations.com/notes/actionscript_componentsintro.php#editmultiple And you should probably post questions like this at flashnewbie instead since they don't have anything to do with coding.

[Flashcoders] Unity vs Flashcom for chat and messaging

2006-05-04 Thread bitstreams
Hi Developing an online chat system and am considering using either flashcom or Moock's Unity server. other than the price, ca anyone tell me what the pro's and cons are for the two options? Thanks in advance Jim Bachalo [e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca

Re: [Flashcoders] XML Parsing

2006-05-04 Thread David Rorex
On 5/4/06, Mars Spider - Upgrade Multimediale Srl [EMAIL PROTECTED] wrote: Jason Lutes wrote: I'm experiencing some recursion limit problem with a large XML... How are you currently reading in the XML -- what kind of code structures, etc? What specifically is the recursion limit problem

Re: [Flashcoders] Unity vs Flashcom for chat and messaging

2006-05-04 Thread Troy Rollins
On May 4, 2006, at 4:32 PM, [EMAIL PROTECTED] wrote: Developing an online chat system and am considering using either flashcom or Moock's Unity server. Look at ElectroServer as well. Basically, FCS is a huge media server, and quite expensive. For chat systems, it is not needed.

Re: [Flashcoders] Solved: XRAY breaks my movie

2006-05-04 Thread Chris Allen
John turned recursive searches off by default now on the latest version of Xray. Seems like nobody liked this feature as it usually causes this problem in most larger applications. I know he is thinking about removing it all together in future versions. Anyway, that's what I know about it. Are

[Flashcoders] Q:RED5 vs Unity vs Flashcom

2006-05-04 Thread bitstreams
Hi Follow-up to an earlier post. Forgot to mention RED 5. Other than price, can anyone summarize the pros and cons of the open source RED5 , Moock's Unity and the Flash Media Server for creating an online live chat system? Any feedback appreciated! Jim Bachalo [e] jbach at bitstream.ca [c]

[Flashcoders] bitmap.draw problem in flash 8

2006-05-04 Thread Alec Matusis
I need to do the following: 1) load a jpg image into a movie clip A from a remote server (same as the server where flash the movie resides) 2) create a bitmap 3) attach this bitmap movie clip B 4) draw the jpg from movie clip A into the bitmap, so that it appears in movie clip B This works

[Flashcoders] destructors...

2006-05-04 Thread Bjorn Schultheiss
I have tried various ways of destroying instances. I once used this type of implementation // Parent Class function buildChild() { var myClass : MyClass = new MyClass(); myClass.addEventListener( onDestroyChild, this ); } function onDestroyChild( evt : Object ) { if (

Re: [Flashcoders] Taking a screenshot from a FLVPlayback componentusing AS

2006-05-04 Thread Jason
Any chance we could take a look at what you are doing, Bart??? ;) Jason - Original Message - From: Bart Zonneveld [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Thursday, May 04, 2006 3:16 AM Subject: RE: [Flashcoders] Taking a screenshot

[Flashcoders] Re: Newbie + New subject: Vista

2006-05-04 Thread Audry Taylor
Sorry for my slow reply; I'm running around getting ready for E3. You guys have given me exactly the information I needed. I knew I was coming to the right place! I'm only looking to stop casual hackers (normal users) so cheaper solutions are probably the best. I already know myself that

[Flashcoders] newbie: nested clips and LoadMovie

2006-05-04 Thread August Gresens
Hello Is it possible to access (duplicate and use) clips nested inside another clip you've loaded into a movie via LoadMovie (or using the MovieClipLoader). For example, if I want to maintain a clip external to my main flash project that has a bunch of misc graphics - after I've loaded this

[Flashcoders] Conversion to Flash 8 renders MP3 player useless

2006-05-04 Thread Jonathan Berry
Hello all, I posted this a few days ago and just wanted to know if you could load it, but I found a problem that I do not understand. I just saved this file, which was previously MX2004, as Flash 8 in the authoring environment. I have exported for Player 7/AS 2.0, but for some reason it will no

RE: [Flashcoders] Unity vs Flashcom for chat and messaging

2006-05-04 Thread Scott Hyndman
Hey Jim, Unity, and similar socket servers (WebORB's messaging framework, ElectroServer, etc) all use XMLSocket to perform communication AFAIK. This can pose problems with firewalls between the client box and the server unless communication occurs on open ports. Also, communication is limited

Re: [Flashcoders] FMS Service STOPS??

2006-05-04 Thread Asai
Yeah, totally. At one point I accidentally switched the date on my computer one month in advance. When I realized my mistake, I switched it back. But after that point, FMS quit working, with the very same Log report. Its a real headache because I can't run FMS on my local development

RE: [Flashcoders] bitmap.draw problem in flash 8

2006-05-04 Thread Alec Matusis
Actually I solved this problem myself. Bitmap.draw(source) has an (undocumented) security restriction: source movieclip has to be loaded from exactly the same domain as the hosted movie (including the subdomain). Otherwise draw() just silently fails, WITHOUT producing a security warning.

Re: [Flashcoders] XML Parsing

2006-05-04 Thread GregoryN
Mars, The only (well) known solution is about editing SWF bytecode to change 256 limit of recursion. Broadly used, btw. David, I think he means not xml is 1600 levels deep, but rather XML has 1600 nodes and some of them have childNodes :-) -- Best regards, GregoryN

[Flashcoders] Has an SWF file any influence over the file system??????

2006-05-04 Thread Jorge Antonio Diaz Gutierrez
Hi comunity, i'm looking for an answer. Is there any way to acces to my file system from Flash (an SWF) Thanks anyway. Jorge ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: