I have a quicktime control on my form for playing movies. I would like to be able to rotate them by 180 degrees. It can be done in quicktime pro so it must be possible but I can't find any examples beyond simple movie players. Anybody done this?
I have been looking for the code to convert multiple Jpg, jpeg or bmp image files to avi , wmv and quick time movie file format, I have been searching for this but could not find any source code or examples but i did found the reverse of it (converting Swf or flash to image file).
how to do this in vb.net without using any third party dll's or programs.
I have been looking for the code to convert multiple Jpg, jpeg or bmp image files to avi , wmv and quick time movie file format, I have been searching for this but could not find any source code or examples but i did found the reverse of it (converting Swf or flash to image file).
Any one knows how to do this in vb.net without using any third party dll's or programs.
I'm in the need to fill a FlowLayoutPanel with about ten flashmovieplayer activex, but this not the trouble...
The trouble is that i'd like to load each flashmovieplayer movie path (with the commands movie or loadmovie) in the backgroundthread running and not in the form thread...
Im looking for an image viewer that supports most types of image formats, including PDFs, and has the ability to rotate/zoom, and draw on an image. I've been looking but to no avail. Does anyone have any suggestions on the best way of going about modifying a control so that I would have these features? The main problem that I am running into is the lack of the ability to draw on an image. Im still sort of a newbie to .NET,
I get an unhandled exception when I use a windows media player control on the form in order to play a movie file.It only happens when I run the program. But in debug, the error does not occur. What do I do?
When i place the Quicktime control COM in a new form and set it up to a .mov file I have no problems, but when I try to debug the app it refuses to build the form, this is the error message i recive[url]...
I have developed an application. And in that i need to embed a player (QuickTime player) to play .avi and .mov files.I choose QuickTime player because i need to play the video frame by frame using arrow keys in keyboard...
Good day all,A Flash movie that plays fine when opened in a web browser is playing slowly and choppily in my VB 2005 WinForm application on the same machine.
I have a vb.net application that uses Flash movies (AxShockwaveFlashObjects.AxShockwaveFlash). I have buttons in the flash movie. When they first start using the application, they can single click on the buttons in the flash movie and button responds accordingly. But after a while (and I haven't been able to pin-point an exact thing that changes it or my issue would be solved), the user has to double-click on the button in the flash movie for them to work.
I have a resource file for a program, and i have determined that the resource file just a big string of files glued together whole, i know that the movies contained in the file are quicktime mov. Where can i find information on the quicktime header? and how can i determine the length of a file once i find it?
I want to capture a video of my screen with vb .net, and i'd like to avoid using directx. I found a tutorial here url... but it resulted in the program instantly crashing, i think it was designed for .net 1.1;
i'm making a fansite for my int10 project (i'm in grade 9 though) and i got some animate sprites from the topic game that i'm doing the program for. right now i'm not sure how to do this, so do i need to use that animated control in found in COM or something else, and what format should be in? note this is in vb 2008
I was searching this forums about how to play an SWF file in a VB 2008 document, But i cant figure it out. When i place an Flash Shockwave Object it gives me the error
I wants to check a logo (like BOEING, TOYOTA, CAA etc) in a movie clip (AVI, MP4 etc) & then count the number of appearance in that movie clip. Also information needed that on which frame(s) logo appeared. But I've no idea that how it can be done by VB.Net.
Im trying to code a media player from scratch and I noticed that the Movie I play will always stretch out to my moviewindow size Ruining the aspect ratio--I want to get the size of the original File, and make it work alwasy have that aspect Ratio...I cannot get the size,
As part of test automation framework building, I need to record the activities done by the user in a video. Since I could not find a way to record a video directly in vb, I opted to capture a sequence of screen shots (print screens) and then convert it to a streaming video.