Use .mov Files For Video In Flash?
Jul 30, 2009I am trying to use .mov files for my Flash videos. I know it uses .mp4/flv/f4v, but I really need to use .movs. I know this works... but how?
View 6 RepliesI am trying to use .mov files for my Flash videos. I know it uses .mp4/flv/f4v, but I really need to use .movs. I know this works... but how?
View 6 RepliesI've tried exporting a MOV file using Flash 8. I've tried converting to a MOV using ffmpegx. Neither have worked.
View 1 RepliesWe have developed flash video player which needs to playe large videos (at least 500 MB videos).We have some issues in the player right now.I am playing a 100 MB + video, it start playing and say it is buffering upto 50% of that video. Then I am closing that page. If I take that video again, it starts downloading from beginning. It never resume downloading from where it buffered previous time. But for small video files, this is looking ok. Is there any size limit a video player can buffer?Is there any better way to play large videos (more than 500 MB). Any other protocol or any other settings in flash player?
View 1 RepliesAs titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?What I am trying to do, is to record a user's microphone's input and save it to the server.fterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?
View 1 RepliesClient has supplied a dvd with .bup, .ifo, & .vob files Can I convert them somehow to import the video into Flash??
View 10 RepliesI am new to Flash and this may sound, well dumb but here it goes. I have taken some video files from Final Cut Pro converted them to FLV's imported them and embedded them into flash to create some banners for the web. I need to know what settings I should use to get these out of Flash for the web.
Also I need to send them to someone to look at before publishing. What would be the best format to do that in and how to do it.
Also has anyone has any experience creating banners in or online ads in a Video format like FCP and embedding them into a flash file to export them in flash for we publishing. Sorry again for the dumb question, just new to Flash.
I am running Media Server 3.5.2. The server is still non production. I copy video files to webroot/vod/video.flv. From the client workstation I attempt to access [URL] and get nothing. It was my understanding video's copied here could be viewed as such.
View 5 RepliesI am wanting to play a number of movie clips and flash produced video clips. On the main timeline I have a frame for each clip I want to play. In that frame is a flash movie that contains the video that I have embedded onto the timeline for the movie. The filesize for this project is massive and I am struggling to work on the file. I want to be able to play the video files with the playback component in each of the frames where the video was.
[Code]...
I am a complete novice when it comes to flash and web design in general. I have purchased a flash template [URL] which I have been able to customise to my liking for a small production company. I am now completely stuck when it comes to integrating videos within the site.
I understand that I need to have an Xml playlist and some action script that references the videos to the player, but I have no clue on what to do.
I am looking to have a video begin as soon as the site loads and then have the buttons on the orange bar allow the user to navigate between other flv files. I would possibly be interested in including firther links on the video samples page.
I just got a copy of Flash CS4 and I can't find the fl.video classes... almost impossible to code without the need classes...
View 4 Repliesknow if the ActionScript 3 Flash Video Gallery ([URL]) can play .F4V files?
View 6 RepliesHowever one problem I have encountered is the only way I can make the buttons appear after the video is finished, is by dragging out the single frame of video on the timeline to whatever length in seconds it is multiplied by the number of frames per second.
Is there some way to maintain each linked clip in a single frame and only move to the next frame (which contains the relative buttons) after the video is finished?
A project has various local HTML & video files for pages. We need to be able to embed these videos in HTML pages - but because all are local files we have no server-side streaming.
Can I still just use SWFObject? Are there other well-known controls that will let us play .mp4, .swf/flv, .wmv files? This solution is targeting HTML4 across Chrome, FF and IE (I don't know if IE6 is needed).
I am trying to create a video that loads the videos stred in a directory, depenant on the users id etc.To do this, I am using php. However, I cannot then get the php to convert to xml within the actionscript:[code]It works with a normal xml file just not php
View 1 RepliesI am trying to provide a client with a method of sharing video files with members of the media. I'm really not sure how to accomplish this, but there are two things that I'm assuming at this point:
To get the 50MB-750MB files on the server I was thinking I'd use a flash control to upload the files like I've seen on other video sharing sites (YouTube, vimeo, ...)This would have to be done via FTP
So I have been searching for a Flash/Java plugin that would help me get these files to the server in a user-friendly fashion, but there doesn't seem to be any open-source options. I'm open to paying for a solution, but not unless it will allow me to use it over and over again. So now I'm thinking I should just setup a public FTP dropbox for admins to put videos using an FTP client like FileZilla, then I can just read the directory and edit/organize/manage the files with PHP.
I have no experience with Adobe Flash because others have done this out of house in the past. (time has come for me to learn - quickly)
I need to simply create "swf" files from a number of videos I have finished in Premiere Pro 5.5.
These videos are 800 x 600 videos that display at "point-of-sale". The spec is swf and not flv.
(I do not need to do anything else in Flash apart from create the video file with the swf extension.)
I understand that Flash supports subtitles with cue points and XML files for flash video. First, I don't know if that would work for a flash animation, and second, I'm looking for a much simpler solution. I am more than willing to manually add and time my subtitles myself on a new layer. What I need help with is finding the simplest way possible to make these subtitles toggle-able. Why? Because I seem to have a serious allergy to ActionScript, and though I can master programs like 3D studio Max and After Effects, I seem to screw up even the simplest of Actionscript jobs.
Is there some way I can make a button that simply makes my subtitles layer invisible across the whole thing? Maybe a command to change the font to a blank one, or to move the titles off screen? There has to be SOME sort of trick that won't require me to drop a load of code into each instance of text. I'm currently using Actionscript 3.0 with Flash CS4. I'd also love to have a pause button that would also stop any music or sound effects that are playing, but after struggling with that for years, I seriously doubt that's going to happen. I did google this subtitles problem, and search flashkit first. Nothing but VIDEO subtitle stuff, and I'm almost positive it wont work the same for a regular animation.
I am a complete novice when it comes to flash and web design in general. I have purchased a flash template (url...) which I have been able to customise to my liking for a small production company. I am now completely stuck when it comes to integrating videos within the site. I understand that I need to have an Xml playlist and some action script that references the videos to the player, but I have no clue on what to do. I am looking to have a video begin as soon as the site loads and then have the buttons on the orange bar allow the user to navigate between other flv files. I would possibly be interested in including firther links on the video samples page.
View 3 RepliesI would like to have one controller to sync and control multiple video objects(start/stop simultaneously).
View 1 RepliesI'm looking for a Flash video player that is able to stream m4v files on all browsers. Example file: [URL]
Unfortunately, I can't convert the format since it originates from 3rd party servers. I can't rely on HTML5 video since not all browsers support this format and the encoding it contains.
I've already tried several players such as JW Player, Kaltura, Video JS, Projekktor, and more. Testing them with Firefox and IE, some of them couldn't play the m4v file at all, while others downloaded the entire file before starting to play it.
I am working on a system that requires me to be able to load large video files using Flash. However, the problem I am running into is that users need to be able to seek to a random point in the file that may or may not be downloaded yet and have it instantly start playing (think Youtube). The video files can be hosted anywhere, and thus I do not have the ability to install policy files or anything of the like.
I have looked into this, and cannot find any answers. Does anyone know of a way to enable this random seeking in Flash files without policy requests or an RTMP server installed at the destination?
I have a video player working just fine with one video, steaming and using dynamic stream switching on a flash media server.Now I want to have more videos.I want to start using SMIL files for the dynamic switching list for each video.If you do not know what a SMIL file is you probably can not help.
Anyway how do I point to a SMIl file instead of just listing the streams.here is how I do my list at the moment
var dsi:DynamicStreamItem = new DynamicStreamItem();dsi.addStream( "mp4:GeneralReel_512x375_BR300_CBR_A96_Prog_1KFPS.f4v", 300 );dsi.addStream( "mp4:GeneralReel_512x375_BR600_CBR_A96_Prog_1KFPS.f4v", 600 );dsi.addStream(
[Code]...
I want to create an equelizer for audio and video files in Flash/Flex.
1) Is it possible for audio files other than MP3(i.e. FLV, MP4 etc.)
2) Is it possible for video file to display equilizer?
3) I am creating a voice and video recorder application using FMS 3.5.Now is it possible to display sound equilizer while recording as well as while playing the netstream ?
I need to play the 3 video files in a video player. The files should execute one after the other in the flash video player and the files will be allocated dynamically from database.
View 1 RepliesCan flv files be different and kinda awkward, if their produced in older or newer version of flash video encoder? Or anyoher software programs that can convert to the flv format? If so, have any of you folks come across an easy way to fix?
View 1 RepliesI am looking for a simple solution to my problem. I have 3 flv videos I would like to display after each other. That is fine, however, My problem is that I want to change the flv files (thus changing the video too). My problem is that since the videos are different, the time between one another may vary. I would like to know how to instruct Flash to skip to the next video once the previous one has stopped.
View 2 RepliesIs it possible to build a Video player in Flash that plays .mov files?
View 1 RepliesIs it possible if we have swf files contain gallery of photos and if we wanted to export it as a video files ? It's different with exporting our .Fla to .mov or .flv
So in this case, SWF --> Video files
I'm working on AIR app, that makes different operations with local files and i need to display thumbs for selected video files (for example 1st frame). How can i do that for .avi, .flv, and .mp4 files?
View 2 RepliesI'm in the process of making a web page that'll successfully checked as XHTML 1.0 Transitional ([URL]), but as soon as I place in the fixit.js script under the flash object and view the page in IE, all the flash elements turn white. Quote:
[Code]...
Anyone knows how to place in flash files in xhtml files on IE without manually controls by clicking on the flash file.