get SWF movie length

2009-10-14 Thread Joshua Rowe
Hello, Is there a way to detect the length/run-time of an SWF movie in ColdFusion? If not in ColdFusion, what about JavaScript or jQuery? ~| Want to reach the ColdFusion community with something they want? Let them know on t

Re: get SWF movie length

2009-10-15 Thread Azadi Saryev
convert it to FLV and use ffmpeg and to get running time of the clip. (you can use ffmpeg to convert swf to flv) you can't get run-time of SWF file with CF or js. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 15/10/2009 04:33, Joshua Rowe wrote: > Hello, > > Is there a way to detect

Re: get SWF movie length

2009-10-15 Thread Leigh
> convert it to FLV and use ffmpeg and I have not used it, but you might also try the code in this entry (see bottom comments) http://coldfused.blogspot.com/2008/02/reading-flash-swf-metadata-from.html -Leigh ~| Wa

Re: get SWF movie length

2009-10-15 Thread Azadi Saryev
good find! i do not think i ever encountered macromedia.swf.TagDecoder before... will try it out as soon as i get a chance. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 15/10/2009 20:03, Leigh wrote: > I have not used it, but you might also try the code in this entry (see bottom > c