Best way to embed an Mov file into interactive flash game?

Hey,
just a quick query. I'm creating an interactive flash game for a university project. It's along the lines of Guitar Hero, Tap Tap Revolution, Boom Boom Rocket etc..
At the moment the game comprises of streaks of notes generated by Actionscript which the user much hit the corresponding key when notes are in the receptor. The background at the moment is an audio spectrum analyser created using AS based on the music playing.
I want to add loop movie file as the very background of the stage and was just wondering what was the best way to place it there with the least ammount of overheads. At the moment I have it in a child movie clip placed on the stage, in which I use File -> Import and embeded the FLV file into the time line. This works, however lags out quite badly.
Any help would be appriciated.
Thanks in advance,
John Minns

Have you tried this method?
1. Save as new file.
2. With your usual color management preferences selected, run Xtras>Color>'Name all colors'.
3. In color swatches list, select all colors. From swatches pop-up menu 'Make RGB'.
4. In Preferences>Color, set color management settings to 'None'. The RGB colors should look about the same as they did with color management on.
Now you should be able to export to Flash with RGB colors that look quite close to your CMYK version of the file.
This should work the same in FH9 or FHMX. I hope it does the trick for you.

Similar Messages

  • Best way to embed playable movies on website?

    I have a video clip that I neede dto break down into pieces
    and put in viewable form on a website. The file is currently a .wmv
    file.
    My plan was to use flash to make files that I could embed in
    the website, and the end user could click on it to play it in the
    web page. In reading how to do it in flash, it looked like there
    was some action script requirements, I am not sure best how to make
    it happen.
    What is the best way to get my videos on the site? Should I
    stick with flash, or get a reasonably priced 3rd party program that
    automates the process, or go another route?
    (PS- what would be the best format of movie to use as
    well?)

    "Dannoman88" <[email protected]> wrote in
    message
    news:g7q9b8$a70$[email protected]..
    >I have a video clip that I neede dto break down into
    pieces and put in
    >viewable
    > form on a website. The file is currently a .wmv file.
    >
    > My plan was to use flash to make files that I could
    embed in the website,
    > and
    > the end user could click on it to play it in the web
    page. In reading how
    > to do
    > it in flash, it looked like there was some action script
    requirements, I
    > am not
    > sure best how to make it happen.
    >
    > What is the best way to get my videos on the site?
    Should I stick with
    > flash,
    > or get a reasonably priced 3rd party program that
    automates the process,
    > or go
    > another route?
    >
    > (PS- what would be the best format of movie to use as
    well?)
    Hopefully your WMV is not already compressed/downsized from
    the original
    video. If it is, go back to the original file first. Take the
    video file
    into the Flash Video Encoder and make an FLV file. Then you
    can either use
    DW's built-in Insert | Media | Flash Video or you can use a
    3rd party like
    the JL FLV Media Player -
    http://www.jeroenwijering.com/?item=JW_FLV_Media_Player

  • What is the best way to reduce a .mov file size

    I had a music DVD that I converted to a .mov so that I could cut and paste in QT pro which i have done.
    Now I have a .mov file that is 46 gigabits in size and I want to reduce it considerably without ruining the quality of sound or visual.
    Whats the best way to do this.
    Thanks

    punt

  • Best way to read a CSV file into an internal table

    Hi,
    I have a comma seprated file, which I need to read into an internal table, and be able to look at particular values - basically looping round and populating BDC fields. Whats the easiest way of doing this?

    The easiest way would be to define a flat interal table.
    Data: begin of itab occurs 0,
          rec(1000) type c,
          end of itab.
    Then call the function module GUI_UPLOAD to get the data into your internal table from the file on the frontend. I assume that you know how to use this function module.  You could also use the method GUI_UPLOAD of the class CL_GUI_FRONTEND_SERVICES.
    For example,  say you have a comman delimited file with materail number, plant, quantity in it.
    4000001,0004,1.00
    4000002,0006,2.00
    Define another internal table to hold the data.
    Data: begin of itab2 occurs 0,
          matnr type mara-matnr
          werks type marc-werks
          quant(10) type c.
          end of itab2.
    Then loop at the internal table(ITAB) and use the split statement to split it up into the appropriate fields of the other interal table(ITAB2). 
    Loop at itab.
    clear itab2.
    split itab-rec at ',' into itab2-matnr
                               itab2-werks
                               itab2-quant.
    append itab2.
    endloop.
    That's it.
    Regards,
    Rich Heilman
    Message was edited by: Rich Heilman

  • What is the best way to integrate a sound file (mp3) into a PDF?

    I saw that its possible to do it by Tools->Multimedia->Sound. This works fine on a computer but not a tablet. So what is the right way to embed a sound file into a PDF of maybe by Indesign? What i want is that people can easily open a document (PDF) on a tablet and when they click on a (play)icon that they hear a sound file. The best thing is that they can stop or put it on pause.

    I think this functionality relies on Flash, so it's not likely it's going
    to work on mobile devices, certainly not on iOS ones.

  • Dynamically importing a .mov file into flash

    Hi,
    I need to import a .mov file into a flash file and create a
    .swf movie. I can do it through File > Import Movies option. But
    I want to make it dynamic and import the movie. I would like to use
    ActionScripts rather than the File> Import options. Pls let me
    know if this is possible. Let me know if you have any questions.
    Appreciate any help.
    Thanks & Regards,
    Magesh

    You can only dynamically load at runtime FLV movies.
    You can automate the authoring time environment but this is
    only with the Authoring tool. See
    Extending
    Flash

  • What is the Best Way to Embed PDF in HTML?

    In the past, I have included one page PDF's in web pages by placing the PDF in an iframes.  This worked fine until recently.  Starting with Safari 5.1.2 running under OS X 1.6.6, instead of opening within the original page, the PDF has opened in a new tab.  Is there some other way to embed the PDF so this doesn't happen?  Many thanks to all!

    Move it into Flash and insert it as a progressive download.
    http://blog.deconcept.com/2005/03/31/proper-flash-embedding-flashobject-best-practices
    You can see it happen here on my site -
    http://38.144.80.95/n_why-neapco.php
    The central movie is a QT piece imported into Flash and then
    saves as a
    Flash video.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "wadup" <[email protected]> wrote in message
    news:e3qvmq$8aj$[email protected]..
    > dreamer thanks for the response....
    >
    > however i wasnt asking how to do it......
    >
    > i am asking what people think is the best method of
    doing it.........
    >
    > should i embed a .mov file or should i import the move
    into flash and then
    > embed the flash file? should i embed a .wmv file?
    >
    > etc etc....
    >

  • Cannot import a .mov file into the library

    I am trying to import a .mov file into my library so I can
    create a .fla file. Every time I try to import it into the library
    using the import wizard, it starts the importing process and always
    quits not quite two minutes into the process. It then returns me to
    the front page of the import wizard. I have done this before with
    absolutely no problems.
    The one thing that I am wondering about is the size of this
    particular .mov file. It is 377MB. Do you think this may be part of
    my problem? Thank you in advance for anyone's input or
    suggestions!

    Jeremy Williams wrote:
    > I am trying to import a .mov file into my library so I
    can create a .fla file.
    > Every time I try to import it into the library using the
    import wizard, it
    > starts the importing process and always quits not quite
    two minutes into the
    > process. It then returns me to the front page of the
    import wizard. I have
    > done this before with absolutely no problems.
    >
    > The one thing that I am wondering about is the size of
    this particular .mov
    > file. It is 377MB. Do you think this may be part of my
    problem? Thank you in
    > advance for anyone's input or suggestions!
    I would consider 10mb to be too big for a flash file. Even if
    it was CD
    I would load it dynamically to avoid performance problem.
    377mb is out of the question way beyond flash ability to
    maintain stable
    performance, not just the final output but the IDE itself.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Best Way to Embed Flash in DW??

    What is the best way to embed a flash movie in Dreamweaver
    w/o messing up cells/rows of a previous creation?
    I have a site together & want to insert a movie on a page
    & keep the nav bar the same from all the other pages , when I
    insert the Flash movie it royally messes up all the rows &
    cells
    here's the site
    www.castleblak.com
    just want to keep the nav bar same on all pages!
    thanks!

    tommypenngotti,
    > What is the best way to embed a flash movie in
    Dreamweaver
    > w/o messing up cells/rows of a previous creation?
    "Messing up cells/rows" could mean quite a few things. For
    example, you
    would certainly have trouble trying to pack a 550 x 200 SWF
    into a cell
    whose dimensions were 50 x 22. Is that what you mean?
    > I have a site together & want to insert a movie on a
    page &
    > keep the nav bar the same from all the other pages ,
    when I
    > insert the Flash movie it royally messes up all the rows
    & cells
    I checked out your URL, but didn't see any Flash on the home
    page. In
    fact, I didn't see Flash on any of the pages, but admittedly,
    I only clicked
    into a a few. I wonder if you mean that Flash content appears
    *on top* of
    your drop-down navigation -- is that it? If so, there's an
    Adobe TechNote
    on this issue, described here ...
    http://www.quip.net/blog/2006/flash/how-to-position-flash-beneath-other-content
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Best way to archive HD movie (Raw, events, projects, etc.)

    Hi everybody,
    I've been using iMovie for the last 12 months, to make small family movies (shared on internet and via DVDs).
    I am having more and more footage and the question comes about the archiving of all this.
    What's the best way to keep all important files ? (keeping the quality, and saving space if possible)
    How do you proceed ?
    I have the different ideas, found on internet, but not sure what is the best.
    I can directly make disk image from the camera memory cards. If at later stage I need to import again, I can do it from that mounted image. And this is keeping the original quality. (I think.. right?)
    After finishing a project, do you still keep the imported files ? (the events, I think it's called).
    And, do you also keep the final version of the project, accessible in iMovie ?
    I usually send the movie on internet, and burn on DVDs. Is there a need to keep this project, in my archives ?
    I am very curious to learn how the advanced users, with tones of footage, are doing to archive their precious movies.
    Thanks a lot for your help and information.
    Thierry.

    Hi Thierry,
    I am using AVCHD, on MSDuo. Until now, I was doing disk image, from the Apple disk utility. I saw the back up feature in iMovie, but never tried it.
    Is it doing the same ? You prefer to use the integrated back up from iMovie ?
    Yes, the built-in archive feature in iMovie works much the same as the disk image method you have been using. iMovie can't use the .MTS files on their own, so the archive replicates the camera contents, including the full directory structure. Full quality is preserved, just as recorded by the camera. The only downside is that each time an archive is performed, iMovie archives the full camera contents, irrespective of the fact that some content may have been archived previously. In other words, you can't selectively archive individual clips - it's all or nothing. So, if you do an archive then record further footage without deleting the previous content from the camera (or card), the full content (including the earlier clips) is archived when next performed.
    To get around this limitation, I use RevolverHD from Shedworx - found here: http://www.shedworx.com/revolverhdmac (this allows selective archiving from the camera, but there are issues with retaining the timecode when importing from the archive to an Event).
    John, you are using external drive for the Events and Projects, meaning that you are working directly from external drive? (or you were refering to the storage, after you are done on the mac?)
    I'm working directly from the external FireWire 800 drive for the Events. My Projects are all on the MacBook Pro's internal drive. My understanding is that iMovie works more efficiently with this set-up. My archives are also on the same external drive as the Events - this is probably not a good idea, but I do back-up the drive frequently, and also copy the archives to a portable drive as added security.
    Note that my exported Projects are stored by default in the Projects package contents folder on the internal drive (I use Share>Media Browser). But I also copy these exports to a separate portable drive which I connect to a Western Digital Media Player for playing through my widescreen LCD TV. I also produce DVDs from the exported files (but only as required).
    And what about the final versions of your movies ? (the one in the media browser, or on the DVD that you burnt) Are you also archiving the final products ? (it's not too heavy to keep all ?)
    As I mentioned above, by default iMovie places the shared movies (via Share>Media Browser) in the Project folder (on my internal drive). To access the shared movie, go to your User/Movies/iMovie Projects folder and right-click (or Control-click) on the Project name. From the pop-up menu select "Show Package Contents". Click on the Movies folder and you will see the shared movie, labelled (for example) as 720p.mov or medium.m4v and so forth. The main reason for copying this shared move to a portable drive is to view it through my Media Player. I just unplug the drive from my Mac and plug into the Media Player. I don't need it as a back-up as I'm running Time Machine - this backs up my internal drive, so all my original Projects and exports are covered by Time Machine.
    Hope all this makes sense Thierry. I'm probably keeping too much, but have plenty of storage capacity so prefer not to get rid of anything at present. Things may change as storage runs down, of course! I may need to do some housekeeping then.
    John

  • HT1364 I just bought a new PC and now have ample space on my C drive to house my music Library which is currenlty installed on a external drive.  What is the best way to install and move the itunes library to my C Drive?

    I just bought a new PC and now have ample space on my C drive to house my music Library which is currenlty installed on a external drive.  What is the best way to install and move the itunes library to my C Drive?

    If the entire library is on the external drive then simply copy the iTunes folder into <User's Music> on the new computer, then install iTunes. If you've already installed iTunes you will want to remove the empty iTunes folder in <User's Music> first.
    If it turns out you only have the media folder on the external drive then take a look at this post...
    tt2

  • I can't drag .mov files into an iMessage as I could earlier

    Used to, I could drag a movie file into iMessage and send it to my friends quite easily. It was the most convenient way to send content and raw footage to schoolmates for projects and what not, but now when I do this it doesn't add any footage, but instead a blank line?  I really need to be able to send videos this way as my class almost requires us to share content.

    I've seen where you've helped a lot of people and hopefully you can help me as I'm stumped. I have a Canon Vixia HFS200 and having trouble getting some movie clips to import from SD card. In the past, if a 'still' pic is taken on the same card, iMovie won't recognize anything as being importable. If I deleted the photos, I was able to import without a problem but this time, there are no stills on the card but still doesn't recognize anything importable, even though there are 140 or so .MTS files.
    I've tried a conversion software that I was able to view them but had the company logo over the top. I wasn't sure if there was a way to manually or 'force' them to import? Appreciate any suggestions.

  • Does anybody know if there is a way to import 2 movie files in logic....

    Does anybody know if there is a way to import 2 movie files in logic....I am getting 2 files in an hour and i need to figure out how 2 combine 2 mov. files into logic to put them together in dvd...i am doing a score.....thanx

    As far as I am aware no the only work around is that you create 2 quick time movies import them into one session of imovie then export as a quick time file which yu would then import into Logic hope this helps

  • Many CD's will include a DVD disc as well containing music videos.  Is there a way to import these video files into iTunes as well as the music files?

    I have a number of music CD's that also include a DVD which has music videos or concert movies.  Is there a way to import these video files into iTunes as well?

    wjosten - thanks very much for the detailed instructions. I'll try this as soon as I get my replacement and it looks like you'll probably end up getting the green tick

  • Break .mov file into multiple jpeg files

    Hello all,
    I've already put together a program that jams multiple jpegs into a .mov file, but is it possible to do the same thing in reverse?
    I have a .mov file captured from a camera. I need to decompose it into a ton of jpegs.
    the purpose is that I have a real-world video file of an event occuring. I have a computer simulation of the same event. I want to overlay the two into a single video.
    My basic plan was to decompose the real-world .mov file into jpegs, then take each individual jpeg and draw my simulation stuff on top of it. Then I would combine it all back together into a movie again.
    Another possibility...somehow use processors? I'm not sure how to do all that and I think this solution is simpler if I can somehow figure out how to split the file.
    Thanks for you input.

    [email protected] wrote:
    sigh
    I just finished doing it with Robot. It worked, it even has the proper number of frames, but I fear some of them were indeed duplicated/dropped.Okay. Now run Crysis in the background and and run your program... ;-)
    captfoss...how did you ever become so knowledgeable? Is it your job to answer these forums?
    I'm just very impressed, is all.About a year ago, I thought up the idea of creating a web site where musicians / music fans could go, create a chatroom, and pay music for people live over the net. Through the course of research, I found out that the only 2 ways of doing an application like that were JMF or Adobe Flex/Flash... Seeing as how I'm a Java coder by profession (and hate Flash applications), the choice of which to go with was easy...
    And then I realized that JMF is, on the surface, quite complicated and while these Sun forums are full of experts on just about everything else, there weren't really any JMF experts. So I sat down, went through the JMF example code peice by peice, wrote out the components, figured out what each one did, and I wrote my application from scratch. I wanted to make sure I understood my app, of course, and wasn't just throwing out something "that worked" because, well, all those years of college told me that's a bad plan.
    Anyway, I figured out the nuts and bolts of my project, and then just started trying to answer the questions on this forum that were going unanswered...and that's how I become so knowledgable, because with something like JMF, whenever you work with someone, a lot of times you learn nearly as much as they do.
    Plus, I most just like helping people and JMF had a giant opening for a resident expert...
    :-)

Maybe you are looking for