Merge 2 swf and videos in 1 swf file

hello,
i'm making a project who contains videos and till now all work perfectly
i made my main scene and i added a video player (it's a skin that already exist in flash cs3)
i select video path, then i publish my work and it all works .
the thing is
that when i published i got a new  called "ArcticExternalPlaySeekMute"
and it's necessary to be on the same folder with the main swf,
the thing is that i can't host them like that , i don't have a web site or something
so what i need is :
a flv player included in the main swf that can read video hosted in youtube or something like that .
thank you so much

excuse me but how do i play,stop and pause the video without skin ??
Update :
this code resolve the problem ^^
this.createEmptyMovieClip("video_mc", 10000);
this.video_mc.loadMovie("http://www.youtube.com/v/F_VAehibm5Y&autoplay=1");
autoplay = 1;
player.playVideo();
thank you

Similar Messages

  • HT4914 My pc has crashed and lost a considerable amount of music and videos from iTunes the files are still in iTunes but are empty, will iTunes Match restore my content over the cloud?

    My pc has crashed and lost a considerable amount of music and videos from iTunes the files are still in iTunes but are empty, will iTunes Match restore my content over the cloud?

    Hm ... I guess I can't edit the post above. Anyway, I seem to have solved it by ...
    Quitting iTunes.
    Going into Home / Music / iTunes, and renaming the file "iTunes Library.itl" to "iTunes Library (corrupt).itl".
    Entering Time Machine, and restoring the "iTunes Library.itl" file from a few days ago. I went back two days, which seemed far enough back to be "before" the problem but not far enough back to have trouble with recent acquisitions.
    Re-opening iTunes - and everything seemed to be back in order.
    So that's fine for now. We'll see if the solution is stable.
    Very, very tentative assignment of blame: I believe iTunes crashed earlier today after I'd synced photos from my iPhone to iPhoto, and then iTunes crashed while iPhoto was closing (and taking its sweet time doing so). If that was indeed the case, that's at least the second time in the past couple of months that trying to sync iPhone photos to iPhoto has caused me significant problems. (The last time led to 80% of my iPhone suddenly being occupied by "Other", and a full restore of the darn thing.)

  • How do I synchronise audio and video with an mpg file created in elements 11 ?

    How do I synchronise audio and video with an mpg file created in Premier Elements 11 ?
    The source files are VOB files, and there is no problem with those source files.  But after creating the mpg file, the audio can be out of sync by 1 second or even 10 seconds, and sometimes zero seconds (ie perfectly OK).  That varies.  The variation might be linked to some of the VOB files.  ie. some are OK, and some are not.
    Can I fix this automatically in Elements 11, or am I doing something wrong ?

    Hartwood,
    First, Premiere (both Pro and Elements) do not handle MPEG Audio perfectly - they like some files, but not all files with MPEG Audio. That makes a VOB a less-than-perfect source file. Still, with a bit of work, one should be able to edit it just fine. One of the factors is that there is a very slight block-size difference between the Encoded Video Stream and the Encode Audio Stream in a muxed MPEG-2 file. That often does not play into things, but can cause slight OOS (Out of Sync) issues. Also, both Premieres need to create all I-Frame files for the Video Stream, which is in GOP (Group of Pictures) structure, so what one sees on the Timeline is really a proxy of the MPEG-2 file's Video Stream. The Audio Stream must also be Conformed to PCM/WAV @ 48KHz 32-bit floating point, to be edited. That Conforming is perfect when one has PCM/WAV @ 48KHz 16-bit for the Audio Stream, but requires more work, when the Audio Stream is MPEG (one reason that some MP3's do not work well in Premiere). Several factors involved here, and a fair amount of work for the program. That is why DV-AVI Type II w/ 48KHz 16-bit PCM/WAV Audio works so perfectly.
    Now, fixing OOS might be easy, or might require a bit more work. This article goes into some workflows, that might be helpful: http://forums.adobe.com/thread/436751?tstart=0
    I can feel your pain, as I almost went crazy trying to fix OOS in a client's Project. They ONLY had the finished DVD, from which to work. The disc met the DVD-standards, so everything ripped/Imported fine, and when the simple edits were done (IIRC, there were four scenes, that had to be shortened, and then several Titles added), everything played fine in the Timeline. However, when I Transcoded that Timeline to be authored in Adobe Encore, two scenes went OOS. I went back to Premiere, and checked - all perfect there. I tried to judge the number of Frames that the Audio was out, in those scenes, and nudged them, tested, nudged, tested, and no matter what I did, I could never get the output files perfect, when Imported into Encore for authoring to DVD-Video. I tried DV-AVI, and letting Encore set the Transcoding automatically (usually a great way to work), I tried manually setting the Transcoding in Encore. I tried outputting to MPEG-2 from Premiere, and Importing that. No matter what I did, those two scenes were just OOS, and I could not even seem to improve them - it was like they were just locked OOS. I finally did some more editing, to break things up a bit, added a cut-away shot here, and there, and minimized the perceived OOS, but could never get it perfect. It was like trying to pick up quicksilver with a pair of tweezers!
    Good luck,
    Hunt

  • Save audio and video signals in diferents files

    Hi!!, How can i save the audio and video signals in diferent files?
    I get the signals with:
    for (int i = 0; i < tc.length; i++) {
            if ( (tc.getFormat() instanceof VideoFormat)) {
         this.VideoTrack= tc[i]
    }else{
         if ( (tc[i].getFormat() instanceof AudioFormat))
              this.AudioTrack= tc[i];
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Ok, I've separated the tracks and i've saved the Audio signal in a file, but it save the full audio track and i only want save 10 seg.
    I`m using
    DataSink dsink=Manager.createDataSink(procesor.getDataOutput(), ml);
                             dsink.open();
                             dsink.start();
                             this.procesor.start();
                             Thread.sleep(10000);
                             this.procesor.close();
                             dsink.close();Thanks!!

  • Problem with merging incmoing audio and video source

    I am trying to record incoming audio and video data but i ran into a weird problem. The datasources merged fine but during playback of the recorded file the video sometimes turns white while audio still goes. For example, if the audio duration is 10 mins , the file length will be 10 mins but the video shows only like 2 mins and then the rest of file is white with sound in background. i am not sure why its happening... i also tried merging the files after recording audio and video individually but still no\ luck. does anyone know why this is happening? thanks

    I am working on Audio/video conferancing . Before sending Audio/Video data from my side
    to other side I am setting SendStream's setSourceDescription with my own name for CNAME . On reciving side some time i am getting correct CNAME which i set to SourceDescription ,but some time it gives default CNAME which is username@computername in steed of giving CNAME set to my name .
    Can you help me to solve this problem
    Thanks & Regards
    Amol Chandurkar

  • Merging slowed audio and video.

    So I am currently editing a music video that was shot at 60fps. Each clip needs to be slowed 50 percent. We goofed on set and our slating was all out of wack, so now we need to go through and sync each slowed down clip to normal speed audio. So my question is, is there a way to make a subclip from the sequence that will retain the speed/duration settings we have set. Or are we going to have to slow it down, sync it, set the video back to regular speed. Merge clips and then slow it down every time we bring it back into the timeline?
    Does any of this make sense?

    Does any of this make sense?
    Not really.
    I'm assuming you sped up the playback on set, so the performers lip sync would match to the real song when the video was slowed down?  If so, why was there a slate?  That's used for dual system sound when you will be using the sound recorded on set, which you won't be doing in this case.  So...just slow down the clips, remove the audio and manually sync to the real song.

  • How to merge  one swf to another

    Hi,
    I want to merge two swf file in to a single swf file, how i
    can achieve that , since i have done some part of my project
    modules in cairngorm framework and other parts of module i have
    coded with out using any frame work, intern both the module
    generates separate swf file, i just want to merge these two swf
    files in to single swf file so that i can get whole project in a
    single swf.
    Regards
    Kumar

    To have one application SWF load another application SWF, use
    the SWFLoader component. If you have in fact created Flex modules,
    then use ModuleLoader component.

  • How to demultiplex the merged audio and video streams

    Hi. I'm currently working on a video conferencing program. I successfully implemented the program using threads to run the audio and the video clients and servers. The problem with this is that the delay for the transmission of both media is a little too great. So now, I'm trying to merge both media into on DataSource, so then I don't have to worry about sending audio and video into 2 different ports and RTP sessions. I know how to merge the audio and video streams, but I was wondering how to extract each media back after receiving the merged audio and video streams. Any ideas? I used the createMergingDataSource(the_DataSource_array) method to merge both streams. Thanks.
    J.L.

    I am working on the same problem. Is there any solution yet?
    Regards
    C.Eckert

  • Transmitting audio and video using JMStudio

    1. Can any one give me the procedure to send audio and video from one system to another using JMStudio .. I am getting an exception like : "Unable to create Session Manager" .. (Note : I used the same Port address on both the systems)
    2. Also in one of the programs for RTP transmission i came across a statement like :
    URL l="rtp://123.12.123.1:5000/audio/1
    123.12.123.1 denotes IP Address to which the data is to be sent..
    5000 is the Port address..
    What does the part "audio/1" mean..
    Thanks in advance..

    Then one more doubt.. Cant we merge the audio and video and then send the merged media through RTP.. Yes! using 'Manager.createMergingDataSource(DataSource[])'
    If we can send then what is that I must use in place of '{color:#ff6600}audio{color}' in
    URL l=rtp://123.12.123.1:15000/audioI am sorry, I don't know...... actually I have never send Audio/Video using rtp-urls, rather I have always used RTPManager. But, yes on the receiver side these rtp urls come in handy and you just have to createPlayer using these rtp MediaLoactors, all locators which I gave in previous reply work for receiver. Perhaps, rtp urls are meant for receiving only, not for transmitting and that makes sense.
    For transmitting I think following code (which is severly stripped down version of AVTransmit2 and written hastily) can help you get started:
    import java.awt.BorderLayout;
    import java.net.InetAddress;
    import javax.media.*;
    import javax.media.control.MonitorControl;
    import javax.media.format.VideoFormat;
    import javax.media.protocol.ContentDescriptor;
    import javax.media.rtp.*;
    import javax.swing.*;
    * @author talha
    public class RTPexp extends JFrame {
        Processor p = null;
        RTPManager manager;
        JPanel jp1, jp2, jp3;
        JButton jb1, jb2;
        public RTPexp() {
            setSize(300,400);
            this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            try {
                jp1 = new JPanel(new BorderLayout());
                jp2 = new JPanel(new BorderLayout());
                jp3 = new JPanel(new BorderLayout());
                this.setContentPane(jp1);
                jb1 = new JButton("Start");
                jb2 = new JButton("Stop");
                jb1.addActionListener(new java.awt.event.ActionListener() {
                    public void actionPerformed(java.awt.event.ActionEvent evt) {
                        jb1ActionPerformed();
                jb2.addActionListener(new java.awt.event.ActionListener() {
                    public void actionPerformed(java.awt.event.ActionEvent evt) {
                        jb2ActionPerformed();
                jp2.add(jb1, BorderLayout.WEST);
                jp2.add(jb2, BorderLayout.EAST);
                jp1.add(jp2, BorderLayout.SOUTH);
                jp1.add(jp3, BorderLayout.CENTER);
                p = Manager.createProcessor(new MediaLocator("vfw://0"));   // video capture device locator
                p.configure();
                Thread.sleep(2000);
                p.setContentDescriptor(new ContentDescriptor(ContentDescriptor.RAW_RTP));
                p.getTrackControls()[0].setFormat(new VideoFormat(VideoFormat.JPEG_RTP)); //transmitting in Jpeg/rtp, there can be errors here....
                p.realize();
                Thread.sleep(2000);
                manager = RTPManager.newInstance();
                manager.initialize(new SessionAddress(InetAddress.getLocalHost(), SessionAddress.ANY_PORT)); // initializing rtp manager, ANY_PORT allows receiving on the same system
                manager.addTarget(new SessionAddress(InetAddress.getByName("192.168.1.3"), 3000)); // the receivers address and port
                validate();
            } catch (Exception ex) {
                ex.printStackTrace();
        private void jb1ActionPerformed() {
            try {
                p.start();
                SendStream s = manager.createSendStream(p.getDataOutput(), 0);
                s.start();
                MonitorControl mc = (MonitorControl) p.getControl("javax.media.control.MonitorControl");
                Control controls[] = p.getControls();
                boolean flag = false;           // the next statements to search the right monitor control, which happens to be the 2nd one....
                for (int i = 0; i < controls.length; i++) {
                    if (controls[i] instanceof MonitorControl) {
                        if (flag) {
                            mc = (MonitorControl) controls;
    mc.setEnabled(true);
    if (mc.getControlComponent() != null) {
    jp3.add("Center", mc.getControlComponent());
    } else {
    flag = true;
    if (p.getControlPanelComponent() != null) {
    jp3.add(p.getControlPanelComponent(), BorderLayout.SOUTH);
    validate();
    } catch (Exception ex) {
    ex.printStackTrace();
    private void jb2ActionPerformed() {
    p.stop();
    p.close();
    jp3.removeAll();
    jp3.validate();
    public static void main(String args[]) {
    java.awt.EventQueue.invokeLater(new
    Runnable() {
    public void run() {
    new RTPexp().setVisible(true);
    Thanks!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Can i take both Receveing of audio and video on the same window.

    hi,
    i m using AVTransmit2 and AVReceive2 for Transmission and Receiving all is doing well but problem is that AVReceive2 show Transmission of audio and video in both different windows and it use different players for audio and video. Can u tell me can i merge both audio and video at the receiving end. i m already mergeing audio and video at transmission end ???. any one tell me how can i solve this problem ???
    thx in advance.

    Hi,
    I have the same situation - to use one window to show both rtp audio and video stream, but use the ControlPanelComponent of audio player to control both players.
    I want to use the audio player as the master player so that the video player could be synchronized with it. So: audioPlayer.addController(videoPlayer).
    In the only window frame for both players, I want to show the VisualComponent(VC) of video and the ControlPanelComponent(CC) of audio. So I add both components respectly to the window frame, after I got them from each player. Because the streams are coming from the network over RTP, and they do not become realized at the same time, I add the VC and CC of first realized player(no matter it is audio or video) to window frame at first, and then change them to the desired video VC and audio audio CC.
    Though I check both player are realized and not started before I call the addController() method, the application stucked in this method. Of course I call it in a try block but no exception was thrown out.
    when I use TimeBase to synchronize them, i.e., videoPlayer.setTimeBase(audioPlayer.getTimeBase()), everything goes fine. But, I can not control both players from one ControlPanelComponent in this way.
    Anybody having any idea to solve this problem please reply.
    By the way, in the example code such as AVReceiver, where audo and video streams are shown on two window seperately, user can use the ControlPanelComponent of audio to control both player, though it seems no relevant code to support that function. The ControlPanelComponent of video can not control the audio player anyway. Anyone having any explanation to this?

  • Premiere pro cs5 : audio and video sync issue with .aiff file format

    I am using premiere pro cs5 on MAC and facing issue with audio and video sync  using .AIFF file format for audio unable to make it work.
    Is there any solution to this issue or any work around?
    Thanks in advance.
    Vinay

    Hi,
    hmmm, well that settles that...
    Here's a link to info about an open source free program to convert....for mac
    http://www.ehow.com/how_5072563_convert-files-wav-files-freeware.html
    Good luck
    Rod

  • After I create a flash swf file how do I edit the video and audio?

    I created a nice flash animation, but it appears there are no video editing program which edit swf files.
    Why would flash create a file that cannot be edited in video editing programs including their own premiere pro?
    I have to get a program to convert the swf to an flv file and then I can use a video editing program?
    I tried exporting it to an avi, but much of the functionality was lost. I am looking at a man standing there instead of
    moving his lips while talking, for example. Am I missing something? Please advise. Thanks!

    If you have an swf file then you don't have a video to edit. You can export to a limited number of video formats from Flash. In order to do that successfully, you need to prepare your file so that it will export as you want. This means that you will have to produce the entire file as a linear sequence using the timeline and with no interactivitiy. You can use a limited amount of Actionscript, but it is a very small subset of the available language. Your audio must be in the timeline.
    Here is an Adobe help file for exporting to video: Flash Professional Help | Exporting Graphics and Videos

  • Indesign CS5.5 Problem layer with video with ipad and share video in a swf file on web

    Hi Everyone,
    I have two problems:
    I'm just working on my portfolio
    - I've a page with 3 layers (Cover, Video, base) I'd like that the "cover" layer hide part of the video when it's playing. With a preview as SWF file it's working fine but when i try the preview for ipad or upload on a device when the video start it stay on the top.
    So doesn't "respect" the layer order. Why? how is that possible?
    - I created and exported my portfolio as .SWF with also html file. In this portfolio there are 2 Video File (.mov .m4v) when i try the preview in local they work fine, but when i upload the portfolio with the resourse files and all other file created, i share it and all the aniamtion works fine exept the video. They doesn't show up. Why?
    I mean all the folder ar shared, i don't want everytime download the folder in my desktop to watch also that video.
    How can i do that?
    I just want to share a portfolio with inside video.

    That might or might not work. Let's try closing ID again, log in withthe old user, then delet the files, if they exist, inthe list you'll find at Adobe Forums: InDesign crashes at startup
    Your user library is hidden in 10.8, so if yo don't kow how to show those files, see Access hidden user library files | Mac OS 10.7 Lion
    Now restart ID using the Keyboard shortcut to remove the prefs (hold down Cmd + Control + Shift + Opt keys as soon as you launch ID and choose Yes when asked if you want to replace the prefs. If you don't see the confirmation message, you weren't fast enough, so you need to try again).

  • Video and skin in single swf file... sigh....

    Hi all,
    This may be an obvious one to some of you but I have been
    tearing my hair out for several days and cannot find detailed
    information on what I am trying to do anywhere...
    I have a requirment to convert several short DV video files
    to SWF so I can publish on a web page. The finished products need
    to be a single SWF files.
    Importantly they also need to include a control skin.
    I have been trying to use both Flash CS3 and Captivate 3 to
    do this with no success. (I have found info on how to do it with
    Captivate, i.e. remove borders etc, but that presents some other
    problems which I won't go in to here as it's a different topic)
    Is what I am trying to do possible inside Flash ? Surely it
    is?! Can I import a DV video, add a control skin and publish it all
    as a single SWF ?
    I believe there are shareware third party products that can
    do this, but I really want to use Flash and I can't understand why
    it appears to be so difficult. (unless I am missing something
    obvious...)
    So if anyone coudl help that would be fantastic, even if
    that's just pointing me in the direction of some reading material..
    Cheers.

    oconndav,
    > Is what I am trying to do possible inside Flash ? Surely
    it is?!
    It is. :)
    > Can I import a DV video, add a control skin and publish
    it all
    > as a single SWF ?
    You can, but be aware that video -- especially sizable video
    -- works
    best when the FLV file is situated outside the SWF. I
    understand that your
    project requirements dictate otherwise, which makes this a
    bit of a
    challenge, but you can put everything into a single SWF. It
    just means
    you'll be building your elements by hand and will control the
    video as if it
    were a movie clip (that is, a MovieClip class instance)
    instead of an
    FLVPlayback instance or Video instance in conjunction with
    NetConnection and
    NetStream instances.
    > I believe there are shareware third party products that
    can do
    > this, but I really want to use Flash and I can't
    understand why
    > it appears to be so difficult. (unless I am missing
    something
    > obvious...)
    Well, again, heavy Video files aren't really designed to
    play inside
    SWFs. For whatever reasons Macromedia/Adobe chose, video is
    ideally
    designed to be controlled as an external asset.
    In your case, you won't be able to use the FLVPlayback
    component. You
    won't even be able to use the older Media components or the
    component-less
    Video object solution. You'll import your video asset to the
    Library, place
    it inside a movie clip symbol (which will stretch to an
    incredible length),
    then place your movie clip on the Stage and give it an
    instance name. Once
    it has an instance name, you can refer to it with
    ActionScript. The
    MovieClip class entry of the ActionScript 2.0 Language
    Reference (or 3.0, if
    you're uasing AS3) will give you everything you need to know
    (and can do)
    with movie clips.
    ActionScript will give you access to the total number of
    frames of that
    clip, as well as the current frame. You can tell the playhead
    to go to any
    of its frames, play, stop, etc. In this way, you can mimic
    many of the
    capabilities of the FLVPlayback component -- though with less
    precision.
    The "skin" of your video player will be determined by you
    ... by button
    symbols for the buttons (or you could use movie clips), as
    well as other
    graphic elements. It's going to be a totally
    built-from-scratch project,
    and you'll have to program the buttons yourself. How would
    you rate your
    comfort level with ActionScript?
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Swf. file only shows skin and no video! Please Help!

    I've created a flash video that tests great in flash, in its folder with its skin and flv. component and even in Dreamweaver test. But when I upload all of the files onto my server it will show only the empty player with the skin progress bar looking green hash-marked. Does anyone know what is wrong? For some reason it looks like it can't find the .flv.
    I've the latest version of Flash and Dreamweaver and the .swf file works great until it is actually uploaded on my site. All the files are in their own folder, in my site folder.
    Is there a proper way to put these 3 files on the site? I usually just pull the files into the folder on my computer and refresh and then upload. My other videos appear to work but this is a re-ocurring problem!
    Thanks to anyone for their help!!!
    East

    The Flash will not likely be able to load the file from your harddrive if it is on the server... hopefully your browser would prevent any online file from being able to access files on your harddrive.
    You will know if the file is dynamically loaded or not if you physically placed the flv contents into the Flash files (manual) or you just provide the name of the file for the Flash file to load (dynamic).

  • Launching SWF file within the project - Video Avatar and Calculator

    Hi There, I am somewhat new to Captivate so please bear with me. I am using Captivate 6.0 and have basic coding knowledge. I have a question about how to launch SWF files within my project. There are 2 things I am trying to accomplish.
    1. I have a video avatar that I want to use within my project. When a user clicks an icon or button on certain screens I want the appropriate video to launch within the same window. My video is an swf file but it can be another file type if that is better. Is this something that I can accomplish with Captivate 6.0?
    2. I have built a basic flash calculator - also an swf file - that I want the user to be able to launch on certain screens. When the user clicks a calculator button, the calculator would launch for the user to use, then the user would be able to close the calculator and return to the screen they were on.
    Could someone direct me to some resources on how to accomplish this? If there are any widgets that would make this easier that would be great - but if I need to write some code I can try and do this if someone can direct down the right road. I have spent hours looking for information on this topic but can't find any (at least any that I understand)
    Please, and thank you!!!

    Rory,
    Your Video is 720 x 480 @ 1.212 PAR, according to your screen-cap. In Photoshop (PS), go to Image New (Ctrl+N) and choose the NTSC 720 x 480 Widescreen 16:9 PAR 1.2. Once done, choose Image>PAR and Custiom, change 1.2 to 1.212 (this was a change in PrPro, and might not have yet made it into PS yet). Now, Open your full rez image. Ctrl+A (Select All), Ctrl+C (Copy), and then bring focus to your New Image. Hold Shift and Ctrl+V (Paste). This will put your image on a New Layer, Layer 1, in an Image with the correct dimensions and PAR. You can the Ctrl+T (Free Transform) and adjust the size of your Layer 1 image to suit. Holding down Shift while dragging the Handles of the Bounding Box will constrain the Aspect Ratio. Note, you might be cropping some of that image to fit the Aspect Ratio of your New Image. Anything outside of the Image boundries will effectly be cropped off. Note: you are NOT using the Crop Tool here, but letting the New Image Aspect Ratio effectively do the cropping (note no capitalization) for you. When satisfied with the result, you Delete the Background Layer (not necessary, but I do this to clean things up a bit), and Save_As .PSD to the proper folder.
    With Scale to Fit turned OFF, Import_As Footage, this image and drag to the Timeline, making sure that Scale to Fit is OFF. It should be perfect then. Hope that this works for you and gets rid of the problem.
    Good luck,
    Hunt

Maybe you are looking for

  • How to set password in JMS adapter

    Hi All, I have put a JMS adpater partner link into a BPEL process, and everything seems to work fine, except that it wants to authenticate to the App Server using oc4jadmin/welcome1 and I used a different password. Can anyone tell me where to set the

  • IMac G5 fan noise

    Hi MGW, Baby Boomer recommended that I check with you about our iMac G5 fan noise since you used to have the same model. For a reference as to what all has been suggested and done go to: http://discussions.apple.com/thread.jspa?messageID=9810894&#981

  • HT4259 Direct Connect  Two Time Capsules together with Ethernet.

    I have TWO Time Capsules  ( One upstairs providing Time Machine backup to IMAC #1 )  and  (One downstairs providing Time Machine Backup to IMAC#2) I would like to extend the wireless network portion of this to reach the whiole house with ONE wireless

  • Video slides in Captivate 7 that will not play once published

    Hello, I recently created an eLearning within Captivate 7  that contains several video slides.  When published, the video slides no longer work and instead have a spinning wheel that will not go away.  Does anyone have any suggestions?  I really don'

  • About ISCSI disk storage migrating,Migration is complete how to access the ISCSI storage?

    Hi Expert, We configured OneDPM 2012R2 server using as ISCSI Disks storage Connected, Now we want ISCSI storage For migration from a Windows Server to another Windows Server,Can you tell me how to do it,Details please refer to the screenshot, For exa