Saving files within a movie

Hi,
I am creating a movie that contains a gallery of thumbnail
images. Hi-res versions of the images are in a folder on the CD. My
client wants to be able to click on a given image & be able to
save the hi-res version to a location on the harddrive. Is this
possible? If so, how would I go about it? Is there a way (through
lingo) to have the movie open a Windows explorer-type window
accessing the images folder so the client could do a 'save as'?
Thanks!

There are a few xtras that can handle this sort of thing.
FileIO is
built in and free, but a tad difficult to use. My absolute
recommendation is to use BuddyAPI which is freeto use up to 2
functions,
though you may need more depending upon what you want to do.
You can
download it here:
www.mods.com.au/budapi
There is a function called baGetFileName which will bring up
the
standard Windows dialog to get a filename. There are also
commands to
copy or move files.
If your images are Director members, as opposed to external
files on the
computer, then you can easily make them into an external
image with
the free Sharp Image Export xtra:
http://www.sharp-software.com/products/index.htm#sharpexport

Similar Messages

  • Rotating .FLV files within a movie

    Hi all,
    I'm new to Flash 8 and mostly interested in the IMporting and
    linking to .flv files within a .swf movie. My question is:
    Is there a way to have the .swf file randomly rotate a number
    of .flv files? In other words - like being able to upload several
    .flvs into a directory and the .swf randomly selects and plays one
    of them per page refresh?
    I hope I was clear - I'm not up on the lingo yet.
    Thanks
    Dodge

    Dodge,
    > I would be interested in knowing the method, David.
    Happy to oblige.
    > I'm puzzled that you chose to exclude this information
    > from your reply. Have I broken a posting rule breached
    > an ettiquette of some sort?
    Dodge, you're absolutely fine. You haven't done a thing
    wrong. I was
    just being silly. I'm in here almost every day, and sometimes
    I get a
    chuckle out of answering exactly the question asked. I should
    have been
    more clear that I was teasing. Honestly, my apologies if I
    caused any
    headache.
    So let's take a look at your goal. You have x-number of
    external FLVs
    available and would like your SWF file to choose one of those
    at random to
    display it. We can break this goal down into two parts: a)
    loading
    external FLV files and b) choosing an item randomly from a
    list. Let's
    start with the second part -- which you can use, by the way,
    to choose
    randomly from a group of JPGs, too, or even to jump to a
    random frame label.
    You'll need a bit of ActionScript for this, but I'll try to
    make it
    straightfoward. One of the many objects in ActionScript is
    something called
    an array. An array is essentially a list. Objects are defined
    by something
    called classes, which dictate the functionality of the object
    in question.
    The Array class defines all array objects, and we can produce
    one to meet
    our needs by using the following code. Put this in frame 1 of
    your main
    timeline.
    var videos:Array = new Array();
    The term var creates a variable. Our variable is arbitrarily
    named
    videos, of type Array. We use the expression "new Array()" to
    produce an
    Array instance (an object). The videos variable basically
    points to this
    object -- thing of it as your "handle".
    The Array class defines a number of methods (things the
    object can do).
    Because our object is an instance of Array, our object has
    available to it
    all the methods described in the Array class. (You can read
    about all these
    classes in the ActionScript Language Reference, by the way --
    excellent
    reading!)
    One of the methods is called Array.push(), which "pushes"
    something into
    the array.
    videos.push("uno.flv");
    videos.push("dos.flv");
    videos.push("tres.flv");
    So ... by invoking Array.push() on our object, we have added
    the names
    of three FLV files to the first three "slots" of our list.
    These can be
    retrieved later by uses square brackets and the desired slot
    number. Arrays
    start at zero, so the first element, uno.flv, lives here ...
    videos[0];
    ... the second lives here ...
    videos[1];
    ... and so on.
    Next, we'll use the Math.random() method to generate a
    random number
    between zero and however many elements are in our array.
    We'll get that
    upper limit by using the Array.length property. Properties
    describe the
    characteristics of an object.
    In our case, so far, videos.length returns 3, since there
    are three
    elements in our array.
    Math.random() returns a random decimal number between zero
    and one, so
    if we multiply that by videos.length, then round the number
    down to the
    nearest integer, we'll have a random number that will choose
    one of the
    three slots in our array. To round down, we'll use the
    Math.floor() method.
    We'll store our chosen number in another variable.
    var randomNum:Number = Math.floor(Math.random() *
    videos.length);
    This always returns either 0, 1, or 2, because of the number
    of elements
    in our array.
    Now we can use the number stored in randomNum to access a
    particular FLV
    name.
    videos[randomNum];
    Makes sense, right?
    Now, there are several ways to load an external FLV. The way
    I
    prefer -- though, of course, your needs may differ -- is to
    forego any of
    the Media playing UI Components and use a Video object as
    described here ...
    http://www.quip.net/blog/2006/flash/how-to-load-external-video
    .. then use the expression videos[randomNum] (which returns a
    string;
    namely, the name of an FLV file) to describe the desired FLV.
    Give this a shot and write back with specific questions, if
    you have
    any. The ease of this approach depends entirely on your
    comfort level with
    programming, so if you run into snags, don't hesitate to come
    back.
    I tease, but I don't bite.
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Saving file without embedding movies

    I have tried to save a keynote file (in Keynote 08) without saving all movies as well. Since I worok a lot with animations the Keynote file ends ub being 400 MB ++. In the preferences I have un-checked the "Copy audio and movies into documents", but in the "save as" popup, under advances this same options is shown
    checked but "greyed out". Thus I cannot uncheck it.
    It will be hopelss for me to create new presentations if I generat multiple copies of all my movies ecah time. One of my colleages have the same problems (IWorks 06) while some friends have no probmes un-checking this box.

    I have found that I can save without embedding the videos if I select those options the first time I save a new presentation. However once its been saved with embedding on, it won't allow one to choose to save without embedding.
    The workaround that I've found is to create a new presentation and then drag and drop the slides from the original embedded one into the new one. Then you can choose to save without embedding in preferences and in the options under save as.
    Does anyone know how to get it to save one of these files with embedded vids without embedding them in an easier way?
    Jim

  • HT4527 I recently moved my files from windows xp to a new windows 8.1 pc using PCMover Express. When I open up a file within itunes, the music doesn't start in itunes, it starts in xbox music player. How do I move my itunes file so it opens in itunes?

    I recently moved my files from a windows xp pc to a new widows 8.1 pc using PC Mover Express. When I open up a file within the itunes folder, it opens to the default player xbox 360 media player. How do i transfer my itunes folder so it opens up in my itunes account?

    Hi kozzie17,
    If your music is no longer opeing in iTunes by default on your Windows machine, you may find the following article helpful:
    iTunes for Windows: How to make iTunes the default application for music and audio files in Windows Vista and Windows 7
    http://support.apple.com/kb/HT3202
    Regards,
    - Brenden

  • Can you manually move files within a folder to put them in a specific order?

    I am new to mac, I was wondering if there is an app maybe that you could move files within a folder (ie photos) to make them in a specific order and then rename them, I used to be able to do this with my windows xp..... cant seem to make it happen with my new macbook pro and from what i can gather it cant be done? can it? Thanx in advance.........

    Thomas, I have set the view to maunally but when i move the icons they return to where they were sitting..?
    In the Finder? You probably have a sort selected in the Sort By submenu in the View menu. However, the order of icons in icon view won't have any influence on the order of the images in the slideshow, I think. Use iPhoto, this is one of the things it's made for, the Finder is not.

  • Can't move image files within Bridge

    I recently bought an iMac and got the CS5 license transferred over to the Mac platform. Got CS5 loaded and everything works except for one critical thing: I can no longer move image files within Bridge. When I do the right click on an image file to select that command, the command is "grey" and won't let me to choose it.  So I am forced to rearrange my image files through the Mac's Finder/Pictures feature.  Drag and drop doesn't work either.  I have looked everywhere for a setting that would allow movement of files to different folders and rearrangement within Bridge, and can't find one.  I have Bridge set as my default for photos and not the lame iPhoto program on Macs.  I previously was to be able to freely use Bridge for organizing my photos on a PC and now sorely disappointed that I can't do this with my new iMac.

    I previously was to be able to freely use Bridge for organizing my photos on a PC and now sorely disappointed that I can't do this with my new iMac.
    No need for disappointment because you can move all files freely within Bridge.
    First check if you have read and write permissions for your files/folders/disk (try move the files using finder) If Finder allows you to drag the files to the location you previously wanted in Bridge then the problem lies in Bridge.
    First select a file and with right mouse click menu choose purge cache for selection. If the problem is gone you could do so for the whole folder using menu tools/cache/purge cache for folder while having Bridge pointed to that folder.
    If not restart bridge holding down option key and choose reset preferences.
    could you report back?

  • Create Automator workflow/AppleScript to automatically move files within NAS

    Running iMac / Macbook Air (OS 10.9.5), having the Macs connected wireless to the same network as a Seagate Central (NAS). On the Seagate Central and the iMac I have specified a couple of folders which are bidirectional synced via "Sync folders pro", e.g. pictures/movies folders. As a family, we have several iPhones (4S and 5S) with dedicated folders on the Seagate Central / iMac. Having the Seagate Media app on the iPhones, we are able to upload (and thereby free iPhone memory) pictures/movies directly onto the Seagate Central (pictures/movies which then are synced back onto the iMac). However, when uploading pictures/movies from the iPhone to the Seagate central (via Seagate Media app), it is not possible to define a target directory, and the pictures are therefore uploaded to a dedicated directory. I therefore search for some workflow/script to automatically (when new pictures/movies are uploaded, or at a daily basis);
    - Search for pictures/movies within a specific NAS folder
    - Move the pictures/movies to another specific NAS folder
    - Delete all other files/folders within the NAS folder being searched
    New to Automator / scripting, so I hope you bear with me even if the questions are dumb.
    Is it possible to make the NAS recognize a workflow/script without starting the iMac and/or MBA?

    Ok, so I made it a bit further, now having the following Automator Workflow (iCal)
    1. Get requested clients (check for ignore input from this action)
    - afp://192.168.1.86/Public
    2. Connect to client
    - I end up with a mounted disc (Public folder). Note that I end up at the same folder even if using afp://192.168.1.86/Public/iPhone/Photos in step 1.
    3. Get specified Finder items (check for ignore input from this action - to avoid having the Public folder itself following the workflow)
    - Choose the subfolder Public/iPhone/Photos
    4. Get folder content
    5. Filter Finder items
    - Did not get any results by using arguments as "kind is picture" and/or "kind is movie"
    - Ended up using arguments as "name contains jpg", "name contains mov" etc
    6. Move Finder items
    - Destination folder: Public/Pictures/iPhone
    - I now successfully managed to transfer the pictures and movies from one NAS folder to another
    *** I now want to continue the workflow to delete all other Folders/Files on Public/iPhone/Photos ***
    7. Get specified Finder items (check for ignore input from this action - to have no existing input for the remaining workflow)
    - Choose the subfolder Public/iPhone/Photos
    8. Get folder content
    - Results no showing a folder and a file
    9. Move Finder items to trash
    However, I´m encountering a couple of problems with this workflow;
    Note1: If there are no pictures/movies to move (no output from #5 going into #6), the workflow will stop. Any suggestions on how to skip step #6 and go to #7 if there are no pictures/movies to move? Applescript within Automator? Setting up the workflow as iCal (regular basis), so would be nice if the workflow just completes without errors (i.e. still goes on with deleting other files on the folder, even if there are no pictures/movies to move).
    Note2: Step #9 result in a error "Finder could not move the specified items to trash". Has this something to do with a folder and some other file being attempted deleted from a NAS folder? Any suggestions for how to cope with this problem?

  • How do I encrypt my external hard drive and subsequently a specific file within it, using my Mac? I tried creating a disk image but permission was denied.

    Encrypting an external hard drive and specific folders within. Permission denied using disk image.

    VKP90 wrote:
    When I tried to encrypt a single file within the hard drive itself, I got the following: Disk Utility Progress: Unable to create "Name of my file" (Permission Denied).
    When I tried encrypting the entire hard disk itself, I got: A GUID Partition Table (GPT) partitioning scheme is required.
    I have also currently used Time Machine on the external hard drive, along with saving other data. Hence, I am not sure if partitioning is going to delete any of this (a video I watched mentioned that using the + button when creating partitions retains current data). Backing up the external hard drive is out of the option since it is the back up to my Mac.
    You can't encrypt a single file. I'm not sure what you did to try. You can make an encrypted disk image which begins with a folder, if desired. Or, you can just create a blank, encrypted disk image, then move your desired files into that.
    While you could partition off the free space without erasing the disk, you cannot encrypt it because you need a GUID Partition table which requires you to repartition the entire drive, not just the free space.

  • Handbrake Saving Files in Parallels

    I'm using Handbrake to convert some video files. By default, Handbrake saves the output files to my Mac desktop, which is fine; this way, I can see what I am working on, and then move the files to their appropriate location when I am done. What is strange is: since I installed Parallels and Windows 7 the other day, all the video files defaulted to Windows Media Player and are displaying on my Windows 7 desktop as well. The files I have moved from the Mac desktop no longer appear on the Windows desktop, so I am assuming the desktop is a shared directory between my Mac and virtual machine. Is this the case? If so, where can I see the network connections in Finder? Also, is there a way to disentangle Handbrake and Parallels? I don't want my video files automatically associated with WMP. (I did already change the default player to QuickTime, but the output files always start out as WMP files with the Parallels mark).

    demuire wrote:
    2 questions relating to saving files in SQL Developer using the "Save As" function:
    - Is it possible to bring up (by default) the last used directory, instead of bringing up the user home directory?No. The most useful option is that it saves recent directories in the short cut list on the left of save as dialog.
    This has been requested often before. Interestingly, the open file dialog defaults to the the last used directory within a session although you have to start from HOME after each restart.
    - Is it possible to define or set up the default extensions for different types of files ie pkb/pks for packages, tpb/tps for types instead of having .sql for everything?
    No again. I'm not sure if this has been requested but it is something I would find useful. You could request it in the Exchange. http://apex.oracle.com/pls/otn/f?p=42626:37:289830270605633
    Thanks :)

  • Saving files to a specific folder

    I used to be a PC, now I am a Mac, learning fast, but I have a problem in saving files from the web. I am using OS 10.4.7
    I am using Firefox and Thunderbird.
    When I try to save email or a picture from a web site I am presented with a Menu; Save as, Where and Format. The 'Where' is the problem.
    When I click 'WHERE', I am presented with a list;
    Network
    Mac HD 80
    Mac HD 60
    Desktop
    MCMP (HOME, where all my different folders are)
    Applications
    Movies
    Music
    Picures
    When I click on MCMP, my home with all my sub folders, there is no way to save the file any place but just in MCMP. I have no options which folder in MCMP or sub folder of a main topic folder. Saving to MCMP just puts the file in with all my different folders.
    How do I direct exactly which folder the item is to be saved into.
    Thank You
    WM300

    wm
    Spring loaded folders: Drag a file to a flder, hold it over it and the folder will open. You can use this to drop files into sub folders and so on. The timing on how long you have to hold is controlled in the Finder preferences -> General Pane.
    Another possibilty for your original question is to use Default Folder X, a shareware, that makes navigating open and close dialogues very easy.
    http://www.stclairsw.com/
    Regards
    TD

  • Saving file to network location

    Hello all of you,
    I encounter an issue with InDesign CS5 when it comes to opening and saving files to a network location. I added my company's ftp server to Windows 7 and it appears correctly in the My computer overview (there's an additional line besides the hard discs, DVD player, et cetera). The connection to the server functions fine, no issues here. No problem exists when opening files from this server from within InDesign; I can do whatever I want. Only when I try to save a file the network location isn't displayed anymore within the My computer overview in the InDesign "Save as" dialog box. The network location however appears in the pull-down menu at the top of the dialog box (and nested as part of My computer ...), but when I pick it there, it won't show the context of the server. Additionally logging onto the server (it's IP-based and anonymous logon) doesn't change a thing. Trying to save in the empty server space InDesign returns a "Can't save here" error message.
    Does anyone know how to solve this issue? Building the document locally and then copying back to the server isn't a solution, because all external content that is linked in the document resides on the server.
    Best regards,
    Luc Peulen

    Does anyone know how to solve this issue? Building the document locally and then copying back to the server isn't a solution, because all external content that is linked in the document resides on the server.
    Scott is basically right. Lots of ID users work over network connections without issue, but if something is going wrong, it's the first place to look. I wouldn't have thought it possible to work in InDesign over a FTP connection!
    If you can get Windows to access that server as if it were just another drive (using "Map network drive" in Explorer) then it should work normally. However, a generic Adobe phone tech wouldn't help you figure out why it wouldn't work - there are simply too many variables in a network environment for a generic first-level tech to figure out.
    In the short term, the only solution I can suggest is:
    Retrieve all of that external content that is linked in the document, and the InDesign document, at the same time, & store it on your local hard drive.
    Do your work.
    Save & package.
    Upload the entire package back to the server.
    Long-term, you'd need to talk to your own IT staff to troubleshoot the connection between your workstation and the FTP server. If you can get information about your network from them to post here, I bet that someone will make suggestions to pass on to your IT staff that will actually work.

  • Batch code for running a find/replace all on multiple files within a source floder/directory

    What I need is a Batch source code that will open all files in a folder/directory and run a find and replace_all query within them and then save all the files.  The files were created in Illustrator and saved using the Scene7 FXG format extension.    These files will be uploaded into Scene7 as a group after the find and replace macro/query is run on the code.  The same find and replace query will be the same for all the files.  Basically this function or batch process  will save time in setting the same parameters all at one time instead of having to set the parameters individually in scene7.
    a source code sample of the find/replace module macro might be              searchString:  s7:colorvalue="#FFFFFFFF" 
                                                                                                                          replaceString: s7:colorValue="#&txtclr;"
                                                                                                                          searchWhat   "FXG document"    
                                                                                                                             searchSource:  true,
                                                                                                                        useRegularExpressions:   true
    I have no problems creating batch files within Ai and PhotoShop but I have limited programming skills in how to create source code for manuipulating documents outside of those apps or in a OS invironment.
    I could probably come up witha simple program to do what i want for one document but i get lost when dealing with multiple documents in a source folder (prolbem is,  I will be dealing with thousands of documents not 100 or less)
    If anything which Adope cloud app would work best:  Dreamweaver or Edge code   (or just use my notepad)

    What I need is a Batch source code that will open all files in a folder/directory and run a find and replace_all query within them and then save all the files.  The files were created in Illustrator and saved using the Scene7 FXG format extension.    These files will be uploaded into Scene7 as a group after the find and replace macro/query is run on the code.  The same find and replace query will be the same for all the files.  Basically this function or batch process  will save time in setting the same parameters all at one time instead of having to set the parameters individually in scene7.
    a source code sample of the find/replace module macro might be              searchString:  s7:colorvalue="#FFFFFFFF" 
                                                                                                                          replaceString: s7:colorValue="#&txtclr;"
                                                                                                                          searchWhat   "FXG document"    
                                                                                                                             searchSource:  true,
                                                                                                                        useRegularExpressions:   true
    I have no problems creating batch files within Ai and PhotoShop but I have limited programming skills in how to create source code for manuipulating documents outside of those apps or in a OS invironment.
    I could probably come up witha simple program to do what i want for one document but i get lost when dealing with multiple documents in a source folder (prolbem is,  I will be dealing with thousands of documents not 100 or less)
    If anything which Adope cloud app would work best:  Dreamweaver or Edge code   (or just use my notepad)

  • When downloading a large file, like a movie Internet Explorer automatically provides one with the choice of where to save it - e.g. "C" drive, but Firefox doesn't. How can it be done?

    When downloading a large file, like a movie, Internet Explorer automatically opens a download window offering the choice to "Open" or "Save"the file. This provides one with the choice of where to save it - e.g. "C" drive, in the "My Documents" or "Desktop" folders but Firefox's download window doesn't. This has always frustrated me because I would rather use Firefox exclusively to access the Internet, but when it comes to saving files downloaded off the Internet, sadly, I have to revert to IE!

    If you click on Firefox from the upper-left, then Options, a new window should appear. On that window, click on the general tab. In the middle of the window, you'll see options regarding your downloads, one of which says, "Always ask me where to save files." Click on the bubble for this options, then click Ok. From then on, you should always be prompted on where you want your files saved.

  • When saving files under options the file name is duplicated how to remove extra folder with the same name

    Under Firefox Options I clicked Saving Files under Downloads but the file name appears twice and an extra folder with the same name is created within the folder i.e.:
    G:\Akbar's Songs\HAMARA FORUMS DOWNLOADS\HAMARA FORUMS DOWNLOADS
    As you can see the folder is repeated, how can I correct this?
    Also the music files I download from a site downloads as WinRar file and I need to open it. Is there an option where the files open automatically in the folder I have selected?
    Many thanks for your help.

    The "beta" version is for testing and may be more prone to problems, so I suggest trying the regular version (9.20) even though it hasn't been updated since 2010.

  • Playing a Movie Clip within a Movie Clip on load

    Hi,
    I'm trying to play a Movie Clip animation that is within a Movie Clip after a button has been pressed in a different Movie Clip.
    The issue is that all Movie Clip animations are playing as soon as the SWF is loaded.
    I have a separate Main.as file that contains all of the coding except for the animation stops:
    package
              import flash.display.MovieClip;
              import flash.events.MouseEvent;
              public class Main extends MovieClip
              var title1:Title1;
              var scene1:Scene1;
              var scene2:Scene2;
              var scene3:Scene3;
              var scene4:Scene4;
              var scene5:Scene5;
              var scene6:Scene6;
              var scene7:Scene7;
              var scene8:Scene8;
              var scene9:Scene9;
              var scene10:Scene10;
              public function Main()
                        title1 = new Title1();
                        scene1 = new Scene1();
                        scene2 = new Scene2();
                        scene3 = new Scene3();
                        scene4 = new Scene4();
                        scene5 = new Scene5();
                        scene6 = new Scene6();
                        scene7 = new Scene7();
                        scene8 = new Scene8();
                        scene9 = new Scene9();
                        scene10 = new Scene10();
                        addChild(title1);
                        title1.buttonStart.addEventListener(MouseEvent.CLICK,onButtonStartClick);
                        scene1.buttonWalkOutside.addEventListener(MouseEvent.CLICK,onButtonWalkOutsideC lick);
              //title
              function onButtonStartClick(event:MouseEvent):void
                        addChild(scene1);
                        removeChild(title1);
                        Scene1(parent).gotoAndPlay("frame1")
              //scene1
              function onButtonWalkOutsideClick(event:MouseEvent):void
                        addChild(scene2);
                        removeChild(scene1);
    So right now, I'm getting this error:
    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::Stage@46534041 to Scene1.
              at Main/onButtonStartClick()
    Any help is greatly appreciated... I've been grinding at this all night.

    I had been trying a bunch of different methods after searching for clues on Google, so it probably doesn't make sense with the parent.
    I replaced the code with what you wrote, and I am given this error now:
    Main.as, Line 44
    1120: Access of undefined property scene1Text1.
    Is there somewhere I have to declare scene1Text1 in Main.as?

Maybe you are looking for

  • Running Commerce Server 3.5 in Windows2000 as a service

    We are running Commerce Server 3.5 for Weblogic 6 SP2. I tried to run installNTService.cmd as specified in http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1026476, but it only seem to install the weblogic application server as a Windows se

  • ERROR  OGG-01201  Error reported by MGR : No available dynamic port entries

    Dear All, I have configured Golden Gate for MySQL on Linux machine. All my extracts and replicats were running fine but suddenly the initial load extract have started trowing this error: *2013-02-25 14:30:08 ERROR OGG-01201 Error reported by MGR : No

  • Display of Clob field in webi/deski..

    Hi, We are storing the rich text content in clob field (Oracle) & Text field (SQL). We were able to display the rich text in crystal by selecting Rich text property of the object. But I couldn't find any such property in Webi/Deski to display the ric

  • Need help getting this Java app to work on Mac OS X

    Aloha all, I am testing this new Java app that was built that is based on th Axis and Allies strategy gaming engine. On the PC the author wrote a .bat file to launch the app and the JVM. But when I try and enter the arguments on the Mac OS X via the

  • Test Composer

    Hi, My customer wants to delete some warehouse in his system. Because every warehouse set to every item it will take too much time manually. So I tried it with test composer, I made 1 scenario I recorded that I delete an appropiate warehouse at the I