Checking files for movie clips

Hi,
Is there a quicker way to do a global search within a large
flash file to see if any movie clips still exist, without having to
open every frame & check ea symbol individually on the timeline
to check in addition to searching the library?
thanks.

use the Movie Explorer.
--> **Adobe Certified Expert**
--> www.mudbubble.com
--> www.keyframer.com
dmc99 wrote:
> Hi,
>
> Is there a quicker way to do a global search within a
large flash file to see
> if any movie clips still exist, without having to open
every frame & check ea
> symbol individually on the timeline to check in addition
to searching the
> library?
>
> thanks.
>

Similar Messages

  • Check for movie clips with AS?

    Is it possible to check if a frame contain a movie clip with
    AS, and then if movie clip is found run a function? Like a global
    "event handler " for movie clips.

    I want a function that automaticly can detect and fade in any
    movie clip found in any keyframe in the main timeline. So i don't
    have to make
    In the first keyframe in the main timeline
    on (ohh here i found a movie clip)
    //let's run a nice fade function on that movie clip
    mx.transitions.TransitionManager.start
    (eval(TheClip),
    {type:mx.transitions.Fade,
    direction:0,
    duration:1,
    easing:mx.transitions.easing.None.easeNone,
    param1:empty,
    param2:empty
    Something like that

  • RemoveChild for movie clip that was added in another function?

    Hello everyone.  I have 3 different functions for my preloader.  I have an Event.OPEN, ProgressEvent.PROGRESS, and an Event.COMPLETE.  In the event.OPEN function, I create a new variable that is data typed to the class name of my preloader that I set in it's property dialogue box.  This is just a simple circle animation.  Below is my code for it:
    function addPreloader(event:Event):void
        var myPreloader:mcPreloader = new mcPreloader();
        myPreloader.x = stage.stageWidth / 2;
        myPreloader.y = stage.stageHeight / 2;
        myPreloader.width = 75;
        myPreloader.height = 75;
        addChild(myPreloader);
    My ProgressEvent.PROGRESS function looks like so:
    function preloadImages(event:ProgressEvent):void
        var percent:Number = Math.round(event.bytesLoaded / event.bytesTotal * 100);
        percent_txt.text = percent + "%";
    and my Event.COMPLETE function looks like so:
    function imageLoaded(event:Event):void
        var myLoadedImage:Loader = Loader(event.target.loader);
        addChild(myLoadedImage);
        new Tween(myLoadedImage, "alpha", Strong.easeIn, 0, 1, 0.5, true);
        event.target.loader.removeEventListener(Event.OPEN, addPreloader);
        event.target.loader.removeEventListener(ProgressEvent.PROGRESS, preloadImages);
        event.target.loader.removeEventListener(Event.COMPLETE, imageLoaded);
    The only problem is that when it's done loading, I'd like to remove the myPreloader from the stage.  Since it is declared in the Event.OPEN function, I can't communicate with it via my Event.COMPLETE function.  How can I successfully remove it from the stage after it's done loading?  Thanks!
    Jesse

    Duh, thanks Kglad.  It's been a long week ;).
    Jesse
    Date: Thu, 9 Jun 2011 13:47:57 -0600
    From: [email protected]
    To: [email protected]
    Subject: removeChild for movie clip that was added in another function?
    var myPreloader:mcPreloader
    function addPreloader(event:Event):void
       myPreloader = new mcPreloader();
        myPreloader.x = stage.stageWidth / 2;
        myPreloader.y = stage.stageHeight / 2;
        myPreloader.width = 75;
        myPreloader.height = 75;
        addChild(myPreloader);
    My ProgressEvent.PROGRESS function looks like so:
    function preloadImages(event:ProgressEvent):void
        var percent:Number = Math.round(event.bytesLoaded / event.bytesTotal * 100);
        percent_txt.text = percent + "%";
    and my Event.COMPLETE function looks like so:
    function imageLoaded(event:Event):void
    removeChild(myPreloader);
    myPreloader=null;
        var myLoadedImage:Loader = Loader(event.target.loader);
        addChild(myLoadedImage);
        new Tween(myLoadedImage, "alpha", Strong.easeIn, 0, 1, 0.5, true);
        event.target.loader.removeEventListener(Event.OPEN, addPreloader);
        event.target.loader.removeEventListener(ProgressEvent.PROGRESS, preloadImages);
        event.target.loader.removeEventListener(Event.COMPLETE, imageLoaded);
    >

  • How can I call in swf file to movie clip?

    Hi all ...
    This is my first post for advise, although fairly conversant
    with flash and as2.
    I am developing a new full screen background style website
    and have menu buttons contained within a movie clip (nav_c1) ...
    this re-aligns to the top centre of a page when user scales the
    browser window.
    I then have the content area (centre_content) movie clip ...
    this realigns to the centre of the page when a user scales the
    browser window.
    I have scripted the menu buttons to goto a labelled frame in
    the main timeline but I need, when at the labelled frame, to be
    able to call/load in an external swf file to play 'inside' the
    centre_content movie clip?
    for example:
    If I click my news button the flash file moves to the frame
    label news on the main timeline. This then shows a duplicate of the
    moive clip 'centre_content' which is called 'centre_news'. I need
    to be able to call/load an external news.swf, containing all the
    animated news info, to sit and play 'within' the movie clip
    'centre_news' ... so that it is effectively contained 'within' the
    movie clip file but loaded in place from an external swf file.
    Can anyone help please?
    I can post a rough working example online if need be.
    Many thanks
    A puzzled Adrian
    ps: I don't think I am needing to load the swf to a level 1
    area as I have tried this and instead of the swf file being loaded
    and contained within my movie clip file/area it instead seems to
    sit fixed on the main timeline (ie: not contained within the movie
    clip area).

    Thanks Sketchsta for you code. This looks like we're on the
    right lines as I see what the code is trying to do.
    Unfortunately though I can't seem to get this to work?
    I created a new file to get rid of other scripting that was
    going on and have placed a movie clip called centre_content onto
    the main timeline in frame 1 ... then I have applied your script to
    an actions frame above the movie clip also on frame 1. I change the
    path_to_file line with my swf name (callin.swf) which is a 1 frame
    flash file with some text on it ...
    ... but it doesn't bring in the callin.swf file ... it just
    shows the centre_content clip.
    Am i doing anything wrong?
    I also tried putting the script onto the first frame inside
    the centre_content movie clip but this doesn't appear to work
    either.
    Regarding the pre-loader ... can I simply build this into the
    swf file that is being called in to the movie clip?
    Thanks in advance for your support, it is much appreciated.
    Adrian

  • How do I View Guides for Movie Clips in Relation to Entire Scene?

    My boss purchased a flash animation from a company a few months ago that she now needs me to fix. The goal is to resize the animation to different dimensions for a new banner. I took the original file, brought up the document settings, and changed the size to the new one we need, and hit the "scale content" checkbox. The file I have after doing this is shown below; I have highlighted the shape I will be talking about in pink. Nothing is the correct size now so I am trying to resize them to fit the stage area. I am having trouble with the green shape that is highlighted Pink.
    The person who originally made this file made that highlighted shape into a movie clip and then dropped it in to the main timeline. I was wondering if there was a way that I could see where that shape is in relation to the area of the entire stage and the other objects in the main timeline? Meaning if I am inside of the greenblock movie clip all I see is what is below:
    With this view I cannot tell where that shape is in relation to everything else. I am hoping someone can tell me how to view the guides from my main file inside of this movie clip( I already have guides turned on), or any other way of seeing what size and where my shape is in relation to rest of the objects on the stage of my main file. I would take any option that would let me tweak the green shape inside of the movie clip and see in real time how it looks in relation to the rest of the items on the stage as I make changes.
    Any suggestions on how to get perspective on where my movie clip is in relation to the stage and other objects on it would be greatly appreciated.
    Sincerely,
    Tissal

    Somehow double clicking on your system seems to be connected to the command
    fl.getDocumentDOM().enterEditMode('');//the view where you don`t see the rest of your stage
    whereas normally it defaults to
    fl.getDocumentDOM().enterEditMode('inPlace'); //the view where you can see everything els on stge alphablended
    you can either create a shortcut to
    edit>edit in place or alter the standard behaviour of your double click
    or right click(Windows) or ctrl-click(MAc) the mc and choose Edit in Place

  • Formats for movie clip used in PSE 4 slide show

    Still finding it difficult to find documentation of what formats are supported for using digital camera movie clips in PSE 4 slide show.
    The movie file from my Canon camera is 640 x 480, 30 fps Motion JPEG and has a .AVI extension. I am able to use it "as is" in a PSE 4 slide show. However, sometimes I need to trim the movie clip in Windows Movie Maker 2 in order to keep only the best part.
    My question is what parameters can I specify to save my movie clip in Movie Maker 2 so that I can use it as a movie clip in a Photoshop Elements 4 slide show that will be saved as a WMV file?
    Barb O

    Karin Sue,
    >Also, are the projects saved in a folder somewhere, or only as part of the Catalog?"
    The definition of the "project", which is the "Creation" in Organizer terms is saved only in the Catalog.
    >If you publish your creation as a pdf or wmv they are saved in the folder you designate. Once published, I don't believe there is any way to edit. If you save the creation, you can go back and edit and republish if you like.
    Yes, the WMV or PDF file is saved in the folder that you designate. You are correct that if you save the Creation, you can go back and re-edit. When you Save the Creation gets a thumbnail within the Organizer photo well and you can click on the thumbnail to go back in to the Creation process make modifications and save a new WMV or PDF file.
    Note: that the Save window documents that the PDF choice does not support some options such as Pan and zoom, videos, and certain transitiions.
    Barb O

  • Can you create a "constructor" for movie clips?

    What I'm doing:
    var this_array[counter] = new monster; //monster is a movie clip
    init_monster(); //set's things like .name, .x, .y, etc.
    What I want to do:
    var this_array[counter] = new monster();
    When I add a "monster"  I then call a function to "initialize" all of it's stats.
    Is there a way in the creation of the object, like with a constructor, where it automatilly does it on 1 line?
    I'm teaching myself and am a little stuck on this part.  If I have to create a "monster class" to do what I want just say so.
    Any simple examples or links to simple examples would be great. Thanks in advance.

    Ok so I've made a class Monster, and I have my movie object Red_Monster
    How would I go about creating the variable so it knows it's both?
    The only thing I can think of is linking them together as a .variable of the other.
    Example:
    var this_monster[x] = new Red_Monster();
    this_monster[x].stats = new Monster();
    It just seems a bit slopy, it would be nice to have this_monster know it's both.  Is there a way to do that?
    (added)
    I've gotten Monster to extend MovieClip, and this is working to use it as a movieclip.
    Currently trying to change the image of the movie clip in code to Red_Monster. Is there a way to do that?
    (added)
    Found how to do it, sort of.  Change the class linkage name to Monster instead of Red_Monster.  I just have to make classes for each movie clip.
    (last add, answer for anyone else)
    Ok the answer is to create a Monster class that extends MovieClip.  Then for each color_Monster they all extend Monster, no other code needed inside each class other then the constructor.

  • AME Bug: Creates new CFA file for each clip queued!

    Here is my workflow:  I have a 60 minute sequence of a dance performance of about 20 dances.  I queued in AME 20 exports to H.264 files by moving the workspace to the segment I want to export, adding it to the queue with a file name, and repeating for the next section (dance).
    For each queued export I make a copy so I have a low and high resolution export (40 in total).  Finally, the last queued export is a MPEG DVD file for Encore.
    The issue is that when I start the queue, the first thing AME does is conform the ENTIRE SEQUENCE'S AUDIO (not just the clip).  Then it starts the export.  On my computer (Core i7-2600, 24GB RAM), it takes over 15 minutes to conform a 60 minute sequence (the CFA ends being close to 2GB).  While it's conforming the CPU load never goes above 10%.  The export starts for the first clip and that takes less than 90 seconds with all 8 cores pegged at 100% and the GPU over 50%.
    Then AME startes the conforming AGAIN FOR THE ENTIRE SEQUENCE instead of re-using the CFA file it just conformed!
    Why doesn't it re-use the CFA file?  Or, why does it conform the entire sequence if all I'm exporting is a portion?
    And why isn't conforming a multi-threaded process?
    At this rate, it will take all night and consume close to 50 GB of disk space in CFA files.
    Here is what my queue looks like:

    Actually, I think it's working as designed when it conforms upon export.  See the online help HERE.
    It says, in part:
    Premiere Pro does conform audio in uncompressed clips when you use them in sequences with non-matching sample rates. However no conforming is done until you export the sequences or create audio preview files.
    The audio in my Canon MXF file is uncompressed 16-bit Linear PCM, so when I bring in the MXF files all PPr does is create PEK files.  This is really nice since I don't have to wait for conforming to begin editing.  Creating PEK files is really fast compared to conforming.  There is a caviat, though...
    The max file size from my camera is about 2GB.  Anything longer will span multiple files.  If I copy the contents of the CF card from the camera to my computer, the browse to the files using PPr, it will find all the spanned clips and interpret them as one longer video file.  Not problem, and that's how it's supposed to work.  BUT, since PPr is treating all these spanned files as one longer video clip, it WILL conform the audio.
    So to speed things up, I just bring in all the spanned files separately, then sort them and insert them into a sequence in order.  It works fine, and no conforming.
    My problem with AME is when it DOES finally conform, it's not re-using the CFA file.  In my particular case, I'm taking one long sequence and exporting different portions of it as separate exports.  I would think that AME would conform the whole sequence once, then re-use it.  But no, it sees each as a separate export, so each export gets its own identical (but different named) CFA file.
    So now my current workflow is:
    Import in all the video as separate MXF files.
    Import audio from digital recorder (house audio).
    Mark the clapper sync points on the video and audio files.
    Add video clips to a sequence in ascending order
    Add to the sequence the audio track and align the sync markers
    Balance the audio tracks with the mixer
    Create a new sequence
    Add to the new sequence the first sequence
    Render and replace audio so I can get a waveform (it helps find edit points) and conformed audio
    Add titles as needed
    Edit the timeline, transitions, add Encore chapters, etc.
    Export clips to AME queue
    Save early and save often!

  • Creating functions for movie-clips(serious problem)

    Hello,
    This is I think my third thread on these forums and in my
    previous threads I had always got some help.Well, now I have
    another serious problem, can you help me?
    I am unable to create a function that can control movie
    clips. Let me explain:-
    I have 10 movie clips on the stage and I have assigned them
    that whenever they crash to an object, they will go to a random
    position. Writing this code ten times for each movie clip would be
    very tedious, so, I thought about creating a function, but, it
    doesn't work. Here's the function, can you correct it?
    var object:movieClip;
    function position(object) {
    var testnum1:Number;
    testnum1 = random(290)+36;
    _root.object._y = -77.6;
    _root.object._x = testnum1;
    position(nameofmovieclip)
    PLEASE HELP IS REQUIRED!!!!
    Thanking All,
    Chinmaya

    Thanks for the reply,
    I tried that, it worked!
    But, now, I am encountering a really odd problem. This time
    I'll give you my full code.The problem is, that now when the object
    collides with another one, it changes its position according to the
    code but then after a while, it just passes through the object.
    Here's my code:-
    function position(object) {
    var testnum1:Number;
    testnum1 = random(290)+36;
    object._y = -77.6;
    object._x = testnum1;
    metal.onEnterFrame = function() {
    _root.metal._y += speednum;
    if (_root.metal.hitTest(_root.testline)) {
    position(_root.metal);
    speednum = random(6)+1;
    Can you help me out again,
    Thanks,
    Chinmaya
    P.S. I have tried to use the function like this:
    position(metal), but it doesn't work. And yes, I have already
    defines speednum somewhere before, so that isn't the
    problem.

  • Audio Commentary  aka  alternate audio file for movie.. How?

    Hi folks,
    I love this discussion group btw... awesome...
    So, I've got my feature film done, we did a 1 week run at the theatre now, we are almost ready for our DVD release but want to do one of those really cool Director Actor commentary / alternate audio files for the movie. Is this done in FCE or iDVD? and any tips?
    Best Regards,
    Mark

    ... I think there is a workaround with FCE + iDVD.
    You could duplicate the original sequence in FCE, then add your alternate audio to the timeline of the new sequence. (Record your commentary and add as a 2d audio track (say, a3/a4)). Raise & drop the audio levels appropriately across the length of your regular and alternate audio tracks. Export the resulting video to QT Movie and import it into iDVD along with your original Movie.
    You will now have 2 versions of your Movie & can put them both in a single iDVD project (of course, subject to the limitations of the total length you can put on a DVD (~2 hours for a single layer DVD, ~4 hours on a dual-layer DVD.) Or just put them on separate DVDs if your Movie is too long to fit both on a single disc.

  • Boundary for movie clips following the mouse

    here's my AS...
    myInterval = setInterval(KBMOglobal,15);
    function KBMOglobal () {
    KBMOglobal1._x -= (KBMOglobal1._x - _xmouse)/10;
    KBMOglobal1._y -= (KBMOglobal1._y - _ymouse)/10-2;
    ok, so my movie clip follows the mouse around, with a small
    delay and the y axis is slightly lowered. the stage of my movie is
    380 x 640. does anyone have any suggestions on how to create a
    boundary, equal to the size of my stage, that does not let the
    movie clips that follow the mouse extend past? does that even make
    any sense? essentially, i would like the movie clips to follow the
    mouse, the entire movie clip stay visible on the stage. because of
    the positioning of the items on the stage that initiate this
    function, i only have to consider the width of each movie clip,
    which luckily is a constant = 200. does that make any sense? let me
    try this all again....
    how do adjust the above function so that the movie clip,
    KBMOglobal1 (which has a width of 200) stay within the horizontal
    limits of the stage (which is 380)?
    thanks for your time and to everyone in this forum that has
    been so very helpful with all my questions in this project so far,
    yall rock!

    quote:
    Originally posted by:
    NickTheNameless
    this is almost working perfectly, however i need to adjust
    the boundary of the x axis. for some reason, the movie clip stops
    following the mouse when it reaches half way across stage,
    horizontally.
    would you please be so kind to explain what your script is
    doing? because i'm not a total idiot, i realize i could probably
    replace 380 with 760 (double the width of the stage) and it would
    work as expected. however, if you could spare the time to explain
    what the following two lines are doing, step by step....i'll give
    you my first born.....
    KBMOglobalGeneralCancelDispatch._x<0?KBMOglobalGeneralCancelDispatch._x=0:KBMOglobalGenera lCancelDispatch._x;
    KBMOglobalGeneralCancelDispatch._x>380-KBMOglobalGeneralCancelDispatch._width?KBMOglobalG eneralCancelDispatch._x=380-KBMOglobalGeneralCancelDispatch._width:KBMOglobalGeneralCancel Dispatch._x;
    thanks again for your time!
    do you know ?: operator? it is like if...else... statements,
    when we say:
    somethingIsTrue ? do1() : do2();
    it is exactly same meaning like:
    if (somethingIsTrue) {
    do1();
    } else {
    do2();
    Now, we look at this line:
    KBMOglobalGeneralCancelDispatch._x<0?
    KBMOglobalGeneralCancelDispatch._x=0:
    KBMOglobalGeneralCancelDispatch._x;
    it is same like
    if (KBMOglobalGeneralCancelDispatch._x<0) {
    KBMOglobalGeneralCancelDispatch._x=0
    } else {
    KBMOglobalGeneralCancelDispatch._x

  • Why doesn't Lightroom 4 create xmp files for mov files?

    This would be useful for moving files to other applications and databases. As far as I can tell Adobe doesn't share any metadata for .mov files between any of it's CS6 programs either, Bridge, Prelude, Premiere, etc. As a still photographer who is now shooting DSLR video I want to get metadata entered as soon as possible for my still and video files. It would be best to do both stills and video at the same time. Camera Bits Photo Mechanic is the only program I've found so far that does this. Canto Cumulus is able to read Photo Mechanic's xmp files. I don't really need Photo Mechanic in my workflow except for this issue.

    Familiarize yourself with this table
    Camera Raw plug-in | Supported cameras
    The Olympus E-P5 was first supported by Lightroom 5.
    There is no backward compatibility with Lightroom 4.
    So your choices:
    Upgrade to Lightroom 5
    Download the free DNG converter, convert all the Raw files from the E-P5 to DNGs then edit the DNGs in Lightroom 4
    Camera raw, DNG | Adobe Photoshop CC

  • How do I create a play button for movie clip using AS3

    Hello.
    Bit new to this and have been searching the adobe forums and google. I am trying to create a button that will play an imported MovieClip.
    I have a movie clip that I've imported into it's own layer (Layer1) Frame 1.  I've given the MovieClip an instance name of foundationMovie.
    I've created a button and have that on its own layer(Layer2) above layer1, it is also in Frame 1.
    I've added a
    stop (); action to layer2
    The video is not set to autoplay.
    I want the video to start playing when the viewer clicks the button.  I know I've got to put some kind of event listener using AS3 in my timeline somewhere.
    I've found some code and I've been trying to work with it.  I'm sure I've mutilated it beyond usability but this is what I've got.
    stop ();
    player.addEventListener(MouseEvent.CLICK,play);
    function play(event:MouseEvent)
    gotoAndPlay("foundationMovie");
    If someone could point me the right direction or help me with my code I would really appreciate it.  Thanks.

    First, you need to clear up what you are working with... a movieclip and a video are usually entirely different things.
    Next, your code may get you started on your way with some changes.   You shouldn't use "play" as a function name due to there already being a play() method/function in Flash.
    If the movieclip is a movieclip and has an instance name of "foundationMovie", and your button has an instance name of "player" then the following adjusted code would normally work...
    stop ();
    player.addEventListener(MouseEvent.CLICK,playMovie);
    function playMovie(event:MouseEvent)
         foundationMovie.play();

  • Premiere CS3 Freezes when 'Generating Peak File' for Video Clips

    Well the title explains it all really.
    I'm importing a large 7.5 gb video file (.avi) and in the bottom corner it says 'Generating Peak File for xxxx'.
    Which is fine until the bar is right at the end, and Premiere freezes on me and I have to end the process..
    Thanks for your time!
    George

    Temporary storage.
    You will also find links to many
    free tutorials in the PremiereProPedia that will quickly show you how things are done in Premiere Pro.
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • Triming DV files for a "clips" movie

    I have recently converted 100+ 6 hr VHS tape to 2hr DVD's and now have converted those to DV digital files. I have the converted MP4 files AND the DV files(which are much bigger) I now have about 200, 2 hours DV files. These are all on about 3, 2TB Firewire drives.
    My goal is to just take 10-20 sec clips from these DV files and make a Movie of the family over the last 30 years..I'm imaging a 1-2 hr movie.
    My question is: I how do I manage file sizes of these clips. How do Import them? DO I trim the clips in the DV file within FCE?
    Any suggestion on how to handle the big files would be appreciated. Thanks so much for any advice.

    My question is: I how do I manage file sizes of these clips. How do Import them? DO I trim the clips in >the DV file within FCE?
    There really is nothing to manage if the DV files are already on your 3 2TB hard drives.
    FCE is non-destructive, so all the stuff in the FCE Browser and Timeline are not transferred media files but only file paths (links) to the media already on the 3 2TB drives.
    Use the Import Files function to enter the required files to the Browser.
    This simply creates a link to the file/s on one of your drives.
    Once a file (clip) is in the Browser, move the clip to the Viewer window.
    Now is the time to enter in/out points in the Viewer.
    When you edit the clip to the Timeline only the selected section between the in/out points will be added. eg. if 10 seconds of a 1 hour clip was selected only the 10 seconds will play in the Timeline.
    The Timeline is where the Sequence is built and the Canvas is where you watch it. Canvas and
    Timeline are pretty much one and the same.
    You can repeat this process on the same clip in as many different places you wish.
    When you have grabbed all the bits off that clip in the Viewer move a new clip from the Browser into the Viewer again and edit as above.
    I would suggest you make sure the correct Easy Setup in FCE is selected and they match the clips you bring into the FCE Browser as a lot of transcoding seems to have been done. Try a short test FCE Project to make sure all is well before you commit countless hours into your Project.
    Al

Maybe you are looking for

  • Function or formula to display the desired color in report

    Hi, I am using Web I rich client in BO XI R3.1 version and would like to know if there is any function or formula to display the desired color in report. I've used aleters but not getting the desired output. I need to display the color of some region

  • Can't delete just one or some of missed/recent calls ?

    Am I correct that you can only delete all your recent or missed calls? Can't find any way to just delete one or some.

  • Qn:OpenGL or similar support in Flex/Flash?

    i am to develop an engineering simulation application that runs on web as well as on destop. i am exploring the possibilities of using Flex/Flash, & AIR. but i am not getting any information on support to OpenGL or similar thing by Flex/Flash/AIR. my

  • Can't move a movie from Mac to external hard drive

    Hi community! I have troubles with moving already finished movies from my mac to an external harddrrive. My ext. hard drive is 2 TB so space is not an issue. When I try to move my movie-file (15,77 GB) to my ext. hard drive it says: "The item "(title

  • Must I also log fault with Vision if Internet is d...

    Just a quick question if our internet is down again, should I log a fault with Vision as well. The internet now has gone down 3 downs since the 24th July with each time being off for a considerable amount of time and after the outage today I've been