Re: [Flashcoders] How to prevent cache of flash .swf file in web page?

2006-04-13 Thread Arthur Debert
just embed the swf with a query string appened to it at the end. if your swf is called myfile: source=myfile.swf?randbits=012345 and also for the VALUE= tag... AFAICT most browsers won't cache an url with a query string. if this gets nasty write a script (server side or javascript on the client)

Re: [Flashcoders] server-side convert to flv

2006-04-11 Thread Arthur Debert
Hi Gerry Does anyone know of a server-side application to convert uploaded video in mpg, avi, mov or wmv format to flv? Something like what youtube.com is doing? I searched the archives and couldn't find anything. I don't know what youtube is using but, ffmeg (http://ffmpeg.sourceforge.net) is

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

2006-04-11 Thread Arthur Debert
Hi Gabe, to make one run on a mac so not entirely sure of what all the issues are but it is a very plausible direction since there are many platform independent libraries for python. it's been a while since I haven't touched this but AFAIK wxPython used the activex object to embed the swf,