Re: [Flashcoders] Flash with c++

2007-12-18 Thread Abdul Qabiz
You can write a php module by writing wrapper around C/C++ code... Once that's done, you can pretty do everything... Other approach is, if your C/C++ stuff is an executable, then you can execute it using php, pass all data (that came from client) and wait for stdout result, send it to client.. -

Re: [Flashcoders] FLV problem (http)

2006-06-12 Thread Abdul Qabiz
So you see, bytesLoaded/bytesTotal returning anything ? -abdul On 6/10/06, Andrey Scherbakov <[EMAIL PROTECTED]> wrote: Hi, I develop flash app ака video player. Appeared the one problem... flv files dont play if their load through http (size of the flv file ~13Mb) FLV file loading (I can tr

Re: [Flashcoders] UML to AS2.0 classes ...

2006-06-12 Thread Abdul Qabiz
GModeler is good, its neat and simple. Enterprise Architect is more advanced and does round trips (updates UML when code is updated) -abdul On 6/11/06, Stephen Ford <[EMAIL PROTECTED]> wrote: Hello all, I have searched the flashcoders archive for around 20 mins and couldn't find exactly what

Re: [Flashcoders] Help loading xml in html embed tag

2006-06-12 Thread Abdul Qabiz
Why don't you pass the path of XML to SWF using FlashVars. When SWF loads, it would have variable available, you dont need to detect or do anything else. Yeah, you need to make sure you pass the path. -abdul On 6/12/06, Matt Mc <[EMAIL PROTECTED]> wrote: Loading XML in the HTML Embed Tag Wh

Re: [Flashcoders] XML load and Draw line problem

2006-06-12 Thread Abdul Qabiz
It's scope issue? I guess, tracer () is not found or executed in wrong scope. Use Delegate to fix this:- layout_xml.onLoad = mx.utils.Delegate.create (this, onXMLLoad); function onXMLLoad (success:Boolean) { ... } Check, if that fixes the problem. -abdul On 6/12/06, Sajid Saiye

Re: [Flashcoders] UML Modelling for AS2.0 applications ...

2006-06-07 Thread Abdul Qabiz
As far as I know, Gmodeler and EA are cool for AS 2.0. EA even allows you roundtrip, i.e. if you change your AS2 code, it would update the diagrams... So, you have been using the right tools, just believe in those and stick with them :) -abdul On 6/7/06, jcanistrum <[EMAIL PROTECTED]> wrote:

Re: [Flashcoders] amfphp NetConnection.Connect.Failed

2006-06-07 Thread Abdul Qabiz
Could it be security sandbox thingy? On 6/7/06, Sam <[EMAIL PROTECTED]> wrote: Yeah, it is odd. This has been driving me nuts. Here is example code Im using connecting to a sample service. var service = new talkback(); service.returnString("This is a sample string"); SERVICE CLASS import

Re: [Flashcoders] 3GP to flv

2006-06-07 Thread Abdul Qabiz
If you are on windows, you can install Tortoise SVN and checkout the FFMPEG code from here: svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg This is command, which you can execute from command prompt I just tested and it works. Please let me know, if you face any problems. -abdul

Re: [Flashcoders] 3GP to flv

2006-06-07 Thread Abdul Qabiz
ey <[EMAIL PROTECTED]> wrote: Thanks Abdul. I've been trying to get FFMpeg but the files aren't there. Looks like they've moved the site recently. They're not in sourceforge from what I can see. t. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Flashcoders] Flash 8 Serverside Flv Encoding & Streaming Server

2006-06-06 Thread Abdul Qabiz
It looks goodThanks for posting the link. -abdul On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all, iam located in germany and iam not so an professional flasher then some guys here in the mailing-list. I hope you can give me some support. My company is looking for Flash 8

Re: [Flashcoders] 3GP to flv

2006-06-06 Thread Abdul Qabiz
FFMPEG http://ffmpeg.mplayerhq.hu/ On 6/7/06, Ian Tilley <[EMAIL PROTECTED]> wrote: Hi Folks Has anybody come across a server side solution to convert 3GP videos to FLV? Thanks in advance Ian IAN TILLEY SENIOR FLASH DEVELOPER HYRO : CREATIVE BUSINESS SOLUTIONS Phone:

RE: [Flashcoders] Hiding Print Dialog Box

2006-01-13 Thread Abdul Qabiz
No. Print Dialogue is there because of some reason, where a malicious script doesn't start printing thousands of pages on users computer. To avoid this, user need to select a printer and know what is about to happen after this action.. -abdul -Original Message- From: [EMAIL PROTECTED] [

RE: [Flashcoders] anchors in dynamic textfield?

2005-12-15 Thread Abdul Qabiz
Hi, No there are no anchors in Flash TextField. But I think, this could be done with scroll/maxscroll properties of TextField, but its not trivial to make..might require some logic... Why don't you think to solve this using different approach? Like when someone click on titles, show the correspon

RE: [Flashcoders] Help with flv to mp3 conversion

2005-12-15 Thread Abdul Qabiz
Hi Prem- As you can see that thread, different approaches have been discussed. I can think of following: Macromedia(Adobe) Flash Media Server 2.0 can connect to WebServices and CFC easily, so you can go with following approach... What you can do: - Record Voice and it would be saved as FLV.. -

[Flashcoders] OT: Please ignore, testing new id.

2005-12-13 Thread Abdul Qabiz
Testing.. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders