Can I zoom the flv video playing in my swf?

Can I zoom the flv video playing in my swf?
Hi,
I have a FLV video that is linked from my SWF file (It plays inside a flvplayback component in my movie). I'd like the flv to zoom (as it's playing) when the User mouses over it. Is that possible? I've been able to 'Create a Motion Tween' on it so that it plays in editing mode but when I preview it, the flv just stays the same size.
I've been doing this zooming with symbols/shapes (using the 2d-zoom motion preset) but I'm wondering how I would do this on a flv. I need the video to be playing as the transform changes so I can't just zoom an image that looks like the video and then swap it for the real video when it gets actual size.
Thanks for any help.

Thanks Kglad.
I found a good step by step explanation of this process by Somascope (you need to make a movie clip out of the flv playback component to actually tween it):
http://forums.adobe.com/message/3481842#3481842
also here is some documentation:
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/fl/trans itions/Tween.html

Similar Messages

  • Can anyone gimme the song list played before the keynote at wwdc 14. i heard those songs while streaming the wwdc 14 video.

    can anyone gimme the song list played before the keynote at wwdc 14. i heard those songs while streaming the wwdc 14 video.

    I Found a link to a spreadsheet at this link https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CA8QFjAB &url=https%3A%2F%2Fdocs.google.com%2Fdocument%2Fd%2F1o3pfHFbJk1FE8wS9SeCnQNzXyE4 fxaagWAnRcvJYjk4%2Fedit%3Fusp%3Dsharing&ei=jFKoVNazOcPp8AXT1oKQAw&usg=AFQjCNHiW6 sAyAFj-oYQMbx47K1maKxh3A&sig2=U4qbSGD-91i6fTnyadR0iA  just click and read.

  • I am not able to play any youtube video on Firefox, while the same video plays on IE and Chrome.

    FireFox was playing youtube videos with no issues until yesterday. Suddenly none of the youtube videos are paying on FireFox. The error message is "An error has occurred. Please try again later"
    I tried the following
    1. Uninstall and Reinstall Firefox
    2. Uninstall and Reinstall Flash
    3. Restart my laptop
    No luck with anything. The same videos play fine on IE and Chrome.

    Hi mje397,
    Sorry for the delay. I have been investigating this and it may have to do with saved preferences on the computer. If you right click and select "Global Settings" remove stored preferences. I could not find any outage notifications for Youtube.
    Also disable Flash and try the HTML5 player just in case this is a plug in issue. This can happen specifically when there are network issues or there are changes being made to the videos on the hosted site.
    Please post back with your results, it could help other users!

  • Can you zoom while shooting video with iphone's camera

    Can you zoom while shooting video with iphone's camera

    Nope, you can only zoom to take still pictures. Zooming with the iPhone's video camera is not supported. However, in iMovie you can zoom in on your video.

  • I downloaded a film from ITunes in HD and had problems, I upgraded to the latest version of ITunes and have then downloaded the film again in SD on my Windows 7 computer, but I still can't get the film to play, any idea's what to do next?

    I downloaded a film from ITunes in HD and had problems, I upgraded to the latest version of ITunes and have then downloaded the film again in SD on my Windows 7 computer, but I still can't get the film to play, any idea's what to do next?
    I've been working at the same problem for hours now and it's really driving me crazy so any help would be greatly appreciated.

    It is working now. I no longer get the message about the item not being available in the US and I can access the store.

  • I need to play a song on a Keynote presentation, how do I do this ? I use to drag and drop the mp3 in Keynote but it stops playing when the slide move to the other one... how can I make the song keep playing through the whole presentation ? Thanks.

    I need to play a song in a row in a Keynote presentation, how do I do this ? I use to drag and drop the mp3 in Keynote but it stops playing when the slide move to the other one... how can I make the song keep playing through out the presentation ?
    Thanks.

    Drag the file into the audio window in the Document inspector...

  • I am trying to import standard midi file that I created in Band in a Box into Logic Pro 9.  I can not get all the track to play with internal instrument sounds... only the piano track.  how can I get the others to play... drums, bass etc????   Help

    I am trying to import standard midi file that I created in Band in a Box into Logic Pro 9.  I can not get all the track to play with internal instrument sounds... only the piano track.  how can I get the others to play... drums, bass etc????   Help

    Don't drag the midi into an open Logic project. The tracks won't set up correctly.
    'Open' the midi file with Logic as if it were a Logic project. Then all the tracks will be set up so you can start editing them and applying better saved sounds and instruments, but you'll be at a starting place where you can hear what's going on.

  • After having to reinstall my drive with applications I get a message with Premiere Pro CS5 that it can't find any "capable video play modules" and asks me to "update" my "video display modules". How do I do this? I am using a mid-2010 iMac 27" with 10.7.3

    After having to re-install my start-up drive recently I am getting a message with Adobe Premiere Pro CS5 that it can't find any "capable video play modules" and asks me to "update" my "video display modules". I am using a mid-2010 iMac 27" with OSX 10.7.3. How do I do this?

    Premiere is an Adobe application and is supported in their forums.
    Good luck.
    x

  • I created an iMovie using pictures from my camera roll, I exported the movie to the camera roll and then deleted all of the pictures. Now I can't get the movie to play. Did deleting the pictures cause my IMovie to disappear? How can I get my movie back?

    I created an iMovie using pictures from my camera roll, I exported the movie to the camera roll and then deleted all of the pictures. Now I can't get the movie to play. Did deleting the pictures cause my IMovie to disappear? How can I get my movie back?

    Download and open this program, lets you look around your I phone as if it was a disc drive, might find em in the iphones drive.
    http://www.macroplant.com/iexplorer/

  • Programmatically playing the "next" video in a playlist results in the old video playing as well

    (Using OSMF v1.6)
    When a video has finished playing, my player will automatically play the next video in a playlist, after doing the following:
    var loadTrait:LoadTrait = myMediaElement.getTrait(MediaTraitType.LOAD) as LoadTrait;
    loadTrait.unload();
    myMediaContainer.removeMediaElement(myMediaElement);
    myMediaPlayer.media = null;
    --- proceeds to create the new mediaElement (ex: myNewMediaElement) with appropriate metadata, etc
    myMediaContainer.addMediaElement(myNewMediaElement);
    myMediaPlayer.media = myNewMediaElement;
    Invariably this has resulted in the new video playing normally, but the *old* video also playing, I assume as an element/player/container behind the new one. So you get two simultaneous audio streams.
    Executing the same sequence of commands with a user interaction (i.e. clicking a "next" button to play the next video) does not display this behavior.
    I have done some searching and I cannot find anything else to try; does anyone have any ideas?
    Thanks!

    Hi jethroq,
    please report an issue at https://bugs.adobe.com/jira/browse/FM providing a replication example code and asset links; it seems that you use also a youtube plugin, so it's hard for us to replicate your sutuation.

  • When I synch my ipod touch it only lets 50 videos get on ipod . I can't get the other videos on even though there's plenty of space available and it's set to synch all movies

    When I synch my ipod touch it only lets 50 videos get on ipod . I can't get the other videos on even though there's plenty of space available and it's set to synch all movies. What am I missing?

    i had the same problem. did a lot of research..my phone became unusuable. do you use the htc mail? if so that is your problem. there is a bug with it that it keeps eating your memory until you cannot use your phone. i had to do a hard reset. back to factory condition..not happy! but then went to the marketplace and got k-9 mail. that is now my default mail program. i have not had any issues since then. this is what i kept reading over and over for complaints on this phone. it is a major glitch and the only way, as of the time it happened to me, to fix it..

  • How can i change the settings of play/pause in Elements 13?

    Hello!
    How can i change the settings of play/pause in Elements 13? I definitely need cursor back to the "start play" point each time i hit stop (spacebar), like it works in Sony Vegas or in most of audio editing software. Can somebody help?
    Thanks!

    invasion 21
    The following is a copy of the reply that I posted to your question earlier today in the Adobe Premiere Pro Forum
    invasion21
    You are in the Adobe Premiere Pro Forum. What is your program? Is that Premiere Elements 13? If so, you are in the wrong forum where
    Premiere Pro answers may not be appropriate for your Premiere Elements (any version) question.
    You are not going to find what you are looking for in Premiere Elements preference settings.
    You write
    I WANT it playhead jump back to start play position, when i hit spacebar for pause.
    You can maneuver yourself into that through Edit Menu/Keyboard Customization/Applications/ and its Help category which by
    default shows
    Go to Timeline/Clip Start, using Home
    and
    Play/Pause Toggle, using Space
    But, you may find it is best to leave well enough alone. Explore and experiment with changing the keyboard shortcuts for the commands and decide what works for you.
    ATR

  • Hi, i need to know how can i increase the dedicated video memory in my hp touchsmart 520-1030

    hi, i need to know how can i increase the dedicated video memory in my hp touchsmart 520-1030

    banhien wrote:
    Dedicated memory ? Buy a new card.
    Except that's not an option in the Touchsmart Desktops for users after purchase,
    Banhien, please pay attention and don't just guess.

  • How can I keep the edited video which in project into Libray for re-edit ?

    How can I keep the edited video which in project into Libray for re-edit later ??
    As i used i movie 06 before....
    after i imported the videos in to the library, then i can drag the videos to the timeline(now is project)
    then edit it.
    After that i can just drag all the timeline clips which is edited to the library.So I can keep it for next time if i wanna re-edit.
    But Now if did all the editing at the library clips then drag to project, i can not drag the project clips back to library, so how can i keep it for my editing safty?
    I do not wanna to edit again the same clips from the library!!! as i need to edit many different short clips together then export to individual videos, and i may need to re-edit.
    or i can keep the edited video in project, then i can selected the clips which i willing to export, the rest video who in the project will not be export at the same video? I m wondering....
    please help!!! Urgent!!

    Just keep the project. Then you can just duplicate the project and make the next set of changes as needed. By duplicating the project, you are not duplicating the event, just the links to the event library.
    This way you are not eating up disk space.
    Does that help?

  • In the iMovie 11 event library, how can I get the iPhoto video clips to combine with my camcorder pics listed below and in chronological order?

    In the iMovie 11 event library, how can I get the iPhoto video clips to combine with my camcorder pics listed below and in chronological order?

    Try forcing iPhoto to load the Library on the External Hard drive by launching it while holding down the Option key. Choose the Library on the External HD, and quit iPhoto, see if iMovie can see the Library with the iPhoto Videos contained inside.

Maybe you are looking for

  • Sale Order additional data B.

    Hi, I have created 2 z fields in sale order additional data b at item level. but when user is entering any data in that field,same data is getting displayed for all line items. how to control that for particular item for which user has entered. Data

  • Data synchronization between two offices

    Hi everyone, After building a database for our growing company, we have a problem with our data and its synchronization. Our company has a rather small, but growing, book warehouse and sells books online. We have been able to deal with orders and sto

  • What adapter for monitor?

    My friend here at work just purchased a Dual 2.0 PowerMac G5. She went to hook up her new LCD 19 inch display and the connector supplied with the Xerox monitor and the PowerMac are not correct. Which adapter will she need to connect her monitor to he

  • Reinstall Mountain Lion problem

    I have a Mac Mini (cira 2011?) that I want to clean up and reinstall OS X 6.  I screwed up the process or so I think.  I put the OS X disk in the DVD drive that is built into the Mini and rebooted.  I got a message that no boot was in the drive and t

  • Workflow Does not Start If Created by Another Workflow

    Hi, Hope someone can help me here. I am using SharePoint 2013 Server and have created two workflows running on two separate lists (workflow 1 runs on list 1 and workflow 2 runs on list 2). Workflow 1 creates an item in List 2. The workflow on list 2