Create a video (flv) portfolio

I'm trying to create a video portfolio on my website and
video demo CD. All of my Flash menus, pages, etc are complete. I'm
using Flash 8 and have already edited and compressed all of my
video samples into swf linked flv files. (Please excuse any
terminology confusion, I typically work in Director.)
In Flash, I'd like to know the script or behavior to use that
will enable the user to click on a still image (button) or text in
my portfolio which will then launch the associated video clip (flv
or swf) to play. And also to close it afterwards. It seems like
there should be an easy script or behavior for this, and there may
be, but all that Actionscript stuff makes it seem more complicated.
I've also heard something about "classes" and that they are more
like behaviors in Director than Flash behaviors. Perhaps there is
one already packaged I can use.
Any help is much appreciated.

Easy? Only if you've done it multiple times. Here is what you
can do (one of many methods). Drag the FLVcomponent to the stage,
give it an instance name of vid.
Button Script (change path for each button):
on(release){
vid.ContentPath = "flv-file-name.flv" //the video you want to
play
Script for frame with FLV component to find when movie ends:
var vidList : Object = new Object();
vidList.complete = function() {
gotoAndStop("frame name"); //your desired action
vid.addEventListener ("complete",vidList);
stop();
That code will listen for the movie to end then do whatever
you put into the function. I commented the function so you can see
what to change.

Similar Messages

  • How to create alpha videos now FLV / F4V support dropped from Media encoder

    Now that Media encoder has dropped support for FLV / F4V has anyone got any ideas how you would create a video with an alpha channel for use in flash professional. With flash professional only really supporting the H.264 CODEC, I can't see any way possible to use transparent videos now.  I'm currently having to resort to installing an old version of media encoder to get back access to FLV.  Does anyone have any other thoughts on how I could achieve this using the latest software. 

    Hi Preran,
    Can you clarify why the Alpha channel video option has been removed?
    There's all sorts of reasons why people still need FLV, in our case its the video format we use with Aurasma to be able to have animated text on a transparent background in an AR environment....
    Why oh why would you just remove the option when h264 clearly doesn't replace all of FLVs features?

  • Unloading External Video FLV

    I've got an image on the stage that I wish to replace with an
    external video (.flv) clip. At the end of the clip I want the image
    to be visible again and the video to clear.
    Here is how I've set it up so far:
    1) I've placed an instance of dan_mc on the stage which is an
    image.
    2) I've created a Video symbol in the Library that I've named
    videoHolder_video that is actionscript controled.
    3) Using the Flv Encoder, I've encoded a short video clip,
    I've embeded an Event cuePoint at the end of the video and named it
    "end".
    4) I've placed two buttons on the stage: play_btn &
    remove_btn
    5) on the actions frame I've placed the attached code:
    Problem I'm having:
    Everything works except for the videoHolder_video does not
    get cleared at the end. Original image is visible again, and trace
    action is executed telling me that the if statement is detecting
    the "end" cuePoint. Additionaly I added a function to the
    remove_btn to test the videoHolder_video.clear() command and it
    works if I use the remove_btn. So I'm at a loss why the
    videoHolder_video does not clear when the play_btn is used. Any
    input would be helpful. Thank you,
    Max

    import the .mov into flash and flash will convert it into a
    .flv.

  • Problem Inserting Flash Video (flv) File into Site

    Hi -
    I'm having problems inserting a Flash Video (.flv) into my webpage.  I'm using Dreamweaver 8.
    I'm going to: Insert -  Media - Flash Video, browsing to the .flv file that's in my local site folder, entering the settings.
    In Dreamweaver, there's a big gray box w/ flv icon in the middle.  But when I go to preview, the screen is empty, no video.
    I'm creating the .flv file w/ Screen Mimic (a screen capture recording software).  This could be a problem w/ the Screen Mimic file because I have no problem inserting other flv files supplied to me by others.  This is the first video that I've made that I'm trying to insert. 
    If anyone has any suggestions, I would be most appreciative.
    thanks!
    Stacey Stanley

    This could be a problem w/ the Screen Mimic file because I have no problem inserting other flv files supplied to me by others.
    That would my guess too. Here are few other things to consider:
    1)  Does your FLV filename contain any spaces or special characters?  If so, rename it without spaces as these can cause problems.
    2)  Output Screen Mimic project to a QuickTime MOV file.  Then use Adobe Flash Encoder to convert the MOV to FLV.
    3)  When you tested your page, was it a live page on remote server?  Did you upload the page and all supporting files to server (Scripts folder, SWF, FLV...)?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Import YouTube Videos (.flv) - 1 works/1 does not

    I was wondering if anyone might be able help me with a curious problem in Premiere Pro CS4 (running on Vista Home Basic).
    A client came to me to re-edit and update some old marketing videos they had previously uploaded to youtube. They did not have the source files anymore so I had to work off the youtube flash versions. So I played them in youtube and then copied the .flv files out of my internet cache into my project source folder. When I then tried to import both .flv files into Premiere Pro CS4, one of them imported fine, but the other came up with "The file appears to have no media data" error message, and would not import. Both .flv files play fine in the Adobe Media Player. The same problem occured in After Effects CS4 as only one of the two files would import.
    The client's files were quite long but I did find some shorter files that also re-created the problem:
    http://www.youtube.com/watch?v=T6oIwFGy9JI (4:06)
    http://www.youtube.com/watch?v=M8ZfZ5eyeIA (3:45)
    Both are versions of the same retro music clip. Curiously it is the one that was more recently uploaded to youtube that imports fine. If you allow both videos to fully buffer you will then will be able to copy them out of your internet cache. If you sort by file size the youtube videos should be near the top with a filename something like; "videoplayback?id=4b0...". When you then copy the files somewhere else they will be renamed something like "video[1].flv". Then if you try importing them into Premiere one will work and one will not and come up with the "The file appears to have no media data" error.
    I assume that flash videos can use different video codecs but the generic error message puts a stop to my troubleshooting so I was wondering if anyone with more expertise might be able to shed some light on some possible causes of the problem. The fact that I can't get past is that "Adobe Media Player" can play all .flv files fine so why isn't Premiere Pro capable of just using the same codec?
    Thankyou for your consideration,
    Chris

    Thanks Charles (& Charles).
    All of your suggested workarounds worked great. I think what worked best for me was adding the "&fmt=18" to the end of the YouTube URL, which plays a .mp4 version of the video instead, and then after copying out of the interent cache and renaming, Premiere imports the video fine no problems.
    That site: http://keepvid.com works great if you don't want to clear your internet cache (as finding specific videos can be a little difficult) although you would be effectively downloading the same file twice, once to view it, another to download.
    If as you say the file was originally uploaded as a .flv file then those free converters do a great job at converting them to mpeg2's or other formats.
    As it turned out, in testing the "Any Video Converter (Free Version)" I think I found the source of the original problem. When I added both of those aforementioned test .flv youtube videos, the "format" column identified the video that did import onto Premiere as "FLV1" format, and the other which did not as "H264". I then tested this with a few other youtube videos and sure enough all of the FLV1s format videos did import into Premiere but all of the H264 .flv videos would not. They all came up with the "The file appears to have no media data" error message.
    So for future forum reference the simple definition of the problem appears to be that Premiere Pro CS4 (and After Effects CS4) will not import a flash video (.flv) that uses the H264 format.
    Thanks again Charles(s) for all of your suggestions,
    Chris
    p.s. During my testing I also tried copying a YouTube HD video (1280x720 .mp4 - Premiere identified it as a XDCAM-EX Movie) out of my cache after playing, and Premiere accepted it no problems

  • Avchd   converter for help  you create unique videos easily

    Emicsoft HD Video Converter is the high definition video converter software develeped to convert HD video files with high quality. With this HD video converter you can also easily convert between HD video formats, convert standard definition videos to HD videos, or convert HD videos to SD (Standard-Definition) videos. The HD video converter supports most of HD video formats: MTS/M2TS, TS, HD MKV, HD AVI, HD MP4, HD WMV, HD MOV, HD ASF.
    How to use this HD Converter?
    1. Launch the software and click "Add File" button to import files into the software. You c help yoan watch them on the preview screen.
    2. Edit the added movie by clicking "Effect" "Trim" or "Crop" button which can help you create unique videos easily.
    3. Select output in Profile option. Here all popular formats and mobile devices are supported. Then make sure the destination folder.
    4. Click "Start" button and the program will automatically start conversion.
    Emicsoft AVCHD Converter can convert AVCHD video to all popular video formats, and convert other videos to AVCHD video. So many formats are supported such as HD video (TS, MTS, M2TS, HD MPEG-4, HD MOV, HD AVI, HD VOB, HD ASF, HD WMV, etc.), general video (AVI, MP4, WMV, MPEG-1, MPEG-2, VOB, MOV, 3GP, FLV, SWF, etc.) and audio track (MP3, WMA, WAV, AAC, AC3, OGG, etc.).
    Emicsoft MOD Converter is a powerful MOD video converter which can MOD to AVI, MOD to MPG, MOD to MPEG, MOD to WMV and to other video format, such as FLV, SWF, ASF, DivX, XviD, MP4, VCD, SVCD, DVD-Video, VOB and so on. Batch conversion supported, so you can add several .MOD files one time.
    More softwares may help you:
    Emicsoft Video Converter
    Emicsoft FLV Converter
    Emicsoft MTS Converter

    Komposer-NVU is an html editor for Mac based on the Mozilla Gecko engine (Seamonkey).
    http://www.kompozer.net/
    Seamonkey (mozilla.org) has an html editor called Composer.
    Dreamweaver by Adobe (not free of course). The standard everyone
    else is judged by:
    http://adobe.com
    Freeway
    http://www.softpress.com/store/
    Edit Rocket, never tried it, but the price is right if it works!
    http://www.editrocket.com/download_mac.html
    PageSpinner:
    http://www.optima-system.com/pagespinner/
    More:
    http://www.pure-mac.com/webed.html
    Kj

  • Problem Inserting Flash Video (.flv) File in Page Using Dreamweaver CS4's Insert Media Command

    I am using Dreamweaver CS4.
    I am attempting to put a Flash Video (.flv) file on a standard HTML page in Dreamweaver.
    When I either click the Insert Flash Video in the Common tab on the Dreamweaver toolbar, or if I choose Insert > Media > FLV to inert the video, I get the standard Dreamweaver FLV interface. I make my choices, click OK, and when the video is place on the page, I get the following dialog box:
    "While executing inspectSelection in flvProgressive.htm, a JavaScript error occurred."
    with an OK button.
    If I preview the page, all that loads are the various buttons of the skin that I have chosen and no video.
    Anyone have an idea what is going on?
    maylandmac

    Are you sure you aren't working with a template driven page?
    When you insert media files into DW, it must write code in the <head> tags to reference Scripts necessary for Flash media to work on the web. 
    If you're working with a page that was created from a Template, the DWT page must have editable regions in the <head> tags, or you won't be able to add media to your web pages.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • IMovie '08: Movie to Flash Video (FLV)?

    Hello,
    Long story short, I sent some the below directions to a co-worker on how he could export an FLV from iMovie '08... but he told me that he did not have the "Movie to Flash Video (FLV)" option. Do the below directions not apply to all copies of iMovie '08?
    1. Go to menu: "Share" and choose "Export Using Quicktime"
    2. From the "Export:" drop-down, choose "Movie to Flash Video (FLV)"
    3. Click the "Options" button, and use these settings:
    -- "Profiles" tab: Choose "Flash 8 - Medium Quality (400kbps)"
    -- "Video" tab: Leave as default settings, but change "Max data rate"
    to "464", and "Key frame intraval" to "6".
    -- "Audio" tab: If your video has audio, choose "Encode audio" and set
    the "Data rate:" to "48 kbps (mono)"
    -- "Cue Points" tab: Leave at default settings.
    -- "Crop and Resize" tab: Choose "Resize video". All videos should be
    set at 480px width... So, if your video is 720x480, you would scale it
    to 480x320 (4:3 ratio). 1920x1080 would scale down to 480x270 (HD 16:9 ratio.)
    - Hide quoted text -
    4. Click "Ok"
    5. Choose a Save location under the "Where" drop-down.
    6. Click "Save".
    Your thoughts?
    Thanks!
    Cheers,
    Micky

    Exporting QuickTime to Flash Video (.flv) requires a complete install of Adobe Flash software ($$$).
    QuickTime 7.4 has ended support for Flash Video inside QuickTime containers and you may run into other issues with the Adobe component because of this.
    The free Perian component did allow import of .flv into QuickTime Pro and export to QuickTime formats. That too has ended in version 7.4.
    Cheap way would be to upload to YouTube and let them convert and create your .flv file. Then just "borrow" the Flash Video file by opening the direct link and saving using a browser.

  • New to iMovie, create live video and audio?

    Hello, I am trying to create a video of a live musical performance to post on youtube and have figured out how to use the isight to get a video but can I use the biult in mics to record live audio with the video?

    Hello, Nateomite
    As Karsten says, you will certainly get better results and much more convenience with a camcorder.
    However, if you decide to use your MacBook, the built-in mic can record audio with your video:
      in iChat: iChat > Video > Record Chat records both video and audio.
      in iMovie: http://docs.info.apple.com/article.html?path=iMovie/7.0/en/10172.html
              tells you how to record using your MacBook's built-in iSight (and mic.)
      Other movie/video recording apps may work differently, but most allow sound with video.
    EZ Jim
    Message was edited by: EZ Jim for other apps
    G5 DP 1.8GHz w/Mac OS X (10.5.7) PowerBook 1.67GHz (10.4.11)   iBookSE 366MHz (10.3.9)  External iSight

  • How can I create a video with effects using my ipad?

    How can I create a video with effects (sepia, B&W, Negative, oval or any other shape borders) using my ipad?  I would Like to keep a higher res and also be able to shrink it down to email or send in a MMS. Or should I just upload it to my PC and mess with it there? Some of the apps I have are very easy to use compared to the learning curve needed for video editing software.
    Thanks

    Thats the Problem . . . how many apps do I have to try until I find the one I want? I noticed a few will render the video thus losing its original size. When I went to edit it more in iMovie the video was smaller--not good. And what software do you suggest, Templeton, for the PC? I love the apps because they are easy. I dont have hours to mess around on a software to figure out if its something I want. Im looking for simplicity. Maybe Ill get more into it later. I just want to record simple video of my playing the guitar for self analysis and create a short video for family and friends.
    Apps:
    iMovie
    CinemaFXV
    VideoFix
    Cartoonatic
    Video illusion
    VidEditor
    Software:
    Windows Movie maker (wont accept .mov files)
    After Effects (Too little time, so much to learn)
    Wondershare (Very easy but little choices)
    VideoPad (Again. Few choices)

  • How do I create a single PDF Portfolio from an Outlook 2011 email with multiple non-pdf attachments?

    How do I create a single PDF Portfolio from an Outlook 2011 email with multiple non-pdf attachments?
    Email has 3 attachments--some are not pdf. I'd like all three converted into pdf files along with the email itself, and all appear in the email's pdf portfolio.

    I would also like an answer to this question. 
    I am trying to convert an Outlook email to a PDF, then all attachment are appended to the PDF as pages instead of attachments. 

  • How can I get an inserted  video (FLV) in Presenter 7 to stay on the screen once it has finished pla

    How can I get an inserted  video (FLV) in Presenter 7 to stay on the screen once it has finished playing? Right now it disappears once it is done. I'd like it to remain on the screen, or loop if possible, until the user manually moves the presentation forward.

    Hi,
    You may set the slide setting as 'Advance by user'.
    So,
    a. Insert flv on a slide.
    b. On presenter ribbon goto Slide Manager .
    c. Select the slide on which flv is inserted and set Advance by user 'Yes'
    Hope this solves your purpose.
    Thanks,
    Alpi

  • Using Adobe Premier Elements to create a video using the photos and it is make the photos blurry. Is there a setting to correct this?

    as the subject states, i am suing Premier Elements pro to create a video using photos. The photos are clear then when you play the video they become blurry. I would guess there would be a way to correct this but not having much success. any helps would be great.

    Iltowman
    Thanks for the follow up. Right now I see details that do need addressing. For one, you are importing 3:2 photos into a project set for 16:9.
    You still have not told us what version of Premiere Elements that you are using and on what computer operating system it is running. For now I will assume, Premiere Elements 13/13.1 on Windows 7, 8, or 8.1 64 bit. NTSC setup.
    Please try the following as a mini test run (just a few of your photos) to determine if the Timeline photos present better in the Edit area and in an export.
    1. Open Premiere Elements 13/13.1 to the Expert workspace and go to File Menu/New/Project and Change Settings.
    2. In Change Settings, change the settings to
    NTSC
    DSLR
    1080p
    DSLR [email protected]
    OK out of there.
    3. In the New Project Dialog that now opens, rename the project and make sure that you have a check mark next to Force Selected Project Setting on This Project. OK out of there.
    4. Back in the Export workspace, import your photos using Premiere Elements' Add Media/Files and Folders/Projects Assets from where you drag the photos to the Timeline. There will be an orange line over the Timeline content. Press the Enter key of the computer main keyboard. or the Render button above the Timeline to do Timeline rendering which will result in the best possible preview in the Edit area monitor.
    Also, right click the Edit area monitor, select Playback Quality, and then determine if the "Highest" gives better results than "Automatic".
    If all looks good, then let us look at the quality of a AVCHD.mp4 export of that Timeline....
    Publish+Share
    Computer
    AVCHD
    with Presets = MP4 - H.264 1920 x 1080p30.
    Is the quality of the photos in this mini test run better, the same, or worse?
    About your photos (3872 x 2592 3:2)...video is 4:3 or 16:9. So to avoid black borders, you could consider
    a. cropping the originals from 3:2 to 16:9 before import
    or
    b. importing them as is and doing any needed scaling in the Edit area monitor
    But, right now the focus is on image clarity rather than black borders.
    Please review and consider.
    Thank you.
    ATR

  • I am creating a video using the green screen option- I imported a picture for the background of the project and videotaped someone using a green screen. Is it possible to move the video of the person around so it is not blocking the picture behind it?

    I am creating a video using the green screen option in iMovie.   I imported a picture for the background of the project and videotaped someone using a green screen. Is it possible to move the video of the person around so it is not blocking the picture behind it?

    To enable this right you need Acrobat, not the free Reader.
    However, starting from Reader X it is possible to add simple markups to any file, unless it has been specifically disallowed by the creator of the file.

  • FCP Freezes When Exporting to Flash Video (FLV)

    Final Cut Pro 7.0.2 freezes when exporting to Flash Video (FLV). The resulting FLV file contains only a few seconds of the exported video. A 2009 Apple Support notice offers this re. FCP 6 and CS3 Flash Video Encoder...
    ===
    Final Cut Pro: May quit unexpectedly when exporting to Flash
    Last Modified: February 13, 2009
    Article: TS2593
    Symptoms
    Final Cut Pro may quit unexpectedly when you export using QuickTime Conversion if you choose Flash Video (FLV) from the Format menu.
    Products Affected
    Final Cut Pro 6.x, Adobe Creative Suite 3 Flash Video Encoder
    Resolution
    This can happen if you use the Adobe Creative Suite 3 Flash Video Encoder and Final Cut Pro together. This issue does not occur with the Flash Video Encoder in Adobe Creative Suite 4. To work around the issue:
    Choose File > Export > QuickTime Movie.
    Be sure to enable Make Movie Self-Contained.
    Open the exported movie in QuickTime Player.
    Export the movie to Flash from QuickTime Player.
    ===
    I just installed CS5, so I would think I shouldn't be bothered with an older, problematic Flash Video Encoder. I don't think I should have to convert an MOV file to an FLV file using QuickTime Reader or anything else. Why doesn't it export correctly out of FCPro 7.0.2?

    oh well.

Maybe you are looking for

  • SAPscript texts

    Hi there, I have some SAPscript texts which are displayed on my Adobe form. This works fine. But when I use formats in the SAPScript texts (e.g. <u>example</u>), the text is not formatted in my text field. Is there a way to solve this? I chose XHTML

  • Artwork location when media is stored in a non-standard location

    I run 2 HDD's on my PC - one smaller one for OS and programs, and a 1 TB drive for data. So all my music is stored on D:\Audio Files. Under Audio Files I have \Albums and \Various for my own MP3 music ripped from CD's, and then an \iTunes Music folde

  • Windows10 tech preview build 10041 doesn't get updated for some reason

    is there a way to force an update? I believe there were a couple of updates , but for some reason my build didn't get updated tx, D

  • How do you do this thing?Payroll DB

    I am in a Strange situation All our employee payroll are in a sybase database That sits in finance Manager Notebook.... Now our company want to upgrade the application and move to Oracle Database Except our Inhouse application all other application a

  • Quality inspection scenario

    Hi experts Can u please help me in mapping the following scenario There is process called tube cutting. It means there is a long pipe and it is cut into pieces of specified fixed length. Now for QM my requirement is .. the process should be checked t