ActionScript 2.0 :: Include .mpeg Or .avi In A Movie?
Oct 18, 2002In which way can I include a .mpeg or .avi in my clip?
View 1 RepliesIn which way can I include a .mpeg or .avi in my clip?
View 1 RepliesI am doing a project for school and I don't have flash their. Is there a simple way to connect to a external flash as file and have that one stream a mpeg video into flash. If so, is there also anyway to add controls.
View 2 RepliesI am doing a project for school and I don't have flash their. Is there a simple way to connect to a external flash as file and have that one stream a mpeg video into flash. If so, is there also anyway to add controls.
View 2 RepliesWhen I change the swf file to anytime of movie like avi, wmv, mpeg etc. It is not working. I am loading xml files, images and videos in that swf. which file format can do this for changing swf to any movie type file.
View 1 RepliesI've compiled an MTS video into MP4 format using FFMPEG. The video is 2 minutes long.
I want to be able to play the video back but start at 0:15 seconds and end at 0:45 seconds. Effectively I want the playback software to only show 30 seconds of playback available. The software must be a Flash-based application for integration into HTML.
I saw it in this site...[URL].. it says "Include code from external sources using #include".umm... does it mean I can use C code, etc. within flash??
View 1 RepliesI saw it in this site...[URL]it says "Include code from external sources using #include".does it mean I can use C code, etc. within flash?
View 1 RepliesI have to include a PHP page in a flash movie.
View 1 Replies#include "script.as" seems to fail when i launch the movie outside of Flash environment. The AS file resides in the very same directory and Security Settings have been adjusted. why the include may not be working?
View 6 RepliesI am an experienced programmer, but an as3 OOP newbie. I am trying to FINALLY make the switch to authoring in OOP, but there is one hitch that I can't wrap my head aroFor my first use of OOP, I wanted to make a "Dialogue box" object that I could share among multiple applications. This consists of a rectangle graphic with two dynamic text fields and a "close" button.It seems that objects exist as ".as" files - but if I want to use graphics and textfields that I have created in the Flash UI, where do those go, and how do I refer to them? Do I have to make all my graphics programatically? Or do I have to include a copy of them in the library of every fla file that will be using my object?
View 1 RepliesI need a preloader to include an external .swf (iPhone_334x500.swf) that is dynamically added later in the timeline. Currently, the preloader goes to 100% and then begins to load the external swf before completing and going to frame 2. Rather than just appear to sit at 100% for 20 secs while it is still loading my external swf, I would like to include the external swf's load time in the preloader data.
This is my "preloader" code on frame 1, which is empty except for the AS. (Just a basic bar and percent preloader.) I included all of my code just in case, so please ignore the font embedding and masking if it makes it easier.
[Code]....
I have a simple array of movie clips ("box1" "box6") that I have created on the stage. I then have a simple onRollOver function that is iterated for each of these movie clips, as shown below. As it is now it's working fine, but I can forsee two potential problems for when I use larger arrays and apply this technique to my real working files.
If I were to have many more movie clips, the first line of code would be much longer as it lists each movie clip instance name. Is there a way to use, for example, a for loop to include all these movie clips in the array without having to type out all their names? As you can see here, I have used a simple numerically-incremented naming process. I think the problem may be that I am using movie clips with instance names assigned on the stage and not created through ActionScript.The function as I have created it makes all the movie clips gotoAndStop(1) and then the one that has been rolled over goes to frame 2. Is there a way of making all the movie clips in the array except the one that has been rolled over gotoAndStop(1), ie. is it possible to exclude the rolled-over movie clip from the first part of the function? Here it works just fine as it is, but I'm thinking that maybe when I start using more complex functions with tweens etc it may cause problems. Or not?
[Code]...
I have a flash CS3 file. We have saved it out as an MOV. How can I:
A. Save the file out as a MPEG-2 instead?
OR
B. Convert the file from an MOV to an MPEG-2? Preferably, with a free solution.
What is the easiest way to convert an SWF (or FLA for that matter) to a standard video format like MPEG2 or AVI?
I've tried a couple programs I found on a google search, but none of them seem to work correctly.
I need to convert a SWF to MPEG format wich is the best application for this job ? I need something with good quality.
View 5 RepliesI am using an include file, and I've noticed that sometimes the the fla file does not refresh new changes to my include file. When exporting with "Ctrl, Enter" Is Flash loading the include file from the cache?
View 3 RepliesI'm building a little AIR app using AS3 that includes the ability for a user to import and view a video file. I've got this working for .flv files (using NetStream), but would like to expand this option for the user and give them the abillity to import a mpeg if they wanted to.
Ideally, i don't want the user to have to download and install another program in order to convert the mpeg to a flv (just because it is more hassle for them); I'd would be so much nicer if the AS3 code could somehow trigger the conversion....
I've found http:[url].... but C++ is not something i'm very familiar with.Does any one know of any encoders etc that exist that might be able to help?
I'm using flash 8 but have dropped the scripting, at least most of it, and changed my movie clips to graphics. Is there a way to get this three minute animation onto a dvd that will play on a tv? I created the animation in scenes. What format is used when flash is rendered for broadcast?
View 3 RepliesI am trying to export a .swf to mpg/avi or any other easily viewable and distributable format.It has worked in the past but the .swf we are currently trying to export has more advanced filters and masks.
View 4 Repliesconvert a SWF file into MPEG?
View 4 RepliesI have converted my MPEG video recorded from my camcorder to FLV to use on "Flash CS4" using "Adobe Media Converter". But the FLV playback on the "Flash player 10" is alot smaller than the playback of the MPEG video on "VLC". Is there anyway to adjust any properties to get the FLV to the actual size of the MPEG video?
View 1 RepliesI have made my first website and everything plays fine on my computer but now I have uploaded it to Network solutions FTP site my videos won't play.
This is my script.
videoplayer.visible=false;
showReel_btn.addEventListener(MouseEvent.CLICK, playShowReel);
flashScene_btn.addEventListener(MouseEvent.CLICK, playFlashScene);
afterEffects_btn.addEventListener(MouseEvent.CLICK , playAfterEffects);
textLogo_btn.addEventListener(MouseEvent.CLICK, playtextLogo);
[Code] .....
How to convert MPEG into FLV in flash?I have created a FLV player but for that i need FLV's but i want that user can upload any type of video file and flash automatically changes it into FLV and uses it.
View 1 RepliesI am trying to convert a flash file into MPEG. The way i'm trying is to convert into AVI then AVI to MPEG. But i don't have good converter. find a converter? from .SWF to MPEG or AVI to MPEG.
View 8 RepliesI wanted to know how can you upload a mpeg, avi, or wmw to a website and convert it to a flash video file? What software is involved? What is the easiest method for doing this? Is there a tut out there or a book that details this method?
View 2 RepliesI'm having a bit of trouble with flash cs3 video encoder. I'd like to encode some mpeg files to flv but I keep getting errors when trying to encode. The mpeg files are raw imported from my dvd video cam. I'm guessing they are mpeg-2 720 by 480 res. Quicktime files encode fine but I haven't tried any other video types. I thought it was a codec problem as all I use is vlc for video. So I tried k-lite codec pack nut no success, same errors. Just wondering if anyone had any advice. I suppose I could encode my mpeg files to mov first? But what encoder would I use to keep high quality?
[Code].....
I am working on a project and I want to know if it is possible for flash to control the playback speed of sound files (mpeg). I dont care if they are external or imported since the project will only run locally. IT is a game where I want to slow down and speed up the sounds playing.
View 3 RepliesHow can I include as SWF created with AS3 into the FLA of using AS2.
I tried using loadMovie("myExternalMovie.swf");
but nothing happens.
I'm trying to make a flash game where people write small files, and they get included into the game. However, I need to use #include with a variable, but it won't let me (malformed). I need it to be a variable so the user can choose the file to be included. Anyways, how can I get around this? I need it so it will import the script and use it, if theres another way I'll be happy to hear.
View 5 RepliesYou know them flash decompilers - can they read your comments you leave in your code?Also, is there anyway to remove the comments if they can -- and can you somehow remove all whitespace and compact it so the swf runs faster, better, and is a smaller file?
View 1 Replies