Re: [Flashcoders] LocalConnection and Media Components?

2006-10-28 Thread Martin Scott Goldberg
I downloaded your examples and they worked fine both in the IDE and the browser. I'm going to just try and rebuild from those. As I stated, I already had coded a working player (with static file location), so I'll try and merge your localconnection examples and go from there. Thanks for your

Re: [Flashcoders] Scale Stage but not a Movieclip?

2006-10-28 Thread Kurt Dommermuth
This was intended for someone else! I don't know how I managed to send this here. Sorry! Kurt At 06:58 AM 10/28/2006, you wrote: Is this just for reference or was he telling you I can get files here? At 03:48 PM 10/27/2006, you wrote: That's the ticket! thanks! At 02:34 PM

Re: [Flashcoders] Scale Stage but not a Movieclip?

2006-10-28 Thread Kurt Dommermuth
Is this just for reference or was he telling you I can get files here? At 03:48 PM 10/27/2006, you wrote: That's the ticket! thanks! At 02:34 PM 10/27/2006, you wrote: Check out brother James: http://www.jamesor.com/2006/10/12/creating-liquid-guis-with-flash-part-1/ Scott On 10/27/06,

[Flashcoders] Looking for a good FlexCoders list

2006-10-28 Thread Troy Rollins
Recommendations? URL for signup? TIA. -- Troy RPSystems, Ltd. http://www.rpsystems.net ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] Looking for a good FlexCoders list

2006-10-28 Thread Muzak
Erhm, FlexCoders maybe? ;-) http://tech.groups.yahoo.com/group/flexcoders/ flexcoders@yahoogroups.com regards, Muzak - Original Message - From: Troy Rollins [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Saturday, October 28, 2006 6:55 PM

Re: [Flashcoders] XPath

2006-10-28 Thread Joseph Balderson
Found this, not too detailed though. Hope it helps. http://www.skylab.ws/?p=85 __ Joseph Balderson, Flash Platform Developer http://www.joeflash.ca | 416-768-0987 Writing partner, Community MX | http://www.communitymx.com Consultant, New

[Flashcoders] Highscore submit security with independent library

2006-10-28 Thread Tjeerd Boerman
Hey folks, I'm researching the possibilities of creating a library to submit highscores to a central server. Other game-creators would be able to take this code, and implement it in their own games. The central server will take care of accumulating and displaying all scores. My question is:

Re: [Flashcoders] swf and domains, what domain made the call?

2006-10-28 Thread Diversity
Anyone with any suggestions? Diversity wrote: With flash and its cross domain security is there anyway for me to read what the calling domain is of the swf? Example swf located on my server, being called from domain.com. How can I see that its domain.com calling the swf and not

Re: [Flashcoders] XPath

2006-10-28 Thread Rich Rodecker
yeah, i used the w3schools to learn the syntax, and i get by with that. On 10/28/06, Joseph Balderson [EMAIL PROTECTED] wrote: Found this, not too detailed though. Hope it helps. http://www.skylab.ws/?p=85 __ Joseph Balderson, Flash

[Flashcoders] MovieClipLoader, onLoadInit: not working properly / bug

2006-10-28 Thread Drew Shefman
I've run into an issue with MovieClipLoader, that I haven't been able to find an mention of anywhere else online. The issue is with the onLoadInit firing before the first frame actionscript has executed. The issue was repeatable, but only on specific machines, and ONLY through the browser. When

Re: [Flashcoders] swf and domains, what domain made the call?

2006-10-28 Thread Jim Berkey
Would this do what you are looking for? http://www.mochibot.com jimbo *** REPLY SEPARATOR *** On 10/28/2006 at 6:24 PM Diversity wrote: Anyone with any suggestions? Diversity wrote: With flash and its cross domain security is there anyway for me to read what the calling

Re: [Flashcoders] MovieClipLoader, onLoadInit: not working properly / bug

2006-10-28 Thread Rich Rodecker
hmm...you said the external swf's are 6 and 7...do youknowif it's only the version 6 swfs giving you the propblem? or is it both? just trying to isolate. On 10/28/06, Drew Shefman [EMAIL PROTECTED] wrote: I've run into an issue with MovieClipLoader, that I haven't been able to find an

RE: [Flashcoders] MovieClipLoader, onLoadInit: not working properly / bug

2006-10-28 Thread Mark R. Jonkman
Hi On the same line as Rich's question. Version 6 SWFs use a different security sandbox then v7 SWFs and thus you can get some interesting side effects. One such side-effect is if you try to query said clip it should return null or 0 for things like _bytesLoaded, _bytesTotal etc. The same type of