Need advice on multiple videos in Flash Catalyst 5.5

Hi,
I am looking for some advice and I was hoping that some of you had already made some experience with what I am trying to achieve.
Well, I need to be able to show something like 15-20 F4V-Files, each about 2-3 Minutes, in my project. Each movie is supposed to be triggered by a dedicated button, ideally all from one single state, so like a master state or so. I was wondering now, what would be the best approach.
Can I simply create new stage and basically stack all videos on top of each other and have them played whenever needed or should I create a state for each of them. This would probably cause a mess too, as there is no option to organize the states in a smooth manner.
Any good advice?
Thanks,
Christian

Hi Christian
I created something similar a while back. From my experience the most efficient way was to create a main page, then on it, a custom component, which hold 20 states within it. I linked the menu buttons to the various states within the custom component. Can't vouch that it's the best way, but it worked well for me.
Kind regards,
Darren

Similar Messages

  • Need advice on making a simple Flash video file. Trying to accomplish two things.

    I have some video files (.avi) that I am trying to convert to a Flash video format. I am trying to export it to a Flash player to go into a Powerpoint file. With this, I am trying to accomplish two goals:
    1. To have the short clip (15sec, 30fps) endlessly loop, like an animated .gif.
    2. To allow the user to click on the video player and drag left/right to ff/rew.
    The video itself is a turntable animation. One of our products is making a complete 360degree turn. By allowing the user to grab and drag, it will simulate them rotating the model.
    So far, I have already accomplished Goal 1. I made a new Actionscript 3 file, imported video (embed flv in swf and play in timeline), and then made the video loop on the timeline. This seems to export properly, and the video loops as needed. The only thing I can't figure out is how to make the video "interactive" and let the user drag left/right.
    For context, I have never used Flash before. Any help would be greatly appreciated.

    This will come down to essentially moving the playhead of Flash based on the movement of the mouse. It's certainly not going to be smooth however, you'd need a timer to be responsible for moving your playhead and reversing spatial compression is very CPU intensive (moving backwards on the timeline). I'd recommend having a forward and backward version of the video so you could flip between them but if you're new to flash you're already in way above your head.
    Add a new layer and try adding this example script (or Download Source example here, saved to CS5):
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    import flash.events.MouseEvent;
    // make sure we don't trip this frame twice
    if (!stage.hasEventListener(MouseEvent.MOUSE_DOWN))
              // stop playhead
              stop();
              // set state (forwards? backwards?)
              var movingForward:Boolean = true;
              var curFrame:int = 1;
              var mouseStartX:int; // used later to determine drag
              // detect mouse click and drag left or right
              stage.addEventListener(MouseEvent.MOUSE_DOWN, onMouseF);
              stage.addEventListener(MouseEvent.MOUSE_UP, onMouseF);
              // create new timer to control playhead, start it
              var phTimer:Timer = new Timer(33,0);
              phTimer.addEventListener(TimerEvent.TIMER, movePlayheadF);
              phTimer.start();
              // function to control playhead
              function movePlayheadF(e:TimerEvent):void
                        curFrame += movingForward ? 1 : -1;
                        // validate frame (60 total frames)
                        if (curFrame > this.totalFrames) curFrame = 2;
                        else if (curFrame < 1) curFrame = this.totalFrames;
                        // goto the next frame
                        this.gotoAndStop(curFrame);
              // function that controls the direction variable
              function onMouseF(e:MouseEvent):void
                        if (e.type == MouseEvent.MOUSE_DOWN)
                                  // user started touching, record start spot
                                  mouseStartX = int(stage.mouseX);
                        else if (e.type == MouseEvent.MOUSE_UP)
                                  // user let mouse go, determine direction change (swipe stype)
                                  if (stage.mouseX > mouseStartX)
                                            // swiped right, move forwards
                                            movingForward = true;
                                            trace('Moving forward now');
                                  else if (stage.mouseX < mouseStartX)
                                            // swiped left, move backwards
                                            movingForward = false;
                                            trace('Moving backwards now');
    This is pretty simple. In the example source link above an object on the timeline (nice ugly red circle) moves right over 60 frames and then left over 60 frames (120 total). Consider that your movie.
    A timer ticks at a speed of 33ms (30fps). This is where it isn't necessarily going to be too smooth with video. If you increase it to 60FPS then decrease the timer by half (16.5ms), season to taste. Each time the timer goes off the playhead is moved, either forwards or backwards.
    To know if it should go forward or backwards a simple variable (movingForward) keeps track of the last 'swipe'. The swipe is simply captured when a user touches the screen (mouse/finger), moves in a direction and then lets up. If they moved to the left the direction will be reverse. If they moved to the right it will move forward. This doesn't take into consideration any more than that logic, but illustrates how you can watch the mouse for movement and "do something" based on it.
    A very simple validatior in the timer event function checks to see if the next frame (in either direction) is valid and if it's not, it corrects it so it stays within your videos timeline length.
    Note there is a MOUSE_MOVE event you can try to hook to which can be used to literally let the user drag the video forwards and backwards the amount they drag their finger/cursor. Also if this is some kind of circular surface like a record spinning, the direction the user moves the mouse based on where they touch the record would change which direction they expect it to move. Etc etc..
    That should get your feet wet in how much you need to consider for your project.

  • Need advice on multiple iPods on one computer

    I have found the article on running more than one iPod on a computer. The directions seem simple. I just wanted to post my situation and ask an additional question.
    My wife's laptop recently died but we were able to save the hard drive. So her iTunes library should still be there in tact (everything else is). With the current state of the ecomony we are trying to save money and have her "share" my laptop. Is there a way to copy over her library from that hard drive without screwing up my library?
    In looking at the instructions for running multiple iPods on one computer, option 3 seems like the best method for the time being. I also have an HP Smart Media Server that has an iTunes system for sharing but I have not had the time to explore that in much depth and have not found much in the documentation that comes with the server. I would greatly appreciate any advice you may have.

    Yes, if you are both on your laptop with one windows user login, method 3 can work.....but it can also be really confusing.
    You will both have to train yourselves to ALWAYS do the itunes shift-start before opening itunes, every time. Your ITL file is on the laptop and hers is on the salvaged hard drive. I assume you put it in an enclosure and it's connected via USB?
    You might also need to check the preferences every time.
    For instance if you want your new additions to go to the laptops's hard drive. She wants her podcasts to go to the salvaged drive. You'd have to change your preferences every time using method 3.
    You might want to get he media server going before too much longer! And switch to Method 1 with a shared folder on the server.

  • Need Advice on Shooting Video in Public

    Long story short, we need some b-roll footage of trucks (18 wheelers) in action, on the highway, at truck stops, etc.  Am I allowed to shoot video of a highway from a public vantage point and use it in my video?  I really don't want to get into the issue of release forms and such, and I don't see how I'm going to flag down some trucker to get his signature after the fact anyway.  I work for a state agency, so I really can't allow us to take on any sort of legal liability and the video will be very public, posted to our department's YouTube channel.  The probability that a trucker might watch the video and recognize his rig is probably not high, but real enough to warrant consideration.  If this were to happen and the guy was unhappy about it, could this bite us in the rear?  Or am I perfectly within my rights to shoot vehicles operating in a public space and post the footage in an equally public space?  Can anyone advise?  I'd appreciate it.
    Thanks in advance for any help!

    First, I am not an attorney, but have played one on TV. Next, I must state that I strongly believe in one's rights, regarding likenesses, property depictation, etc., but have a little story.
    While shooting a series of brochures for the U of Denver School of Law, and in particular for their Transportation Law School in this case, my clients researched just such an issue, though regarding still images. I do not have all of the gory, legal details at this late date, but the finding was that so long as the units (rigs, passing autos and buses) were operating on public roads, they could be photographed, and the images used, even for commercial purposes, like the Law School's brochures. Though the railroad lines are not "public" in quite the same sense, as the highways are, they were also fair subjects to use. Airlines also fell into that category, though there was a little issue of using images of private aircraft, where their N numbers were shown. In those cases, a bit of Photoshop work satisfied the legal department. Not exactly sure what that was about.
    In my case, the images were to be used internationally, but DU Law cleared everything with DOT for both the Feds and for the state of CO.
    A quick call to the State AG's office, as suggested, should be just fine, and should easily clear things up. In your case, you have the potential for both the State of NY, and also the Feds to be involved, as the highways might be state, or Federal, depending on the exact highway.
    Good luck, and let us know what the AG's office has to say.
    Hunt

  • Multiple videos in flash

    I'm very new to Flash. I'm going to have a motion graphics piece where a vid  will play for a short time, filling the screen, then shrink to a small  square thats in a grid of 6-9 small squares. Once it shrinks down, it  stops at its current frame. So there will be 6-9 small squares of the  last frame of 6-9 videos. Can this be accomplished in flash? These are  not interactive videos; they will automatically play when the first  appear. I think it would work better in after effects but we are using  flash (god knows why).
    Ive attached what the video grid will look like. Think like all the vids in the brady bunch intro.

    that looks pretty straight-forward.  with what part are you having trouble?

  • I want to use Final Cut Pro v 10 on my MacBook Pro and need advice with ram, video card or HD upgrade for optimal performance.

    I currently have 8GB ram and the stock video card and an ssd HD 240 GB.

    what Russ said…
    ext.HDD, for simple AVCHD tasks, I would recommend usb3 too…
    It's not state of the art hardware, but it's not chopped liver either.
    LOL Thank, you, Russ for phrase-of-the-day!
    <scribbling into my vocabulary book>

  • Need advice on multiple imac repairs

    hi all i bought my imac a few years ago
    its a white intel 17 inch imac
    i have been having alot of problems with it for the past 8 months
    its had 3 logic boards replaced in last 7 months the most recent being 2 weeks ago
    and now i am getting same problems i had
    it will freeze constantly, fans go super loud, restarts by itself and now i cant even boot it
    i turned off the imac after it just froze after about an hour of web browsing (no flash lol)
    i already tried disconnecting power reconnecting it and nothing, no start up chime either
    the past 3 times this happend it had the logic board replaced
    i take care of the imac like a child lol
    i keep it clean no drinks or food around it and it has all stock parts i am too scared to fiddle with upgrading parts
    i am a student and took me forever to save up and buy it
    it must be more then the logic board since its been replaced 3 times already
    all my money goes into school so i cant buy a new imac even though i want to
    i dont use it for more then 3 hours at a time and most times i will use my phone for web browsing hoping to save what life my imac has left for school work
    so my question is what should i do?
    take it back for repair and hope it doesnt just die completely?
    or should i try and sell it for parts and hopefully make enough off them to buy new imac
    sorry for long post
    Message was edited by: extrafuzzyllama

    Welcome to the Apple Discussions!
    The Apple limited and extended warranties leave repair or replace to Apple. However, if a Mac has had 2 or 3 major repairs, which replacing a logicboard is a major repair, then the Mac should qualify for replacement with the closest similar current model, especially if it is still under warranty.
    I would call Apple Care and ask for a Customer Relations agent. Explain your iMac's repair history, to which the agent should have access through its serial number, and ask them to now arrange for replacement of the iMac under the warranty agreement.
    Dah•veed

  • Need Advice. N93i Video Mic Produces Frequency Noi...

    My N93i video recording is working well except that the sound in the recorded video is distorted by a hissing noise like that of a radio frequency noise. I have sent the phone to Nokia Care Center, they said its the mic, they change the on/of button near where the mics are located, the noise became less loud/overbearing but it is still there. They suggest sending it back to the repair factory. But I am very doubtful if I should send it to the repair factory because I have heard from some people that their phones came back with lots of scratches after the repair, plus it takes 3 long weeks, plus I'm not sure what the repair guys can do to fix the problem, plus their tweaking with it may cause other problems to arise, and I'm sure they wont be replacing it with a new unit.
    So does anyone ever have experience with this mic noise problem before, and how did you get it fix or a little better? My warranty will expire in a couple weeks time, so if I send in the phone for repair and 3 weeks later get it back withhout the problem fixed and possibly with other new problems arising then I cant send back teh phone for repair again. This is a big concern of mine because of what I have heard people telling me about the service qualty level of Nokia Care Centers.
    Thanks for inputs on what could be the problem with the mic or the recording noise. I've playback it on phone and on Pc and its still the hissing moise present....

    Since Nokia had said it is a problem with mic you have to send it to Nokia for fixing the problem. As regards the scratches tell the front desk executive and make a note in the job sheet that you will not accept the phone if it is badly scratched.
    If my post has helped you please click the white star on the right

  • My Iphoto is at 70G plus, need advice on multiple libraries

    I suppose I could just move to an external... but I like having a lot of my images with me on the laptop, like to fool around w/ imovie when on the road, etc. Can anyone give me some advice about how best to manage an iphoto library that has grown too big for my (120 G) Hard drive?
    thanks
    tom

    iView has a function that it can automatically catalog the active iPhoto Library. It's under the iView MediaPro->Getting Started menu. There are also ways to convert over to iView for managing the files and then just use iPhoto for book, calendars , etc. I've written a number of Tutorials on using iView with iPhoto, converting over to iView, etc. They may shed some light on its use with iPhoto.
    MS is working with a number of professional photographers and general users for ideas on how to make the next version of Expression Media better. There are both Mac and PC users involved. My continued input to them has been to change the look of the GUI. We'll see. The next big update is due sometime the 1st quarter of next year.
    The only issue I have with the current iView (and EM) and Leopard is that the background color of the text fields in some of the menu options, like Batch Rename, is the same as the background color on the thumbnail or media view that were in. If the bg color is dark then the text in those fields can't be seen. I've had to lighten the backgrounds in my catalogs so I can see the text when I use some of those menu functions. More of an annoyance than anything else.
    OT

  • Flash Catalyst CS5 shuts down on video import

    Hello,
    After designing a working webpage with videos without any issue, my computer decided it no longer wanted to import videos into Flash Catalyst CS5 or Flash CS5 without causing the program to close. I assume the issue is with Flash Player, unfortunately that's about as far as my sleuthing goes. Help would absolutely be appreciated.
    Here's the top of the report thread:
    Process:         Adobe Flash Catalyst CS5 [659]
    Path:            /Applications/Adobe Flash Catalyst CS5/Adobe Flash Catalyst CS5.app/Contents/MacOS/Adobe Flash Catalyst CS5
    Identifier:      com.adobe.thermo
    Version:         1.0.0.273393 (1.0.0.273393)
    Code Type:       X86 (Native)
    Parent Process:  launchd [90]
    Date/Time:       2010-06-15 09:40:16.309 +0100
    OS Version:      Mac OS X 10.6.3 (10D573)
    Report Version:  6
    Interval Since Last Report:          2074546 sec
    Crashes Since Last Report:           17
    Per-App Interval Since Last Report:  268399 sec
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      12B51525-E970-40FC-B773-0EC89CFA022E
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000261
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=00000000991f916d
    Java VM: Java HotSpot(TM) Client VM (16.3-b01-279 mixed mode macosx-x86)
    Current thread (0000000013800800):  JavaThread "main" [_thread_in_native, id=-1599925024, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Theres about 48 pages more of that, so if it's of any use in diagosing, I can provide it.
    Thanks in advance,
    Adam Baroukh

    Hi,
    That really helped me out!
    I was playing around with importing all different file types to see what would crash Flash Catalyst and it appears to just be .flv files, because it imports images, mp3s, and swf files and .f4v video files with no problems. Hey, at least now I can continue importing videos as long as they are .f4v's!
    Would still be helpful to figure out why it doesn't like .flv's though...
    The step are: File>Import>Video/Sound File...Dialogue box opens, I choose any .flv file (include files which seemed to work fine before) and the program just quits itself giving me the error report window. When I use .f4v files no such problem occurs...
    Will send you a yousendit link containing one of the guilty .flv files now - this is a .flv file I used in creating a page with flash Catalyst just days ago before it decided it would no longer import them.
    Thanks for your help so far
    Adam

  • Video on flash timeline

    hello everyone,
    this maybe someone already asked, but i couldn't find any answer.
    so, i need to import a video to flash timeline not with playback, SO when i move around i can see the video in each frame than i can draw my animation effect on it . normal i will import flv, but "thanks" to cc 2014, even media encore no longer support flv, but flash still ask me to convert video to flv so i can add on to the timeline (logic?)
    than i 'm like ok i can work in photoshop, but it is not in vector,  so i can't really scale up and down cause the pixel edge will start to appear.   
    could anyone gave me a solution of this? i don't even know how to find the cc with flv support anymore.....
    Thank you

    Then I misunderstood you. If you need to create an .flv video then you'll have to use an older copy of Adobe Media Encoder, 7.2 or earlier, or use Flash CS6, or use a third party application.
    I have also tried [OFFICIAL] iSkysoft | Video Converter, Video Downloader, DVD Creator
    There is a free online file transcoder, Zamzar - video converter, audio converter, image converter, eBook converter
    Both of these work and may suit your needs.

  • Need advice on video software.

    Need advice on video software.
    I currently use adobe elements 3 and have done so for a few years now with no problems. my os is XP and my system is a couple of years old, but we do have a brand new win7 machine in the house.
    I am currently look at Cyberlink PowerDirector 8 Ultra OR Adobe Premiere Elements 8. Reviews for both softwares seem very good BUT, when I dig deeper into user reviews instead of editor reviews do I find problems.
    Major problems with program crashing all over the place, at start up etc, and it is still not getting along with any win7 machine? Major problems with drivers. Honestly, I do not want to have to jump through dozens of hoops to get any software to run. After I pay for it, it should run, period.
    Has anyone else here used both softwares and can you give an honest opinion of each?
    I am also asking these same questions on the cyberlink site.
    I would like to upgrade my video software to take advantage of the new features that are coming out but I really don't want a big headache trying to run one or the other. To be fair, when I bought adobe elements 3 I had also bought pinnacle, which has gathered dust since my first week with it, which is why elements was purchased. That was money wasted and I do not wish to repeat this. I would like to go with Premiere Elements 8 but remain very unsure.

    If your newer machine is Win7 64-bit, it might be worth waiting for SP-1 to be issued, and then hope that 64-bit drivers are fully included. The 64-bit drivers now seem t be an issue at this point, and that will affect any NLE program.
    Also, and regardless of which particular program you choose, optimizing your computer, the OS, the hardware, and the resources management, will go a very long way to insuring success. Few programs can tax a computer, as an NLE can - any NLE. Video and Audio editing will stress your system, like almost nothing else can, except for heavy-duty CAD, or 3D work, though those are usually done only on specialized, optimized computers, designed just for those applications.
    Not the specific advice that you seek, but it's the best that I can do.
    Good luck,
    Hunt

  • Need help with coding for HTML5 Video with Flash fallback

    Hello, need help with my coding in Dreamweaver CS5.5 for HTML5 video with Flash fallback. Not sure if the coding is correct. Do I need anything else Javascipt etc?

    The reason you see a blank page is because it's trying to load the file that is pretty humungous and there is no preloader. So, you see a white screen till it complets loading.
    Also, the reason why its loading a SWF file and not any of HTML5 type video is because your doctype declaration is XHTML1.0 and not HTML5.
    Change the 1st line in your .html file from:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    to:
    <!DOCTYPE html>
    Then see if your HTML5 video types load with <video> tag.

  • Need some advise for import video in Flash

    Hi guys, i got a problem with importing video in Flash.
    Actually I know how to import video in swf 
    There are 3 ways;
    1. loading external video with playback component
    2. embed FLV in SWF
    3. URL
    Ye i know second way is easy and fast but it needs to control everytime when the contents are changed or fixed.
    So best way for me and my work is first way
    Problem is when i use first way then move full swf file to another pc, just video (in the swf) doesn't play at all.(i'm sure it's from wrong file path)
    How to change the content path? I tried so many times but failed.. (just doesnt work and some error message appears on output)
    Should I install flash program in another pc then replace all the file?
    Please I need your advise
    Thanks

    I was able to tether my original Verizon Droid using EasyTether without needing to root the phone. The free version wont work with https sites, but its not expensive to buy the full version after you figure out if it will work. Its not fast but seems to work ok.
    Scott

  • Hi, is there any option how I can edit duration of multiple video clips (not stills) in iMovie 11, lets say if I want them 2 seconds long? Many thanks for any advice... Tom

    Hi, is there any option how I can edit duration of multiple video clips (not stills) in iMovie 11, lets say if I want them 2 seconds long? Many thanks for any advice... Tom

    Yes.
    iMovie 11 tutorials:
    http://help.apple.com/imovie/
    http://www.apple.com/ilife/tutorials/#imovie
    and also these:
    http://www.kenstone.net/fcp_homepage/imovie_09_stone.html
    http://www.kenstone.net/fcp_homepage/imovie_09_stone.html#interface

Maybe you are looking for

  • One cheque for multiple vendors in diff comp codes

    Good day all My client wants to pay multiple vendors in multipe company codes with one cheque. Ex.1.  Vendor 123 in Comp code 1           Vendor 555 in Comp code 2           Vendor 789 in Comp code 3           Must all be paid with one cheque to Vend

  • Problem after creating a module !!!

    Hi Experts, I was trying to put my hands on EJB development and took the help of the paper "Step by step guide to develop a module for reading file name in a sender file adapter" by Krishnakumar Ramamoorthy. Now that everything was developed and depl

  • MacBook Pro 2011 & Crucial C300 SSD Drive

    Hi all, I have in the last month bought a new MacBook Pro from the apple store, 17"  Model Identifier:          MacBookPro8,3 I have tried moving my C300 from my old macbook pro but it jsut doesnt work in the MBP.  I have read about 400 sites which s

  • How do I get my lights to flash on the side of my ...

    I have recently had my phone's software upgraded due to a fault, now I have noticed that the lights at the side of the phone does not flash if I have a missed call or SMS etc like it used to, how do I configure that??? Regards

  • QM for Pipe line Material

    Hi Experts Scenario: We have water as Pipe line material. We have activated 89 inspection type & user is creating manual Inspection lot for the same. Since this is a Pipe line material, there will not be any PO, GR so no inspection lot at GR. We do t