RE: [Flashcoders] 2D arrays

2006-12-16 Thread Ruslan Shestopal
Hi there! var arr = new Array(); arr[1] =[] <--- ad this. arr[1][1] = "whatsup"; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dc Sent: Saturday, December 16, 2006 12:04 PM To: Flashcoders mailing list Subject: [Flashcoders] 2D a

[Flashcoders] Dump ByteArray localy

2007-04-26 Thread Ruslan Shestopal
Hi, List! Is there any way to dump ByteArray locally (save to file)? I mean not like sending a RAW data to server script and loading back a response. Thanks in reply. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search th

RE: [Flashcoders] xml: CDATA - base-64 encoded graphics

2007-05-03 Thread Ruslan Shestopal
Hi! Why not you just use base64_decode function with php script? As for the script - this can only be done using AS3 since we dealing with binary data here. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Welch Sent: Thursday, May 03, 2007 8:53 PM To

RE: [Flashcoders] xml: CDATA - base-64 encoded graphics

2007-05-03 Thread Ruslan Shestopal
Yes. Use Loader and loadBytes For visualization of your binary image data. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl Welch Sent: Thursday, May 03, 2007 11:03 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] xml: CDATA - base-6

RE: [Flashcoders] xml: CDATA - base-64 encoded graphics

2007-05-03 Thread Ruslan Shestopal
So according to your thumb? Decoded image loos like (see attachment = question-mark) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought t

RE: [flashcoders] Q: binary data (JPG) in XML

2007-05-30 Thread Ruslan Shestopal
Hi there! Take a look here. http://ink.envisionext.com/docs/base64_to_img.php This is probably what you need. It's CS3 AS3. Text is in Russian, find the source link below -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric e. dolecki Sent: Wednesday, May

RE: [Flashcoders] Are there any classes available for MP3 encoding?

2007-05-30 Thread Ruslan Shestopal
I bet it's possible to dump raw sound wave with computeSpectrum () method. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ben gomez farrell Sent: Wednesday, May 30, 2007 5:58 PM To: Flashcoders mailing list Subject: [Flashcoders] Are there any classes av

RE: [Flashcoders] OT: Extract flv metadata using php

2007-05-31 Thread Ruslan Shestopal
Hi, Duncan! It seems like a very great finding! Thanks for the URL. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Reid Sent: Wednesday, May 30, 2007 9:54 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] OT: Extract flv metadata

RE: [Flashcoders] Record client's webcam without Flash Server

2007-06-04 Thread Ruslan Shestopal
Hi! Take a look at RED5 Red5 : Open Source Flash Server http://www.osflash.org/red5 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JulianG Sent: Monday, June 04, 2007 5:21 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Record client's we

RE: [Flashcoders] Record client's webcam without Flash Server

2007-06-05 Thread Ruslan Shestopal
And I will try it. So there's definitely no way to do this using just HTTP, right? Thanks! JulianG Ruslan Shestopal wrote: > Hi! > Take a look at RED5 > Red5 : Open Source Flash Server > http://www.osflash.org/red5 > > >

[Flashcoders] CS3 TextField example (what is missing here?)

2007-06-05 Thread Ruslan Shestopal
Hi, List! I am trying to implement a simple example located at: file:///C:/Documents%20and%20Settings/All%20Users/Application%20Data/Adobe/F lash%20CS3/en/Configuration/HelpPanel/Help/ActionScriptLangRefV3/flash/text/ TextFormat.html (see bottom of a page) Nothing seems to be working within pack

RE: [Flashcoders] Strange NetStream behavior with FMS

2007-06-20 Thread Ruslan Shestopal
Hi! According to what I've just saw. It works just as it must to work. Basically you need two things to manage time code: 1. total video size you need to create method on SS (FMS app) and call Stream.length(name). 2. and current playhead position wich is ns.time Than use setInterval to update t

[Flashcoders] AS3 font2swf

2007-08-30 Thread Ruslan Shestopal
Hi list! Trying to implement TTF fonts loading in Flash app. (Like Font viewer) Anyone with the same activity? Or maybe with ready to go solution? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://