movie

How to Burn a Data Driven SWF to CD/DVD?

I have a movie which is made up of a series of SWF files that read XML. Is there any way to burn it to a CD/DVD or at least convert it to a 'burnable' format such as AVI, MPEG, or ISO? Currently in order to burn it I have to so some funky screen capture stuff and recorded it to a DVD that way. ...

Are there any good movie/film APIs out there?

Working on a movie website and would love to find an API that I could use to get information about different movies. I code in PHP but I'm assuming this would probably return XML. ...

loading another movie in a css tag from a swf in the same page

how do i make abutton in a flash movie load amother flash movie in a css tag below in the same html page? ...

Embedded video in WinForms (AxShockwaveFlash)

I have uploaded a couple of tutorial videos in youtube. In my winforms application (by using the AxShockwaveFlash object) i reproduce the selected video by the user. AxShockwaveFlash1.LoadMovie(http://www.youtube ..video1) Here comes the story. The first time the user selects a video, reproduction works like a charm. When the user s...

How to make a movie with transparent background in a flash with transparent background

I want to make a flash like the one here http://www.multisoft.com/ (wait for the page to load). The nice lady in the bottom right of the page has a transparent background. I'm not interested in background of the flash (not the wmode stuff), but in the background of the movie itself. Is there an easy way to do that? Maybe a script that ta...

Play embedded f4v file in flash?

Hi is it possible to play an embedded f4v file in flash? ...

How do I create a movie from images using .NET

Hi, In fact, the question says it all. I have a lot of images (JPGs) and I want to create a movie from them programmatically. Is there any such library for .NET(preferrably free) through which I can do this? I have done some googling and couldn't find any such thing. Thanks. Related: http://stackoverflow.com/questions/539257/working-w...

MPMoviePlayerController alternatives on iPhone?

Hi, I am looking for alternatives to the MPMoviePlayerController on the iPhone. As a video player its functionality is very limited. According to the class reference there is no way to get the current play back time or set a new time, for example. It's just play and stop. Are there any middleware solutions out there for iPhone video pl...

Enable load movie button event on other flash movie

In my flash movie I load another flash movie with button on it. The problem is when I trigger the button the event on the load flash not function. When I check the button it trigger event trough root function on the parent clip. How I can enable the button event on the load movie when I load it on my flash movie? ...

How do I load a MOV file into Flash 9

I am having issues loading an MOV file into Flash 9. When I google the question, I get alot of people say sure you can do it, but nobody provides working sample code. ...

Snapshot Movies

I'm currently learning Python and have taken up several small projects to help learn the language. Are there currently any libraries (possibly PythonMagick) out there that are capable of extracting snapshots from .wmv, .avi, .mpg, or other movie formats with only command-line options (no GUI)? And if so, can anyone provide links to exa...

What's the best way to make an animated GIF using an algorithm?

I have an algorithm for knight's tours on chessboards of various sizes (large sizes, like 100x100) and I'd like to animate the result. Each time the knight moves to a new square, a corresponding pixel in the (square) canvas will change colours, until eventually the whole canvas is coloured in. The resulting movies will be available for v...

Movie, Image Editing, Mixing Audio in IPhone

Hello All I need to develop some sort of application featuring Editing Movie slices, Adding and editing images, Adding sound . recording movie, Adding effects, setting transitions between movie clips and images. so is there any provision in SDK 3.0? I will use iPhone 3GS Please Help Me. Thanks ...

web entrepreneur documentary ?

i came across this show on tv but i forgotten the name. it's about documentary of web developers startup and have they try to get funding from vc, title: business trend 2.0....something. any documentaries titles that you folks wanna share worth interesting to watch? ...

MPMoviePlayerController movie length

Hi everyone, The question is - how to get the movie length from MPMoviePlayerController object? I need this to create a progress bar. I have the method [myPlayer currentTime] to move progress bar while movie is playing. And the [myPlayer setCurrentTime: doubleVal] to rewind the movie. But I can't use all this without information about ...

php: take a thumbnail from a quicktime (movie) file

Does someone know if it's even possible (in PHP) to take a frame/thumbnail from a quicktime movie on the server? Something like the usual GD thumbnail generation, but for .mov files. thanks! note: I'm using dreamhost, so I don't have more than web-panel access to the server. ...

How to stop a FLV Movie on a Web FLV Player at the last frame.

I'm using http://flv-player.net -- When the movie finishes, it comes to the first frame after it finishes, and stops there. I'd like to stop it at the last frame. How can I do this if I don't have editing access to the FLA file? Is there a way to accomplish this with this player, or any other free ones out there? Please suggest a fre...

MPMoviePlayer Loop, streaming music

Hi! I have two questions about an application that I'm trying to write. First, is it possible to loop video using the MPMoviePlayerController (without calling play again in the moviePlayBackDidFinish method)? When I do it that way it flashes my apps menu screen before playing again. Second, is it possible to stream music (either from ...

icon flex movie flv core

i saw adobe player this link and downloaded.but all flv players icons are automatically changed.But if i write my own flv player and changed extension to 'AAAA' sothat movie file format will be abc.AAAA then how can i change the default icon of abc.AAAA to customized icon where customized icon must be configured by some mxml file built ...

flv movie flex core

for example i have a movie flv data in memory in the format of ByteArray using loader.loadBytes(movieBytes); how can i play that movie ? can anybody help me? there is no option but using loader.loadBytes(movieBytes). ...