Video for browser window help needed

Hi,
I have an idea for a website where it starts with a short
video that plays at what ever size the users window is at, then the
clip stops to a stand still and the user interface then pops up or
it may appear along with the video. . . but I'm a bit worried as
I'm kinda new to flash and I have no idea how I can get a video to
play to the full size of a browser window (not full screen) , I
think I can do the interface popup bit at the end though. Here is
an example of the sort thing I'm taking about
http://www.uniqlo.jp/uniqlock/
though their video goes on and on =] but it's roughly the same idea
with an interface built on top of it. Vision skate website has the
same thing too
http://www.visionstreetwear.com/
If any one has any ideas on how this can be done or maybe a
tutorial link that would great thanks.

The way that a flash file will display and stretch, or not,
is defined in the HTML options tab of the Publish Settings window.
You need to use both the Dimensions option and the Scale
option.

Similar Messages

  • Help,just  entered registration code for quicktime pro,help needed

    Help,just  entered registration code for quicktime pro,help needed,cant seem to see the quicktime pro screen i saw on internet with all the edit and extra things at the top,i dont understand this,any help,Dave

    I hope this helps http://support.apple.com/kb/ht2240 good tips on your prob here..good luck

  • Adobe Reader in browser window disappearing-need help

    I have created a word document (WD1) containing links to other word documents (WD2, WD3, etc). I then turned WD1 into a .pdf file. I then upload this .pdf file to a web page. I go to this webpage and click the link to open the WD1.pdf file. When I click the WD1.pdf link on the webpage, a new browser window opens with Adobe reader in it displaying WD1.pdf. so far so good. Now when I click on the links to WD2 or WD3, these links open in Word and the correct files display, but the browser window containing WD1.pdf file disappears (thats the best way to describe it) and the first webpage is still open.
    What I am trying to achieve is to have the second browser window stay open so the trainees using this web page will be able to click on the other references on the .pdf to get to all of the links without having to re-open it each time.
    I have Researched in help and web forums, the only reference I can find is to uncheck the box next to Open cross-documents in the same window in preferences in Adobe. Which I have done and restarted my computer. I also noticed a preference show each document in its own window which is checked.
    Here is the other rub, I have a desktop computer (OS is XP) and a laptop (OS is vista). I have Adobe 8.1.2 installed on both. The laptop with vista works the way I would like. But the desktop computer with XP does not. I did have Adobe 7.0.9 on the desktop but when it did do what I wanted I upgraded to 8.1.2 and it still isnt working. The real problem is that most of the trainees will be using their work computers with XP. I dont know even know if there is any significance in this observation or not. But thought I would throw it out there.
    Does anyone have any suggestions of things I could try or know of any solutions? Please help.

    There is a technology on Labs called BrowserLab that is designed to assist with browser compatibility. Is this question regarding BrowserLab or is the question more general?

  • Report for Browser window

    Hi,
    I need the code for creating a browser window.
    Regards,
    Asha
    Thanks in advance.

    HI
    Report ABC.
    parameters:   p_file like rlgrap-filename.
    at selection-screen.
    At Selection Screen on Value Request
    at selection-screen on value-request for p_file.
      perform f4_help.
    Start-of-selection.
    <fetch the data from the tables into Internal tables and download to the file specified in the window>
    *&      Form  f4_help
          To Get F4 Help to Select File Name
    form f4_help.
      call function 'F4_FILENAME'
           exporting
                program_name  = sy-cprog
                dynpro_number = syst-dynnr
                field_name    = 'P_FILE'
           importing
                file_name     = p_file.
    endform.                                                    " f4_help
    Reward points for useful Answers
    Regards
    Anji

  • JOptionPane goes behind browser window (Help PLEASE!)

    I apologize if this is not the best place to post this question.
    I have an applet that open a JOptionPane using the following:
    int rc = JOptionPane.showConfirmDialog(null,
    "Do you want to save the changes you made to " + appInfo.getName() + "?", ProductInfo.ProductName,
    JOptionPane.YES_NO_CANCEL_OPTION,
    JOptionPane.WARNING_MESSAGE);
    THE PROBLEM I'm seeing is that this JOptionPane pops up for a second and then goes behind the applet browser window.
    I have 2 html files (index.html and product.html). index.html opens product.html in a new browser window (minus the toolbar and menu) using a small javascript (see below for code).
    I only see this problem when I open product.html via index.html. When I open product.html by itself this problem does not occur.
    Please help if you can - thanks ahead of time!!
    INDEX.HTML
    ===============================
    <html>
    <head><title>ProductName&trade;, Version 2.0</title></head>
    <body>
    <script>
    <!--
    /*Full screen window opener script: Written by JavaScript Kit (www.javascriptkit.com) More free scripts here*/
    function winopen(){
    var targeturl="./product.html"
    newwin=window.open("","","scrollbars")
    if (document.all){
    newwin.moveTo(0,0)
    newwin.resizeTo(screen.width,screen.height)
    newwin.location=targeturl
    //-->
    </script>
    <script>winopen()</script>
    </body>
    </html>

    Solved my own problem!!
    I modified index.html (see below) and it now works - the JOptionPane stays on top. Still don't know why though.
    INDEX.HTML
    =============================
    <html>
    <head><title>SwitchView&trade;, Version 2.0</title>
    <SCRIPT>
    function fullWindow(url) {
    var str = "left=0,screenX=0,top=0,screenY=0,resizable";
    if (window.screen) {
    var ah = screen.availHeight - 30;
    var aw = screen.availWidth - 10;
    str += ",height=" + ah;
    str += ",innerHeight=" + ah;
    str += ",width=" + aw;
    str += ",innerWidth=" + aw;
    win=window.open(url, "w", str);
    </SCRIPT>
    </head>
    <body>
    <script>fullWindow('./product.html')</script>
    </body>
    </html>

  • Easy Share Button for Browser Window

    Using the adobe connect SDK ot Flash Builder, is there any way I can customize Adobe Connect to have an EASY Share button for a browser window (IE). People in my department have a hard time sharing their screen and I want to make it easier.
    Is there any way to do this?
    Thanks,
    Andrew

    Is there a way using the SDK? No. However you can use the Compliance and Control settings in the Admin section of Connect to dis-allow the different types of screen sharing and then white list or black list applications that can be shared. For example, you could disallow all but Application sharing and then white list IE. Then when they share their screen they will only see the option to share an application and, if IE is running, they can select that application before starting their screen sharing.
    Of course this means that nothing else can be shared other than IE until you change the screen sharing settings.
    May just be easier to tell them to share their screen using desktop and whatever they are looking at, so is everyone else.

  • Converting videos for the ipod -HELP!!!!

    I have a few videos in my itunes. I can watch them and they work just fine,but when I attempt to drag and drop them onto my itouch,they won't go because it says that they cannot be played on the ipod.So I right-click and hit convert for ipod and it goes through that long process and creates basically another copy of the movie,just in a different format.When I play that new copy in my itunes,there's no sound.When I put it onto my itouch and I play it,there's no sound either.The video works,it's just the sound that's not there.
    Help?

    Your source video file is probably muxed.
    I don't believe iTunes has the ability to successfully encode a muxed video file with audio. You'll end up with video and no audio.
    You'll need to use some other third-party software to do the conversion. There's a handful of software available. Just search the forums and you'll find many titles mentioned.
    Try MPEG Streamclip.

  • Video graphics card upgrade help needed

    Hello,
    I have an HP elite h8 1010 and am looking to upgrade my video card, and, if i must, my psu also.   My budget for the graphics card is 150-250 and if i need the psu I'm not looking to spend more than $300(ish) for both.  Any suggestions?  
    I currently have a radeon 9600gt and a thermaltake 430wt model tt-8020a.    I'm being overwhelmed with the technical jargon that is discussed when buying the graphics card and meeting the system requirements for same including the minimum wattage of the psu to run the card, including the space required to fit the card.  I do have enough space for a dual slot card, but some of these cards are extra long and I'm not sure how to determine if they will fit inside this case.  I was interested in this card or something similar...
    EVGA GeForce GTX650Ti Boost SuperClocked 2GB GDDR5 192bit, Dual-Link DVI-I, DVI-D, HDMI,DP, SLI Ready Graphics Card  
    Thanks.

    HI Bigst79.
    I will be pleased to assist you with some information on graphic cards. I totally understand that all the technical jargon, can be overwhelming, and hard to comprehend.
    Rest assured I am here to help!!
    After viewing the specifications you provided you will  notice the interface on yours is different then on the card you are looking at.  When you look at your specification, click on graphics. You will notice that it does not  lists PCLR 3.0 but rather PCI Express x16.  You can purchase a PCL 2,0 card and it should be backwards compatible.
    I am also including the specifications for the card you were looking at purchasing  click here. If you will notice under the requirements it does tell you the minimum power supply is 400 watt.
    I hope this helps to explain what you need to consider when purchasing the card.,
    Please let me know what you decide as I would very much like to know.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Class com.ibm.jsse.be configured for a TrustManagerFactory : Help needed

    Hi
    I am getting the following runtime error when trying for a HTTPS connection from my java code.
    Runtime Error : Class com.ibm.jsse.be configured for a TrustManagerFactory: not a TrustManagerFactory Action: 4 Class: com.americanexpress.teen.common.fis.FISInterface Method: getFISTestData(String fisURL) Exception:java.net.SocketException: Class com.ibm.jsse.be configured for a TrustManagerFactory: not a TrustManagerFactory
         at javax.net.ssl.DefaultSSLSocketFactory.createSocket(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.b.b(Unknown Source)
         at com.ibm.net.ssl.www.protocol.http.bs.a(Unknown Source)
         at com.ibm.net.ssl.www.protocol.http.bs.o(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.b.<init>(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.b.a(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.b.a(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.b.a(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.p.b(Unknown Source)
         at com.ibm.net.ssl.www.protocol.https.p.connect(Unknown Source)
         at com.ibm.net.ssl.www.protocol.http.bw.getInputStream(Unknown Source)
         at com.ibm.net.ssl.www.protocol.http.bw.getHeaderField(Unknown Source)
         at com.ibm.net.ssl.www.protocol.http.bw.getResponseCode(Unknown Source)
         at com.ibm.net.ssl.internal.www.protocol.https.HttpsURLConnection.getResponseCode(Unknown Source)
         at com.americanexpress.teen.common.fis.FISInterface.getFISTestData(FISInterface.java:2238)
         at org.apache.jsp._fisTestPage._jspService(_fisTestPage.java:112)
         at com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase.service(HttpJspBase.java:89)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:344)
         at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.serviceJspFile(JspServlet.java:669)
         at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.service(JspServlet.java:767)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:61)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:974)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
         at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
         at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
         at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
         at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
         at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)
    My application is trying to a https://xyz.com from java code and i am getting the above exception.
    I tried connecting to "https://xyz.com " from my workspace via Websphere 5.1 server and my server is throwing the above exception. I have extened the ibmjsse provided by WAS 5.1 and using it for connecting to the HTTPS URL.
    I feel the above problem might be due to network issues. Please help me in resolving the same.
    Thanks in advance !!!!!

    Steps i have done to ensure the connectivity :
    Method A :
    1) I imported the pfx and CA certificates given by xyz.com in my web browser (IE)
    2) After that, I tried connecting to "https://xyz.com" from browser and getting a proper response.
    Method B :
    1) I updated the jre cacert with CA certificate given by xyz.com
    2) Loaded the pfx keystore from my java client code program and ran it as a java standalone code and got the proper response.
    My java code
    import java.io.*;
    import java.net.*;
    import javax.net.ssl.HttpsURLConnection;
    import javax.net.ssl.*;
    import java.security.*;
    import java.sql.Time;
    public class HTTPSConnect{
         public static void main(String[] args)
                   URL url;
                   StringBuffer buffer;
                   String line;
                   int responseCode=0;
                   HttpsURLConnection connection = null;
                   InputStream input;
                   BufferedReader dataInput;
                   //FIS Sample URL
                   String fisURL = "https://xyz.com";
                   String fisResp = "";
                   try
                   Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
                   System.setProperty("javax.net.debug", "all");
                   String path = "F:\\MyCertificate.pfx";
                   String type = "pkcs12";
                   String password = "abc123";
                   System.setProperty("javax.net.ssl.keyStoreType", type);
                   System.setProperty("javax.net.ssl.keyStore",path);
                   System.setProperty("javax.net.ssl.keyStorePassword",password);
                        url = new URL(fisURL);
                        //Create the connection
                        connection = (HttpsURLConnection) url.openConnection();
                        connection.setUseCaches(false);
                        //Get the response code for the HTTPS connection
                        responseCode = connection.getResponseCode();
                   if (200 == responseCode)
                        buffer = new StringBuffer();
                        //Getting the FIS Response XML using the Stream reader
                        input = connection.getInputStream();
                        dataInput = new BufferedReader(new InputStreamReader(input));
                             while ((line = dataInput.readLine()) != null)
                                  buffer.append(line);
                                  buffer.append('\n');
                        fisResp = (String) buffer.toString().trim();
                   else
                        System.out.println("HTTP Status-Code : " + responseCode);
                   catch (MalformedURLException mue)
                        System.out.println("Exception in URL : " + mue.getMessage() );
                        mue.printStackTrace();
                   catch (IOException ioe)
                        System.out.println("IO Exception : " + ioe.getMessage() );
                        ioe.printStackTrace();
                   catch (Exception e)
                        System.out.println("Exception : " + e.getMessage() );
                        e.printStackTrace();
                   System.out.println("FIX XML Response : " + fisResp);
                   System.out.println("Response Code of HTTPS Connection : " + responseCode);
    Please let me know if i am missing something :)

  • Changing Browser Variables - Help Needed Urgent!!!

    Hello ,
    We have a web application in which the browser performs user authentication. The authentication window prompts for User Name and Password. The User enters his user name in "Domain/User Name" format. Is there any way to tweak the browser/browser variables so that it prompts for User Name, Domain and password in different text boxes?
    Regards,
    Balaji

    Why not make the widget yourself with the JSP? Why does the browser have to do it?

  • Drag & Drop Video Flip Appelscript--Debug Help Needed!

    property type_list : {"Movie", "MOV"} -- eg: {"PICT", "JPEG", "TIFF", "GIFf"}
    property extension_list : {"MOV", "MP4"} -- eg: {"txt", "text", "jpg", "jpeg"}, NOT: {".txt", ".text", ".jpg", ".jpeg"}
    property typeIDs_list : {"public.mov", "public.mp4"} -- eg: {"public.jpeg", "public.tiff", "public.png"}
    -- This droplet processes files dropped onto the applet
    on open these_items
              repeat with i from 1 to the count of these_items
                        set this_item to item i of these_items
                        set the item_info to info for this_item
                        if folder of the item_info is true then
      process_folder(this_item)
                        else
                                  try
                                            set this_extension to the name extension of item_info
                                  on error
                                            set this_extension to ""
                                  end try
                                  try
                                            set this_filetype to the file type of item_info
                                  on error
                                            set this_filetype to ""
                                  end try
                                  try
                                            set this_typeID to the type identifier of item_info
                                  on error
                                            set this_typeID to ""
                                  end try
                                  if (folder of the item_info is false) and (alias of the item_info is false) and ¬
                                            ((this_filetype is in the type_list) or (this_extension is in the extension_list) or ¬
                                                      (this_typeID is in typeIDs_list)) then
      process_item(this_item)
                                  end if
                        end if
              end repeat
    end open
    -- this sub-routine processes folders
    on process_folder(this_folder)
              set these_items to list folder this_folder without invisibles
              repeat with i from 1 to the count of these_items
                        set this_item to alias ((this_folder as Unicode text) & (item i of these_items))
                        set the item_info to info for this_item
                        if folder of the item_info is true then
      process_folder(this_item)
                        else
                                  try
                                            set this_extension to the name extension of item_info
                                  on error
                                            set this_extension to ""
                                  end try
                                  try
                                            set this_filetype to the file type of item_info
                                  on error
                                            set this_filetype to ""
                                  end try
                                  try
                                            set this_typeID to the type identifier of item_info
                                  on error
                                            set this_typeID to ""
                                  end try
                                  if (alias of the item_info is false) and ((this_filetype is in the type_list) or ¬
                                            (this_extension is in the extension_list) or (this_typeID is in typeIDs_list)) then
      process_item(this_item)
                                  end if
                        end if
              end repeat
    end process_folder
    -- this sub-routine processes files
    on process_item(this_item)
      -- NOTE that the variable this_item is a file reference in alias format
      -- FILE PROCESSING STATEMENTS GOES HERE
              tell application "QuickTime Player 7"
      activate
      open this_item
                        tell document 1
                                  flip vertical (the first track whose kind is "video")
      save self contained this_item
      close this_item
                        end tell
              end tell
    end process_item
    --can't make alias into type document, error.
    The script shown above is generating an error..... can't make alias into type document.  Can you help me fix this?  You will have to paste the code above into your AS editor and then make an app out of it then drag a QT movie (.mov or .mp4) over that app and see how it goes.
    Thanks.
    Robert

    Okay, I will look into that....  for the moment, I wanted to report that I have something working....
    on open theItems
              repeat with anItem in theItems
                        set sourceMovie to anItem as string
                        set {oldTID, my text item delimiters} to {my text item delimiters, "."}
                        set destinationMovie to (text item 1 of sourceMovie & "_flipped") & "." & text item 2 of sourceMovie
                        set my text item delimiters to oldTID
                        tell application "QuickTime Player 7"
      open anItem
                                  tell document 1
                                            flip horizontal (the first track whose kind is "video")
                                            flip vertical (the first track whose kind is "video")
      save self contained in destinationMovie
      close
                                  end tell
                        end tell
              end repeat
    end open
    Thanks!!!!!!!!!!!!!

  • IPod 30gig Video... Help Needed...

    This is all the information I have;
    Its a iPod 30gig Color/Video. I bought it 2 months ago from Amazon.co.uk.
    For the first month it worked flawlessly. No problems what so ever. I stopped using it for about 2 weeks and left the battery uncharged/dead.
    When I tried to charge it again using the USB port the following happened:
    No light but a large icon of a battery with a bolt going through the left-hand side of it.
    Ever since it has not charged or turned on.
    I have tried everything the support has said to try. I have left it over night to charge on several occassions only to find it in the same state. I have tried to charge it on 3 separate computers including a mac.
    Apple customer services have been useless. I have called a number of times and the only advice is to leave it to charge for a further 3 hours.
    I do not want a refund or replacement. This is too much hassle. I want it to work.
    If anyone has had this problem or knows how to correct it please let me know.
    Thank you.

    Sometimes when the battery is completely discharged a usb port cannot provide enough power to "kick start" the charging process.
    This is why it's never a good idea to leave the battery dead for a period of time.
    Do you have access to a wall charger?
    If nothing on the support site has helped, and you do not want a refund or replacement, then you're at somewhat of a dead end.

  • More than 255 characters in browser URL - Help needed

    Hai friends,
    We are facing a problem. We are calling a report from a form. We are using
    FORMS 10G AND REPORTS 10G.
    While calling reports from forms Reports are showing error, because we are not able to pass more that 255 characters in brwoser URL.
    We are using
    web.show_document(v_host||':'||v_port||lv_serv_string||v_parameter_string,'_blank');
    for calling reports.
    Please give a help.
    Thanks and Regards
    Mathew

    Sir,
    We are using this code.
    PROCEDURE lp_web_show IS
    v_host varchar2(100);
    v_port varchar2(10);
    lv_serv_name varchar2(50);
    lv_serv_string varchar2(50);
    lv_rep_name varchar2(25) := 'Apr020.rep';
    lv_rep_fmt varchar2(50);
    v_parameter_string varchar2(4000);
    v_username varchar2(50);
    v_password varchar2(50);
    v_database varchar2(50);
    Lvr_Where_Clause Varchar2(4000);
    BEGIN
    Proc_Validate_All; --Procedure to validate all items in canvas
    lp_get_web_details(v_host,v_port,lv_serv_name,lv_serv_string,lv_rep_fmt,
    v_username,v_password,v_database);
    v_parameter_string := lv_serv_name;
    v_parameter_string := v_parameter_string||'&report='||lv_rep_name;
    v_parameter_string := v_parameter_string||'&userid='||v_username||'/'||
    v_password||'@'||v_database;
    v_parameter_string := v_parameter_string||'&execution_mode=batch';
    v_parameter_string := v_parameter_string||'&comm_mode=synchronous';
    v_parameter_string := v_parameter_string||'&destype=cache';
    v_parameter_string := v_parameter_string||'&desformat='||lv_rep_fmt;
    Proc_Get_Where_Clause(Lvr_Where_Clause);
    v_parameter_string :=
    v_parameter_string||'&PVR_WHERECLAUSE='||Lvr_Where_Clause;
    v_parameter_string := v_parameter_string||'&PM_FIN_YEAR='||:FIN_YEAR;
    web.show_document(v_host||':'||v_port||lv_serv_string||v_parameter_string,'_blank');
    END;
    So the total URL exeecds 255 characters. I didnt understand your coding. Do We have to pass host name,port number and all no?

  • Video Stutters in Sequence - Help needed ASAP!

    I have a video shot at 24FPS in Quicktime format. Plays back fine in my preview pane but on the canvas it stutters between cuts. No effects were added. At the last second of a clip the frame holds and then jumps ahead to the next clip. This happens when I export as well.
    I opened up the program and drug the clip to the timeline. FCP asked me if I wanted to "Change the sequence settings to match the clip settings" and I clicked yes. Shouldn't this make playback smooth? What am I missing?
    I'm under a very tight deadline. Any help would be very much appreciated.
    Thanks!

    Is this h.264 video?
    If so, convert it to pro res using MPEG StreamClip. Pro res is an editing codec, h.264 is not.
    Here's a tutorial on how to accomplish this.

  • Delivery Creation for an STO - Help needed!!

    I have a requirement to update an STO ( quantities etc) , subsequently create a Delivery for the changed STO .... Now , the processing is, of an Inbound IDoc by a Custom Function Module .... Initially I was creating the delivery with a BDC on VL10B ... it was working fine whenever we processed an IDoc template in WE19 or reprocess an IDoc using BD73... Now, whenever an actual IDoc is received from the external system , the VL10B transaction fails ( GUI exception is raised).... According to OSS note 310022 , VL10* transactions do not have GUI support .. the note also mentions that the solution to the problem is to call the background program RVV50R10C ....
    I used a SUBMIT within my function module to RVV50R10C supplying the necessary selection parametes ... but the problem still persists .... In ST22 .. the dump for the rfc user is appearing as:
    "The termination occurred in the ABAP program "CL_GUI_CUSTOM_CONTAINER=======CP"
    in "CONSTRUCTOR".
    The main program was "RVV50R10C ". "
    Please help !!! Top priority problem!!!

    Try using the function module BAPI_DELIVERYPROCESSING_EXEC instead:
    Ex:
    form bapi_create_deliveries tables gtab_data structure zre029_crea_del
                                using  gw_ebeln
                                gw_tcode.
      data: ptab_request type  bapideliciousrequest occurs 0 with header line,
            ptab_items   type table of bapideliciouscreateditems,
            ptab_return  type table of bapiret2,
            pwa_request  type bapideliciousrequest.
      data: pw_error_occured,
            pwa_return type bapiret2,
            pwa_data   type zre029_crea_del.
    *        gw_frgzu   TYPE ekko-frgzu.
      constants: begin of pw_msgty,
                   error      like syst-msgty value 'E',
                   abend      like syst-msgty value 'A',
                   warning    like syst-msgty value 'W',
                   info       like syst-msgty value 'I',
                   success    like syst-msgty value 'S',
                 end of pw_msgty.
      clear gtab_data.
      loop at gtab_data into gwa_data.
        ptab_request-document_type          = 'B'.
        ptab_request-delivery_date          = sy-datum.
        ptab_request-document_numb          = gw_ebeln.
        ptab_request-document_item          = gwa_data-ebelp.
        ptab_request-quantity_sales_uom     = gwa_data-menge.
        ptab_request-sales_unit             = gwa_data-meins.
        ptab_request-document_type_delivery = 'NL'.
        append ptab_request.
      endloop.
      call function 'BAPI_DELIVERYPROCESSING_EXEC'
        tables
          request      = ptab_request
          createditems = ptab_items
          return       = ptab_return.
    * check protocol
      loop at ptab_return into pwa_return.
        if pwa_return-type = pw_msgty-error or
           pwa_return-type = pw_msgty-abend.
          message id pwa_return-id type pwa_return-type
                                  number pwa_return-number.
          pw_error_occured = 'X'.
          message e001(vl) with 'Unable to create deliveries, errors with BAPI!!!'.
          exit.
        endif.
      endloop.
      if pw_error_occured is initial.
        call function 'BAPI_TRANSACTION_COMMIT'
          exporting
            wait = 'X'.
      endif.
    Leonardo De Araujo

Maybe you are looking for

  • I moved my Adobe program files to my E:\ drive and now I can't install Extensions

    I'm using Adobe Master Suite CS5.5 on  Windows 7 64 bit, I moved the programs using a program called Application Mover (http://www.funduc.com/app_mover.htm) I'm trying to install a .zxp extension into Flash Professional but have not been able to do s

  • New iPhoto: Does it work on original iPad?

    As far as I can see from the specs, the newly announced iPhoto works with the iPhone 4 and the iPad 2, but not the original iPad. Is that correct? If so, why?

  • The SIms 2 and iMovie

    Hello, I want to start making movies by using Sims 2 with iMovie 09. However, when I import clips into the program, they are upside down in the preview screen. I tried to change the quality and size of my Sims 2 clips, but to no avail. (This only hap

  • File2RFC Scenario in XI-want to send and the response of rfc by mail/fil

    I have an File to RFC scenario in PI.The initial requirement was to just pick the file and update the data in sap.its file to rfc sceanrio in XI... *Now i need to send the response of the rfc function module via file or could be via mail* Please tell

  • Oracle Application Server On Linux Problem

    Our client's application server has been live for 6 months now and currently there is an issue. This server is a Dell 6850 running Red Hat Linux ES 3.4 (Taroon Update 5) and kernel 2.4.21-32 with 2 CPUs and 8Gb of ram. Our J2EE web application runs i