[Flashcoders] FMS2 stop my server

2007-03-07 Thread Manolet Gmail
hi, i have a dedicated server using fedora 5. is a quad xeon 3.8Ghz and 4000Mb RAM. i installed FMS2 trial version for test it and made a sample video conference aplication. now, sometimes works very fine, but others the FMS makes the server stop working. it dont respond to ping, dont respont to

Re: [Flashcoders] How to read variables from file into an array.

2007-03-07 Thread Ian Thomas
Steve, Take a look at the LoadVars.onData() function. Essentially it gets called with the raw string of the text file before LoadVars.onLoad is called. onData's default behaviour is to do exactly what you discuss - splitting it up using the ampersands and URL encoding. Instead, you can make

RE: [Flashcoders] How to read variables from file into an array.

2007-03-07 Thread Hairy Dog Digital
Why TEXT and not XML? -Original Message- From: Steve Abaffy [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 10:42 AM To: Flash Subject: [Flashcoders] How to read variables from file into an array. Hello, All the information I have found on this seems to indicate

Re: [Flashcoders] How to read variables from file into an array.

2007-03-07 Thread Ron Wheeler
You should be using XML for this. It will handle larger more complex data structures. Ron Steve Abaffy wrote: Hello, All the information I have found on this seems to indicate that the file is read as one big chunk into variable pairs. So if the file contains Var1=Something1 and

[Flashcoders] Flash / Flex specific search engine

2007-03-07 Thread Steve Drucker
http://www.gotswf.com Feedback appreciated. Regards, Steve Drucker CEO Fig Leaf Software www.figleaf.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Google Calendar of Flash Community Events

2007-03-07 Thread Smeets, Ben
Nice! Just a quicky, is it possible to show the country in which the event is held? (Google Agenda noob here) Grt, Ben Smeets -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Flap Flap Sent: woensdag 7 maart 2007 16:57 To:

[Flashcoders] Google Calendar of Flash Community Events

2007-03-07 Thread Flap Flap
Hi there, I started a month ago to set up a Google Calendar to reflect International Events of the Flash Commmunity. XML, iCal and HTML link can be found on OSFlash page : http://osflash.org/events Be sure to send me your info and to add it to your calendar Thanks -- Flapflap

Re: [Flashcoders] How to read variables from file into an array.

2007-03-07 Thread robert
I don't mean to derail this topic, but I have read about JSON so would this be an ideal spot for it? On Mar 7, 2007, at 7:50 AM, Hairy Dog Digital wrote: Why TEXT and not XML? -Original Message- From: Steve Abaffy [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 10:42 AM

Re: [Flashcoders] Bitmaps and Security

2007-03-07 Thread Jobe Makar
Hi Patrick, I'm interested to hear what others have to say about this as well. I too have encountered this. If you have the Flash 9 player installed (even though its a Flash 8 app) and you're using a crossdomain file, then it works. However, if you only use the Flash 8 player view this app

RE: [Flashcoders] Google Calendar of Flash Community Events

2007-03-07 Thread Smeets, Ben
Ah, like I said, agenda noob here. I figured out the click-through to see event details. If it could be visible in overview mode, would be nice :) Grt, Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Flap Flap Sent: woensdag 7 maart 2007 16:57 To:

[Flashcoders] Japanese text

2007-03-07 Thread Danny Kodicek
I've discovered a strange issue. 1) Create an input field, with Japanese text embedded 2) In the input field, write some Japanese text 3) Publish the movie: the input field appears with the correct text, and is editable in Japanese. Now repeat, but in step 2, add a western character, say the

Re: [Flashcoders] How to read variables from file into an array.

2007-03-07 Thread Antonio Estevez
in around flash 4 you would have used a combination of string parsing functions like my_string.split() but an xml file is the answer now. i do understand that text parsing is still something you have to do sometimes, especially when integrating flash with older content delivery systems.

RE: [Flashcoders] Flash / Flex specific search engine

2007-03-07 Thread Smeets, Ben
I'm getting a register.com default site on this end. Might be a slow dns? Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Drucker Sent: woensdag 7 maart 2007 17:05 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Flash / Flex

[Flashcoders] audio sampler and sequencer - possible?

2007-03-07 Thread lemondrop
Hi list, I'm trying to figure out whether Flash is the right tool for the job. Does anyone have any thoughts on the following? For my project, I need a web-based audio sampler and sequencer. It needs to play custom samples (i.e. not General MIDI sounds). I also need the ability to create

Re: [Flashcoders] Google Calendar of Flash Community Events

2007-03-07 Thread Flap Flap
In most case, event location is set so if you click on the event title you see the location and have a google map link ;) 2007/3/7, Smeets, Ben [EMAIL PROTECTED]: Nice! Just a quicky, is it possible to show the country in which the event is held? (Google Agenda noob here) Grt, Ben Smeets

Re: [Flashcoders] AS3... when to start?

2007-03-07 Thread Micky Hulse
Dave Watts wrote: I unsubscribed the address that was causing the bounces. Sorry for the inconvenience. Ah, no prob. :) Thanks for all of your hard work. Sorry if I spammed the list with my funk-ily formatted emails. Hehe. Btw, thanks to everyone for all of the help, I really appreciate it.

[Flashcoders] Mouse event handlers

2007-03-07 Thread Darren Bowers
Hi all, I have a grid of mc's arranged in a square. When you click on any one of the mc's the mc changes appearance (ie inactive to active, active to inactive) - pretty simple. I am trying to create a group of handlers that detect if the mouse is held down and wiped across the other mc's. If it

Re: [Flashcoders] Flash / Flex specific search engine

2007-03-07 Thread Geoff Stearns
i searched for swfobject and got a few results. none were the official page. that made me sad :( On Mar 7, 2007, at 11:04 AM, Steve Drucker wrote: http://www.gotswf.com Feedback appreciated. Regards, Steve Drucker CEO Fig Leaf Software www.figleaf.com

[Flashcoders] Calling Captivate variables from Flash.

2007-03-07 Thread yuvarajm
Hi, I need to access the variables of captivate from flash, how do I go about it? I have created an assessment in captivate and I have to access the variables which store score, correct option , number of tries etc. and is there any way I can pass variables from flash to captivate? Does any body

RE: [Flashcoders] Flash / Flex specific search engine

2007-03-07 Thread Dave Watts
Trying to figure out what this is - what does Flash / Flex specific search engine mean? I went to the site, but still not sure how this different from a regular search engine (other than that is has far far less contents/links from search results). It's a filtered Google Co-op search:

Re: [Flashcoders] Flash / Flex specific search engine

2007-03-07 Thread Mick G
So this is just using google search API and all it is is just a search engine that searches specific sites you've determined to be flash/flex specific? Is there anything particularly special about it? On 3/7/07, Dave Watts [EMAIL PROTECTED] wrote: Trying to figure out what this is - what

[Flashcoders] Need help problem with sound object

2007-03-07 Thread creativity
Hi, i have used sound object at level 0 which is controlled by a button to stop and play. But when sound through sound object is stoped. The sound of video at other level also stops. on setting sound object play again the sound with sound object plays but video sound doesnot. Though on loading