How to create Flash reference movie?

Hi, is there a tool(s) for generating a flash video reference
movie? I'm looking for something similar to the quicktime reference
movie:
http://www.apple.com/quicktime/tutorials/refmovies.html
In short, I would like load the appropriate version of the
movie based on the viewer’s connection speed. If anyone has
any ideas as to how to achieve this, please post. Otherwise, I'll
just use QuickTime Reference Movie application.
Thanks in advance,
-Conrad

What exactly are you trying to do?
I don't think you are going to be able to create your own Flash objects. Maybe you can export the data and manipulate it externally.

Similar Messages

  • How to create a reference user for B2C application?

    Hello,
    Can somebody please tell me how to create a reference user for B2C application?
    I am trying to create a new account on the B2C site. It is giving me a null pointer exception. I have not created a reference user for B2C application.
    Is there any documentation available to explain the steps required for this?
    Thanks,
    Harsha

    Hi Harsha,
    Please lookup http://help.sap.com/saphelp_crm40sr1/helpdata/en/be/511378ab1311d4b32b0050da4cccf0/frameset.htm for more information.
    Cheers,
    Ashok.

  • How to create the "300" Movie Effect in FCP

    Would be eternally grateful if someone could tell me how to create the 300 movie look in Final Cut Pro. I've scoured the Interwebs for a tutorial with no luck.

    I think it's not as hard as people think, it just looks intimidating because there are no popup windows. Everything in the interface is on the top of the rooms. Just think if FCP had things this way...
    I learned to use color in a class in Cupertino (I'm a certified trainer in Color and FCP) but gotta say, it's just not "Mac-like" in it's interface. It was originally written for Unix as was Shake, so they look similar... but they really aren't that hard to learn. The certified training course in Color is only a 2 day affair. I could teach anybody color on a one on one in one day. Doesn't make them a colorist just as learning FCP doesn't make them an editor... but the buttons? yep 1 day.
    FCPs full training is 8 days for full level 2 certification, and even then, it doesn't cover everything you could do in FCP...
    I teach a 15 week course in FCP and STILL don't have time to teach it all. So what's easier to learn? Color.
    Jerry

  • How to create flash quiz based on circling the correct answer?

    Hi all,
    I am quite new to actionscripting and need to create a flash based quiz.
    The user will have to circle the correct answer in the quiz.
    I do know of drag and drop function but didn't know how to create circling function.
    Please advise how should I get started.
    Thank you in advance.
    Regards,
    Chewy

    Here is something to wet your appetite. This script creates squares and allows you to draw any shape with the mouse when mouse is down.
    It doesn't define what square things are drawn around - this is how lines can be drawn with AS3 in principal. Just place the script on timeline.
    var beginPoint:Point;
    var drawingBoard:Sprite;
    var drawBoardGraphics:Graphics;
    init();
    function init():void
         removeEventListener(Event.ADDED_TO_STAGE, init);
         var board:Sprite = new Sprite();
         board.x = board.y = 20;
         addChild(board);
         var numSquares:int = 8;
         var gap:Number = 20;
         var square:Sprite;
         // make squares
         for (var i:int = 0; i < numSquares; i++) {
              square = makeSquare();
              square.x = (square.width + gap) * i;
              board.addChild(square);
         drawingBoard = new Sprite();
         drawBoardGraphics = drawingBoard.graphics;
         // board filler
         var drawFiller:Sprite = new Sprite();
         var g:Graphics = drawFiller.graphics;
         g.beginFill(0xff0000, 0);
         g.drawRect(0, 0, stage.stageWidth, stage.stageHeight);
         drawingBoard.addChild(drawFiller);
         addChild(drawingBoard);
         drawingBoard.addEventListener(MouseEvent.MOUSE_DOWN, startDrawing);
    function startDrawing(e:MouseEvent):void
         stage.addEventListener(MouseEvent.MOUSE_UP, stopDrawing);
         stage.addEventListener(MouseEvent.MOUSE_MOVE, onMouseMove);
         beginPoint = new Point(mouseX, mouseY);
         drawBoardGraphics.clear();
         drawBoardGraphics.lineStyle(3, 0xff0000);
         drawBoardGraphics.moveTo(beginPoint.x, beginPoint.y);
    function onMouseMove(e:MouseEvent):void
         drawBoardGraphics.lineTo(mouseX, mouseY);
    function stopDrawing(e:MouseEvent):void
         stage.removeEventListener(MouseEvent.MOUSE_UP, stopDrawing);
         stage.removeEventListener(MouseEvent.MOUSE_MOVE, onMouseMove);
         drawBoardGraphics.lineTo(beginPoint.x, beginPoint.y);
    function makeSquare():Sprite {
         var s:Sprite = new Sprite();
         var g:Graphics = s.graphics;
         g.beginFill(Math.random() * 0xFFFFFF);
         g.drawRect(0, 0, 60, 60);
         g.endFill();
         return s;

  • How to create 640x480 iPod movies

    I have some movies in iMovie, and some other DV files that I want to convert to mp4 or m4v 640x480 files. I have QuickTime Pro, but the "Export > Movie to iPod" does 320x240.
    I've tried to export using MPEG-4, using the settings provided by Apple, but iTunes will not transfer it to my iPod (saying that my iPod can't play it.
    Additionally, Apple says to use one of the following:
    H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per sec., Baseline Low-Complexity Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats
    or
    MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per sec., Simple Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats
    However, I can't find "H.264 Baseline Low-Complexity Profile" or "MPEG-4 Simple Profile" anywhere in QuickTime.
    I've tried everything. Nothing is working. I want to take advantage of the iPod's full quality, as I view my movies on a television or projector.
    Video iPod 30GB   Mac OS X (10.4.8)  

    MPEG Streamclip was the solution. I dropped the reference movie iMovie creates (Project > [Control-Click] Show Package Contents > Shared Movies > iDVD) into Streamclip. Chose File > Export to MPEG-4, hit the iPod button on the top right, and chose the top radio button (640x480 (4:3)). Results were fabulous. Transferred to iPod no problem, and displayed on television with much better clarity. Transitions were cleaner and overall a much better picture.

  • How to create a Quicktime movie using Cocoa QTKit

    I am trying to find some example code on how to create a short Quicktime movie in a Cocoa app. The sample code I've seen so far is all for capturing the frames from an external source (e.g. camera).
    Also, I am looking for how to control the compression engine to ensure that I can create a small Quicktime file if there is a lot of frames with small amounts of change in them.
    Any pointers would be greatly appreciated.
    Charlie

    I´m looking for a solution to protect QuickTime files with a pwd that one have to enter after a specific time. Is it possible?
    No.
    (52272)

  • How to create cross references in pages?

    Hello,
    I need to create cross references in pages, for example create a title with the name of a chart and the create a reference on the document. If I create more content and the number of the chart changes the references need to be up to date. This is supported by word... don't know on pages.
    Thanks!

    I suspect your tag is wrong, but in Pages '09 you just Insert a Bookmark.
    Not possible however in Pages 5.
    Peter

  • How to create frameless QT movies?

    How do you create frameless movies like the new Mac Ad ilife_642x362.mov?
    I notice it also has a small subtle start button in the lower right corner.
    The only difference I could spot from the other 5 was that it was made with LiveStage Pro.
    This is how movies should look, minimalist.

    I've been learning about QT Pro by reading Apple's documentation and reading this discussion group.
    I haven't looked at it myself so I can't really give an endorsement, but there is a book out there all about producing stuff in QuickTime, and its author has some impressive examples on his web site:
    http://homepage.mac.com/kkirkster
    The more I learn about QuickTime the more convinced I become that it is amazingly powerful and that it is so powerful that (as with Word Perfect or PhotoShop) NOBODY, no, not even Kirkster, understands everything that it can do.
    My advice is that you familiarize yourself with QuickTime on a conceptual level. Get to know in a general sense what it does and what the limits are (for instance, it handles media in tracks, all the tracks are synchronized, but each track may have its own timebase, etc). Extrapolate from there and consider what QuickTime might be able to do, then look through the documentation, this discussion group, and Kirk's web site (and anywhere else you see a QuickTime movie) and see if you can figure out how it was done.
    Oh, here's a couple of uses for QuickTime that I am particularly proud of, using QuickTime as a substitute for inline images in a web page:
    http://capital2.capital.edu/admin-staff/dalthoff/adventures/tr2005/ustsc.html
    Another one, similar application:
    http://capital2.capital.edu/admin-staff/dalthoff/adventures/tr2006/eam01.html
    Another, more conventional this time, with an embedded movie:
    http://capital2.capital.edu/admin-staff/dalthoff/adventures/tr2006/orlando.html
    And finally, for this page I used QuickTime to force a known type of handling for an audio element:
    http://capital2.capital.edu/admin-staff/dalthoff/adventures/tr2004/caml01.html#r et2
    And yet, all of those are very conventional examples...!
    --Dave Althoff, Jr

  • How to created a new movement type?

    Hi friends,
    We have a scenario which require stock moved from Return to Unrestriced. However, I haven't found any one step movement type to accomplish the job. I have to use two steps transfer, first Return to QI (457) then QI to unrestricted (321), My question is : If it's possible for me to configure a new movement type to transfer stock from return to unrestricted directly. If yes, how to do it?
    Thanks in advance for your help.
    Linda

    Dear Linda,
    1) i have never Created new movement type
    2) just i am suggesting this, go to OMJJ
    3) Now system will ask for movement type, tick it & eneter
    4) Next screen do not give anything just enter
    5) Now you will get all Movement types
    6) just copy existing one & give required number
    Coming to other parameters just check with MM experts
    Plz wait for experts replies
    Regards
    kumar

  • How to create transport to move table contents?

    Hello all:
        I updated some z table (added some data) but it did not create a transport so that I can move to QAS! Could someone please tell me the steps to move table contents to move to QAS i.e, how do I force to create a transport for this so that I can move the contents to QAS?
    Thanks.
    Mithun

    Check the below code ,if you maintain table maintaince for your ztable then select second radio button ,add your table name ( Bold).
    This will goto Sm30 and when you create entries ,when you click on save button this will ask transport request.
    I used to follow this program when ever transport request is required.
    REPORT  ztable_maintain .
    Table diclaration
    tables: tvdir.
    Selection screento table View
      selection-screen skip 2.
      parameter p_tabnm(30) as listbox visible length 30 obligatory.
      selection-screen skip 1.
      selection-screen begin of block s1 with frame title text-001.
      parameter: p_radio1 radiobutton group g1,
                 p_radio2 radiobutton group g1.
      selection-screen end of block s1.
    Add values to list box
    at selection-screen output.
      type-pools: vrm.
      data: name  type vrm_id,
            list  type vrm_values,
            value like line of list.
      name = 'P_TABNM'.
      refresh list.
      <b>value-key = 'V_024'. " Add your table name</b> 
       value-text = text-002. "'V_024-Purchasing Groups'.
      append value to list.
      call function 'VRM_SET_VALUES'
           exporting
                id     = name
                values = list.
    start-of-selection.
    Get flag of corresponding table view
      select single tabname flag from tvdir into tvdir
                    where tabname = p_tabnm.
    Set flag of corresponding table view
      if p_radio1 eq 'X'.
        if tvdir-flag ne 'X'.
          update tvdir set: flag  = 'X'
                     where tabname = p_tabnm.
        endif.
      endif.
      if p_radio2 eq 'X'.
        if tvdir-flag eq 'X'.
          update tvdir set: flag  = ''
                       where tabname = p_tabnm.
        endif.
      endif.
    Execute View/Table
      call function 'VIEW_MAINTENANCE_CALL'
        exporting
          action                               = 'U'
          view_name                            = p_tabnm
       exceptions
         client_reference                     = 1
         foreign_lock                         = 2
         invalid_action                       = 3
         no_clientindependent_auth            = 4
         no_database_function                 = 5
         no_editor_function                   = 6
         no_show_auth                         = 7
         no_tvdir_entry                       = 8
         no_upd_auth                          = 9
         only_show_allowed                    = 10
         system_failure                       = 11
         unknown_field_in_dba_sellist         = 12
         view_not_found                       = 13
         others                               = 14.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    Reset flag of corresponding table view
      update tvdir set: flag  = tvdir-flag
                    where tabname = p_tabnm.
    Thanks
    Seshu

  • How to create Contract or Move-in using Function module

    Hello Gurus,
    I'm looking for a way to create contract(Move-in) using Function module.
    Please help me out...
    Thanks in advance,
    Rajesh

    Hi Rajesh,
    Please try this: BAPI_ISUMOVEIN_CREATEFROMDATA
    Regards,
    S

  • How to create a reference instead of complex type for record in data structure type in BizTalk schema

    I have created the record in BizTalk schema but i will give to Data Structure Type as reference For eg:Recordname(Reference) instead of recordname(Complex type).
    Please help me to sort this out
     

    You can add a reference to an existing type only.
    You might have to manually edit the XSD file to change the xmlns definiton to xmlns:tns and then after you define the record type, set the datatype to tns:.... this creates the XML Type. Then later in your schema you can instantiate this with a name and
    then set type to tns:.... (Reference)
    Regards.

  • How to create ForeignKey reference to code-first identity tables.

    Hi,
    I'm developing a web application using MVC 5, EntityFramework 6 with a Code-First approach.
    I have successfully created my tables dbo.AspNetRoles, dbo.AspNetUsers... etc, also I have created some custom tables for example a table that must have a relationship between the menus presented and the role of the authenticated user. What I want to add
    to my model is a property like this:
    [ForeignKey]public virtual AspNetRoles Roles { get; set; }
    But of course I have not an AspNetRoles class, because the framework auto generates the tables only in the SQL database, so my question is, I have to manually create this classes? How can I link them to the database tables, I think the issue may be deeper.
    If I can't do this maybe I should go back to SQL manual queries.
    Thanks!

    Hello Morral,
    >> What I want to add to my model is a property like this:
    If you have a separate model to store your own business model, what you have written should be almost ok, however, please take care the [ForeignKey] attribute is usually used to markup a property as an integer property to specify it as a foreign key:
    public virtual int RoleID { get; set; } [ForeignKey("RoleID")] 
    public virtual AspNetRoles Roles { get; set; }
    Or it would generated a combinatorial name.
    >> But of course I have not an AspNetRoles class, because the framework auto generates the tables only in the SQL database, so my question is, I have to manually create this classes?
    From your description, the AspNetRoles class seems to be a system class which is not exposed to user. If so, these classes already exists, you do not need to create them again.
    I notice that you are working with the MVC project, you could also ask this issue to the MVC forum:
    http://forums.asp.net/1146.aspx
    There are MVC experts will help you.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create page reference to my item numbers?

    Hello! I need help to mark all my item numbers and then create a page reference to them so I can create an Index page.
    Sample of my item numbers to find:
    #12345
    #12345-5
    #12345-20
    #12345-ABC
    #12345/N
    Please help and thanks in advance!

    Let's keep this in one thread, please.
    http://forums.adobe.com/message/3196854#3196854

  • How to create entity reference in DOCTYPE

    Hi,
    I am having trouble creating entity nodes in the doctype line
    Something like this
    <!DOCTYPE model SYSTEM "/my/local/copy/of/the/cellml_1_0.dtd" [
    <!ENTITY % mathml_dtd_path "'relative/path/to/mathml2.dtd'">
    <!ENTITY % use_mathml_dtd "INCLUDE">
    ]>
    Does anyone know how to do this ?

    org.w3c.dom.Document method createEntityReference(String entity) creates a EntityReference object.
    EntityReference entity=document.createEntityReference("mathml_dtd_path" );

Maybe you are looking for

  • How do i search for a tag across 1063 folders (13361 pictures)

    I'm migrating from Element 8 and can't find any setting to find which of my 13361 pictures in 1063 folders have a tag I had defined

  • Can you SEPARATELY backup multiple hard drives with Time Machine?

    I have an IMAC (let's call it HD A) and an external HD (Let's say HD B) with all my photos on. I would like to use time machine to back HD A on another external HD (HD C) and HD B (the one with the photos) on another HD called HD D. Is that possible?

  • Can't select headers in Word for Mac.

    I'm using Word on all of my Macs due to submission requirements of my graduate program, and a document I'm creating has suddenly made headers unselectable.  Posts from 2011 suggest checking Make Master Objects Selectable from the Format menu, but no

  • Opening Balances

    Hi gurus, I'm new amoung you. I will have a new jobs as key-user in next week. They want learn SAP FI to me and gave me IDES. Also i don't know, how can i post openening balance for customer. can you help me? Thank you for help... Moderator: Please,

  • Best way to manage date/time variables across different timezones

    I have an application that relies heavily on time accuracy. At the moment everything is fine, but soon the system will service customers across multiple timezones. The default behavior of the Date class is to show dates related to the current timezon