[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:

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

2007-06-05 Thread Ruslan Shestopal
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@chattyfig.figleaf.com

[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

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

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

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,

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

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

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) thumbnail ![CDATA[/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAESwAA/+4ADkFkb2JlAGT AAf/bAIQAAwICAgICAwICAwUDAwMFBQQDAwQFBgUFBQUFBggGBwcHBwYICAkKCgoJCAwMDAw

[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