RE: [Flashcoders] coverting video to flv on the server

2007-04-17 Thread Robin Burrer
Thanks Ian!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ian
Thomas
Sent: Monday, 26 March 2007 5:35 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] coverting video to flv on the server

Hi Robin,
  Take a look at ffmpeg.

http://ffmpeg.mplayerhq.hu/

HTH,
   Ian

On 3/26/07, Robin Burrer [EMAIL PROTECTED] wrote:
 Hi there,

 Somebody told me the other day there are tools that can convert the
most
 common video formats to flvs. Unfortunately I can't remeber the names
of
 these products.

 My company wants to create a youTube like web application where the
user
 can upload a video which then gets converted to an flv.

 Any recommendations and/or thoughts?

 Cheers

 Robin
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] coverting video to flv on the server

2007-03-26 Thread Ian Thomas

Hi Robin,
 Take a look at ffmpeg.

http://ffmpeg.mplayerhq.hu/

HTH,
  Ian

On 3/26/07, Robin Burrer [EMAIL PROTECTED] wrote:

Hi there,

Somebody told me the other day there are tools that can convert the most
common video formats to flvs. Unfortunately I can't remeber the names of
these products.

My company wants to create a youTube like web application where the user
can upload a video which then gets converted to an flv.

Any recommendations and/or thoughts?

Cheers

Robin

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] coverting video to flv on the server

2007-03-25 Thread Robin Burrer
Hi there,

Somebody told me the other day there are tools that can convert the most
common video formats to flvs. Unfortunately I can't remeber the names of
these products.

My company wants to create a youTube like web application where the user
can upload a video which then gets converted to an flv.

Any recommendations and/or thoughts?

Cheers

Robin


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shahid
Kanwal
Sent: Saturday, 24 March 2007 11:39 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] setting a timer in flash 8

hi,

i think this might help with the flash timer 

stop();
pausedAt = getTimer();
this.createEmptyMovieClip(frameLoop, 1);
frameLoop.onEnterFrame = function() {
if ((getTimer()-pausedAt)/500=6) {
play();
this.removeMovieClip();
}
// end if  
};

I have used this many times.


Shahid


 
-
Now that's room service! Choose from over 150,000 hotels 
in 45,000 destinations on Yahoo! Travel to find your fit.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com