What programs I need for this?

Hello, I know which program do what is in the home, (people moving). It seems that appears before you load an image to the animation. (Http://www.thesingularkitchen.com/)
Or (http://agencynet.com/) --->  people animated
Excuse me for my poor English.
Thank you very much!

They use Flash for delivery. You'll need some kind of video editor like Premier, Final Cut Pro, Vegas or even After Effects for basic editing like cuts and wipes.
Of course, you'll need lots of talent in Photoshop to get 3d effects or pretty good in any 3D app and then finishing in Photoshop.
But, those little videos are .flv's  which can be made with the Flash Media Converter that comes with Flash. However, there are free online services such as onlinemediaconverter.com where you upload a file and specify the conversion.

Similar Messages

  • What all is needed for this type of Flash Design Studio

    What all is needed for this type of Flash Design Studio.
    There are a couple of sites out there that use both flash and
    shockwave. I am looking ot get somethign like this started and need
    some help getting pointed in the right direction. here are some
    examples:
    http://www.uberprints.com/studio/
    http://www.customavenue.com/online-design-studio/online-design-studio.html
    https://www.youdesignit.com/youdesignit.cfm
    http://www.pixeltees.com/make

    Rclarkhaddock,
    > What all is needed for this type of Flash Design Studio.
    There
    > are a couple of sites out there that use both flash and
    shockwave.
    Of the examples you showed, I saw Flash (Adobe Flash),
    Shockwave (Adobe
    Director), and JavaScript, but never a combination on the
    same site. (It
    might make sense to combine Flash with JavaScript or
    Shockwave with
    JavaScript, but not really to combine Flash with Shockwave.)
    > I am looking ot get somethign like this started and need
    some help
    > getting pointed in the right direction.
    Any of the above technologies will do it. You could also use
    a Java
    applet or even a .NET solution of some kind, so the choice
    you take will
    depend largely on what platform you want to support and code
    for. This sort
    of project will require significant amounts of custom
    programming. My
    personal approach would be to use Flash, mainly because of
    the popularity of
    the plugin. The Shockwave example looks beautiful, and I
    started out years
    ago using Director, but fewer people nowadays have the
    Shockwave plugin
    installed. It doesn't look like any of the sites shown use 3D
    modeling,
    which is the only relevant feature that Shockwave has over
    the other
    approaches. JavaScript (probably some Ajax approach) would
    work -- as
    seen -- but then you're dealing with compatibility issues
    among various
    JavaScript implementations in the great variety of browsers
    out there.
    Flash minimizes that, in my opinion.
    All you really "need" to produce what you've seen is Flash
    and some sort
    of database back end (MySQL, say), which means you'll need a
    bit of
    middleware (PHP, ASP, Cold Fusion, etc.) to act as your
    ambassador between
    Flash and the database.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • What Program Is Needed for .SWF?

    I think I posted a similar question in the wrong forum, I
    apologize for that.
    I'm in the process of creating my first Captivate 2 Training
    Video at our federal agency. When I'm finished, I will publish the
    .cp file as an .SWF file that will be posted onto our Intranet Web
    Site, so users can run the Training Video any time they want.
    Here's my Captivate newbie question.Our agency is using IE6
    for Intranet and Internet access. What program or programs will the
    users at our agency need to run the .swf Training Video? I'm very
    confused about the differences between Flash and Shockwave.
    Thanks,
    Robert

    Hi Robert
    The other files will vary, depending on your choices when you
    published. In a nutshell, I'll list them here.
    Files you commonly see
    * MainMovie.SWF (Contains the main part of your movie)
    * MainMovie_skin.SWF (Contains the playback controls and
    other information - You may banish this file and force the controls
    into the MainMovie.SWF by clicking Project > Skin... >
    Borders tab and DE-selecting the "Show Borders" check box.
    * MainMovie.HTM (This is the HTML file used to present the
    movie to your user. Contains sizing information and also looks for
    the fourth file, standard.js)
    * standard.js (Contains code used by the HTML file)
    Files you may see if different selections are used:
    MainMovie_fs.HTM (Created when you select the Full Screen
    option. If this file exists, you point your user to it instead of
    the MainMovie.HTM. When launched, it contains a link that opens the
    movie in a browser without toolbars and such)
    MainMovie.ZIP (If you use the .ZIP files option, this is the
    only file you will find.
    autorun.inf (If you use the autorun option, this file is
    created for you to burn to the CD to autostart it in a PC)
    Hopefully this helps... Rick

  • What do I need for this?

    I would to write some code where a web surfer would
    enter in some data (criteria) that would be sent to a
    web server where the criteria would be used to cut
    a small section of a large image file and send that
    smaller image back to the end users browser.
    What do I need to start development (simple & quick)?
    Are there java components that need loaded on the
    server for this to happen?
    Will applets do what I want?
    Thanks!

    Certainly you will want some sort of processing to take place on the server. Otherwise, all the server could do is stupidly send the entire image file. It sounds like servlets or CGI we what you want to use.

  • Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

  • Need Help..what should i use for this

    hello friends, i have to write a program which will load an xml file reader class at run time and depending on the content of xml file i'm going to generate mapping.. e.g xml file- <MyMapping> <ATO> <security type=int> </ATO> <FIX> <symbol type=String> </FIX> </MyMapping> Now i want to change the content of xml file without restarting my running application..changes should be reflected at runtime... also my xml file will contain nearly 1000 lines..so in this case which technique should i use whether i use JAXB which will give the classes of my xml file or any other ?? Also if i use JAXB whether JAXB gives classes corrsponding to my xml nodes (e.g ATO.java as per above example).

    daitkarsachin wrote:
    hi ,
    here is my question again..my xml will have
    <Message>
    <ATO>
    <somefiled="X" type=int value=35 />
    </ATO>
    <FIX>
    <somefiled="Y" type=String value=50 />
    <FIX>
    </Message>
    Now first i have to parse this xml ..then my java program is going to accept value from user ..and depending on user specified value i've to use either ATO or FIX fields...e.g if user value is 35 then my program should use fields within ATO node.
    You will read the XML structure into some kind of memory model. When the user supplies a value you will search for a matching value (likely from a collection such as a map or list) and return the value in that object that you locate.
    what should be done for this ..
    See above.
    and what if i change values in my xml file..will i have to restart my application to load xml again ?
    If you change the file on the filesystem, you should simply be able to re-parse the XML file and update your in-memory model. If you instead update your in memory-model, you can serialize the model back to XML on the filesystem. Neither needs to necessarily have anything to do with application start-up (other than the fact that you would normally read in the XML model then, but updating is a separate concern, as would re-reading it).
    - Saish

  • I have a Mac Pro 4,1 quad core intel Xeon running mac OSX 10.6.8 and I have just moved studios and now need to use the Internet wirelessly but there's no airport facilities on this model can anyone tell me what model of airport card I would need for this

    I have a Mac Pro 4,1 quad core intel Xeon running mac OSX 10.6.8 and I have just moved studios and now need to use the Internet wirelessly but there's no airport facilities on this model can anyone tell me what model of airport card I would need for this mac

    Instead of getting a wireless card for the Mac Pro, you might want to consider getting an 802.11ac wireless bridge device that would enable you to connect more than one device to it by Ethernet cable and to eventually take advantage of the faster 802.11ac wireless standard.

  • In the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    in the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    Let's try the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Hi! I've just installed mountain lion and I find one of the programs I need for my work is crashing all the time. any ideas what i can do?

    hi! I've just installed mountain lion and I find one of the programs I need for my work is crashing all the time. any ideas what i can do?

    Ah!
    Factuur Bright x
    part of errors:
    Process:         Factuur Bright X [1476]
    Path:            /Applications/Factuur Bright X/Factuur Bright X.app/Contents/MacOS/Factuur Bright X
    Identifier:      ???
    Version:         ??? (2.0.0b20)
    Code Type:       X86 (Native)
    Parent Process:  launchd [184]
    User ID:         501
    Date/Time:       2013-07-10 22:35:39.180 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          2118 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  24 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      47D641A2-4625-7590-369C-8BAFE1439551
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010

  • Just bought a new iPod touch 16G - I think it's a 5th gen. - I used my old iPod to record rehearsals.  The new one is stating that my Belken mic is not compatible.  Can I record with this new one?  If so, what do I need for a mic?

    Just bought a new iPod Touch 16G - (I think it's a 5th gen.).   I used my old iPod to record music rehearsals.  This new iPod is stating that my old Belken mic (with new adaptor) is not compatible.  Does this new iPod Touch have ability to record audio?     If so, what do I need for a mic??

    Thanks very much!   I found the app, tested it, and it sounds fairly lifelike.    Big help!!

  • Hi!  I cant conect The face time betwen my iPad ,iPod and iPhone, please help me,what i need for this issue?

    Hi!  I cant conect The face time betwen my iPad ,iPod and iPhone, please help me,what i need for this issue?

    What is it doing when you try to facetime? also if you are using the same apple Id/email on each device, it wont work.

  • What should be done for this ?

    hi ,
    here is my question ..my xml will have
    <Message>
    <ATO>
    <somefiled="X" type=int value=35 />
    </ATO>
    <FIX>
    <somefiled="Y" type=String value=50 />
    <FIX>
    </Message>
    Now first i have to parse this xml ..then my java program is going to accept value from user ..and depending on user specified value i've to use either ATO or FIX fields...e.g if user value is 35 then my program should use fields within ATO node.
    what should be done for this ..
    and what if i change values in my xml file..will i have to restart my application to load xml again ?

    I have changed your XML to make it well formed. Please refer this further in this reply.
    Well Formed XML:
    <Message>
         <ATO somefiled="X" type="int" value="35"/>
         <FIX somefiled="Y" type="String" value="50"/>
    </Message>
    daitkarsachin wrote:Now first i have to parse this xml ..then my java program is going to accept value from user ..and depending on user specified value i've to use either ATO or FIX fields...e.g if user value is 35 then my program should use fields within ATO node.
    what should be done for this ..A simple XPath Query can do trick for you, it can give you ATO or FIX element according to user specified value. XPath query can be:
    // replace ##user_specified_value## with value user enters.
    String xPathquery= "/Message/child::*[@value='##user_specified_value##']";
    daitkarsachin wrote:and what if i change values in my xml file..will i have to restart my application to load xml again ?Not necessary to restart application but you need to parse or reload updated XML file again.

  • What RAM is needed for Laserjet Printer CP1525nw Windows 7 64-bit

    What RAM is needed for Laserjet Printer CP1525nw Windows 7 64-bit

    Hi,
    just found your post...
    To install your HP1010 on Win7do the following:
    Start
    Devices & Printers
    Add a printer
    Adda local printer
    Use an existing port: DOT4_001 (Generic IEEE...)
    Next
    Pick HP from manufacturer
    Select HP LaserJet 3055 PCL5
    Next
    Name the printer something to your liking
    Finish (or so, just follow the prompts)
    Here you are!
    Works every time for me, never had a problem from any application.
    I don't know how this forum works and if i am notified if you reply or anyone else posts on this thread, so i try to check it again soon to check if you left a message.  Be with me...
    Matt

  • I have a fairly new mac book pro with retina display- I have not tried installing anything other OS on it. In spite of that yesterday when I turned it on, I got the error: no bootable device insert boot disk and press any key. what is the reason for this?

    I swithced it on by clicking on options when I start up and then clicked on Macintosh HD. the other option was a question mark and network drive.
    Is there a way to ensure it never happens again, what is the cause for this problem, if I need to uninstall some application, i am happy to do it as long as I know what is causing this conflict.
    many thanks!

    Something is not making sense here.
    You claim this is a brand new machine and you have not tried to install Windows or Boot Camp.
    Then why would you ever even go into System Preferences > Startup Disk and choose Macintosh HD? It should have automatically booted into Macintosh HD.
    You're probably going to have to reinstall Mac OS X.

  • What is the need for setting property data inside the JMSMesage

    Hi
    Could anybody please let me know
    *What is the need for setting property data inside the JMSMesage??
    For example i have a seen a similar example as shown ??
    I have seen a
    Message.setStringProperty("Sport","Basketball");
    and also please tell me how can the MDB recievies this property data ??
    Thanks in advance .

    raviprivate wrote:
    Could anybody please let me know
    *What is the need for setting property data inside the JMSMesage??
    For example i have a seen a similar example as shown ??
    I have seen a
    Message.setStringProperty("Sport","Basketball"); Look at the detail JMS documentation on [Message Properties|http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Message.html] .
    >
    and also please tell me how can the MDB recievies this property data ?? MDB onMessage method argument is the Message object and if you look at the documentation, Message interface has getter methods to retrieve the properties.

Maybe you are looking for

  • How do I control my kid's access

    Hello.  This is my first post to the forum.  I am a dad of a 14 year old, 11 year old and 8 year old.   I want to know what my kids are looking at when I'm not around and I want to control their access to the internet.  Any suggestions?

  • ARD asking for serial number at every launch

    Hello, Apple replaced the logic board in my laptop last week. Since getting the machine back, a lot of software needed to have its license info re-entered, but ARD is persistently asking for its serial number to be re-entered every time I launch the

  • Date Condition Not Working ,Value not cming in to item.

    Hi Friends, i have create a form for palce order and i have create a MASTER table for fixed item Rate between two date with price code like A,B,C,D . In Form i have for Item :P1_ORDER_DATE :P1_ITEM_CODE :P1_PRICE_CATEGORY Select List With Submit :P1_

  • ORA-07445: exception encountered: core dump [kkodsel()+1220] [SIGSEGV] [Add

    I got this error and i raised a SR in metalink, and metalink suggest to make "_complex_view_merging" = false, but its already set to false. So what to do for this resolution of this error. Internal error : ORA-07445: exception encountered: core dump

  • How to use Crossbow Xmesh WSN LabVIEW drivers for downstream communication with motes

    Hello, I am trying to use LabVIEW Crossbow Xmesh WSN  driver for downstreaming commands but driver programs are not working. I am interested in changing node (Iris mote with MDA300 board) update rate from LabVIEW program running on host PC .        I