[Flashcoders] MGEG to FLV...

2006-04-09 Thread kariminal
Hello ! I am just wondering if anyone knows a good solution to get a server to convert MPEG's to FLV's ?.. For the moment I am thinking of a dedicated server, with a copy of Sorenson squeeze using watch folders. But there has got to be some other way of achieving this.. No?... Kind regards

RE: [Flashcoders] RE: MGEG to FLV...

2006-04-10 Thread kariminal
use FFMPEG. FLV Encoding with FFmpeg Here is a post on using FFMPEG to convert MPG to FLV. http://www.db75.com/new_blog/?p=98 - John -Original Message- Date: Sun, 9 Apr 2006 12:02:19 +0100 From: kariminal [EMAIL PROTECTED] Subject: [Flashcoders] MGEG to FLV... To: 'Flashcoders mailing

RE: [Flashcoders] Making a cd for Pc and Mac (Zinc - Director -SWFStudio - .NET)

2006-04-12 Thread kariminal
I've made tons of dual boot CD's using Flash/Director ( which now has the Xtra for flash 8 ), and I found it's the best tool out there for extending flash. of course that would depend on your personal preference.. you can extend flash with wxPython, C#, visual basic, there is a long list... Then

[Flashcoders] Arkanoid - paddle...

2006-04-19 Thread kariminal
Hello, Im building an Arkanoid style game. In the original game the paddle's reaction surface seems to behave like a concave surface - when reacting with the ball. Do any of you have any tips or links to usefull resources to implement this function?. Thanks - karim

RE: [Flashcoders] Arkanoid - paddle...

2006-04-19 Thread kariminal
the hit_pos on the paddle... Anyone? Kevin N. kariminal wrote: Hello, Im building an Arkanoid style game. In the original game the paddle's reaction surface seems to behave like a concave surface - when reacting with the ball. Do any of you have any tips or links to usefull resources

[Flashcoders] Accessibility

2006-05-03 Thread kariminal
Hello !!! Just wondering if anyone has experience on making movies accessible to screen readers? Kind thanks Karim ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] FlashVars + OOP, Best Practices?

2006-06-06 Thread kariminal
Ya, I do something similar, its quite handy. all my flashVars have a _prm suffix. I use a singleton class which scans the root and looks for all values with that suffix. So its as OOP'd as possible. I've found this quite usefull. Here is the code:

[Flashcoders] Weird include problem.

2006-07-05 Thread kariminal
Flash 8 Proffesional... This is strange, I have an #include init.as, and I get an **Error** Scene=loading, layer=script, frame=2:Error opening include file init.as: File not found. init.as IS in the same folder as the FLA, and I am all confused.?... Any ideas?... Thanks... Karim...

RE: [Flashcoders] Weird include problem.

2006-07-05 Thread kariminal
AS2, but I just figgured it out. As expected I was the problem, the file was named init.as.as and hide estensions for known file types was checked in Explorer. Hmmm... Thanks anyway... karim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny

[Flashcoders] Mosaic

2006-07-24 Thread kariminal
Hi All!.. Just wondering if anyone has a script to do a mosaic blur on an image?... - karim ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Slow performance

2006-09-03 Thread kariminal
Hello All... My flash movie fills the whole browser window. If the window is kept small performance is great, however when I maximize the browser everything slows down. This is a simple effect which I think should run at a good speed regardless. I've uploaded a sample here:

RE: [Flashcoders] Slow performance

2006-09-04 Thread kariminal
the redraw interval. Marc At 12:24 PM 9/3/2006, you wrote: Hi, setInterval each 10ms might be a bit overkill. grtz JC On 9/3/06, kariminal [EMAIL PROTECTED] wrote: Hello All... My flash movie fills the whole browser window. If the window is kept small performance is great, however

RE: [Flashcoders] Slow performance

2006-09-04 Thread kariminal
/2006, you wrote: Hi, setInterval each 10ms might be a bit overkill. grtz JC On 9/3/06, kariminal [EMAIL PROTECTED] wrote: Hello All... My flash movie fills the whole browser window. If the window is kept small performance is great, however when I maximize the browser everything slows

[Flashcoders] Changing the Volume of a loaded FLV

2006-09-05 Thread kariminal
I am having some issues adjusting the volume of a external FLV. The sound object only seems to me effective when I don't specify a target. Ideally, I would like to adjust adjust the level of the FLV, instead of global sound levels: video_snd = new Sound( ) Anyone got any ideas for

RE: [Flashcoders] Changing the Volume of a loaded FLV

2006-09-05 Thread kariminal
] Changing the Volume of a loaded FLV hey karim, this should be no problem. You should be able to use this... sndLvl = 80; myFLV.volume = sndLvl; On 9/5/06, kariminal [EMAIL PROTECTED] wrote: I am having some issues adjusting the volume of a external FLV. The sound object only seems to me

RE: [Flashcoders] Changing the Volume of a loaded FLV

2006-09-06 Thread kariminal
NetConnection(); nc.connect(null); ns = new NetStream(nc); video.attachVideo(ns); this.attachAudio(ns); mySound = new Sound(this); Le 05/09/06 16:47, « kariminal » [EMAIL PROTECTED] a écrit : I am having some issues adjusting the volume of a external FLV. The sound object only seems to me effective

[Flashcoders] Flash EXE - Getting rid of the print dialogue

2006-10-03 Thread kariminal
Hi there... We are building an app for a kiosk... And need to get rid of the print dialogue, so the printing process is transparent... We are using Zink... Has anyone been there before.?... Thanks - karim ___ Flashcoders@chattyfig.figleaf.com To