UILoader Component's coordinate( Movement) problem

Hi All
In my program I am allowing user to drag and drop Video
thumbnails on the main stage. The UIComponent is loading external
SWF as soon as user drops video on the main screen. Also the user
can successfully drag and drop the opened video pane (which is
UILoader Component) wherever he wants on the screen.
My problem is that when user drop the UIComponent on the main
screen, the dropped UIComponenet moves little bit from the mouse
position.
I used the code that on
stopDrag,UILoader.move(MouseX,MouseY). But it did not work
because the stage is taking UILoader's top left corner as MouseX
and MouseY and move UILoader's top left corner to the cursor
position. I came up with tricky solution in which I use on
stopDrag,UILoader.move(MouseX-200,MouseY-200). This solution
was little better in my case but that's not exactly what i want
because this solution is giving inconsistent and inaccurate
results.
Does anyone has better solution? I just need that if user
stops dragging the UILoader Component , the Component should be
placed on the coordinates wherever he/she left the mouse cursor.
I will appreciate any kind of help
Thanks a lot.
Anuj

Dear Jeevan,
I assign one operation to external processing by control Key - PP02.
When i create production order , PR is generated for the external operation.
In this when , i see COOIS report at component level , qty withdrawn  shown as zero.
But when i relesae PR to PO for the external opertaion , there is qty shown  in  qty withdrawn column  ( Same as qty required ) ?? in COOIS report.
But i have not issue any qty, than why there is qty shown in qty withdrawn column.
Regards
Vin

Similar Messages

  • Cs3 - UILoader Component

    Hello,
    After many different forum searches, I still can't find the
    answer to my newbie problem when using Flash CS3.
    I'm trying to use the UILoader component that creates an
    empty container into which I want to load an external swf file.
    Without using AS, in the parameter box for the "container" placed
    on the stage of my main movie, I specify the name of the file I
    want to load (box.swf). Upon testing the movie, two problems occur.
    First, I can't figure out how to ensure that displayed
    position the loaded swf is centered on the stage. I've tried moving
    the container such that it's lower right corner sits on the stage's
    spot where I want the UL corner of the swf to play, but no joy.
    Secondly, instead of placing the external swf inside of the
    container and scaling it appropriately, the loaded swf (as
    mentioned previously) loads outside of the container's position,
    and cuts off a portion of the swf. I've tried ensuring that the
    container is the same size as the swf (or even bigger), but again
    to no avail.
    Can someone please point out what I must be doing wrong? The
    external swf plays well on its own and simply represents a motion
    tween of a box growing in size and changing shape over the course
    of 20 or so frames.
    Thanks in advance for any assistance!
    Text

    Thanks for your fast response, dzedward.
    Here goes...I hope you'll bear with me. Since I don't know
    what type of background info you need, I'll explain in detail.
    Background:
    I'm creating a flash presentation that we can display on a
    large monitor at a tradeshow. The presentation will simply play
    from a connected laptop and loop, without the need for user
    navigation (no buttons). This is my first time creating such a long
    file (I anticipate that this will play for 3-4 minutes straight) so
    I thought it would be best if the main timeline were to call and
    load successive smaller, stand-alone swfs at selected times, based
    as the playhead moves through the timeline in a single pass. I'd be
    able to minimize the size of the main file in this way.
    Trouble Using AS3:
    As a newbie, I don't have much experience with AS3. Using an
    AS3 script found online I've been able to load a single swf into
    the timeline of my main movie successfully, but when I try to load
    another later on in the main timeline, neither swf plays....most of
    the scripts and forum answers I've come across over this past few
    days deal with AS2 or earlier versions, so I can't use or learn
    from them.
    Using the UILoader Widget:
    Thats when I saw reference to using Flash CS3's UILoader
    Component for this purpose (accessed via Window>Components
    menu). What it does is create an empty container into which you can
    load an external swf, jpg, or png file. You first simply drag and
    drop the widget onto the stage from the component window. Then,
    from the container's property window, you choose its dimensions and
    placement on the stage. Via the container's parameter window you
    tell it whether to autoload the content, maintain aspect ratio,
    and/or scale the content, as well as provide the name of the source
    file you want to load. It seems pretty simple - even I can do it
    and can get it to work when I load a jpg or selected swf file. Upon
    testing the movie, the jpg or swf plays back INSIDE the container,
    scaled down or up based on the container's size as it relates to
    that of the source file. So far so good.
    You'll see from this widget that you only need to specify
    "true" or "false" for the autoload, maintain aspect, and scale
    content questions. I've done this inside the widget as I'm not sure
    how to accomplish this with the scaleContent and scaleAspectRatio
    parameters you mention using actionscript.
    Problem When Using UILoader Widget:
    Here's the problem I'm having. As I mentioned, I've created a
    short 20-frame animation output to swf showing a white box that
    grows in size and changes shape against a black background, using
    the same frame rate (30fps)_and dimensions as my main movie. The
    animation is a simple shape tween, with no actionscript other than
    a stop ( ) ; placed on the last frame of an actionscript layer to
    prevent looping. It plays as desired on it's own. However, when I
    load it into the UILoader container that is centered on the stage
    of my main timeline and then test the movie, two problems occur.
    Firstly, the animation does not play inside the container;
    instead, the upper left corner of the loaded swf animation shows up
    where the lower right corner of the container showed up on the
    stage (hence I only see one corner of the animation). Secondly, the
    animation is cropped; the visible outer edges of the morphing white
    box are cut off meaning that I lose the visual effect of the shape
    tween.
    I saw reference online elsewhere to the possible need to
    position the container on the stage such that it's lower right
    corner is where you want the upper left corner of the animation to
    be placed, but this doesn't make sense to me (it's likely that I
    misunderstood what I read). I did try this however, and while doing
    so allowed me to more correctly center the external animation
    within the main movie, it's edges are still cropped. To me it
    should have been placed inside of the container and scaled.
    I'd love to be able to do this using actionscript 3.0, but
    I'm having even more trouble with this and haven't found any
    comparable tutorials or forums explaining how to load and unload
    multiple swfs into a main timeline without the need to control
    using buttons or a mouse. I'd like to be able to specify on the
    main timeline when a particular swf is played, then do so again
    later on in the same timeline with another swf file, and so on.....
    I don't know if this explanation will make anymore sense. I
    could send you the fla or even screenshots showing what I see
    during playback of the short animation inside of my main flash file
    you can provide me with your address and feel that it would help.
    It looks like I can only post code from this forum.
    Thanks for reading through this and for your possible help!

  • How to omit component's coordinates in xml serialisation

    Hi colleagues,
    my application uses XMLEncoder to serialize JPanel component (it's coordinates). The generated XML is like this:
    <object class="MyJPanel">
    <void property="bounds">
    <object class="java.awt.Rectangle">
    <int>28</int>
    <int>93</int>
    <int>227</int>
    <int>162</int>
    </object>
    </void>
    </object>
    Coordinates are measured in pixels. It is problem for me. I need to serialize component's coordinates in some screen independent measurement. E.g. in milimeters. I can add properties for bounds representation of the components in milimeters. But I do know, how to OMIT default bounds pixels serialization. I.e. I would like to receive serialization like this:
    <object class="sk.gnome.sf9.Block">
    <void property="widthInMilimeters">
    <double>100</double>
    </void>
    <void property="heightInMilimeters">
    < double >130</double >
    </void>
    </object>
    I did some experiments with extending the SimpleBeanInfo class, but nothing was successful. Can anybody give some advice?

    Hi,
    If you wish to change the Default serialization behaviour then you have to override the read and write methods provided when you implemented Serializable.
    So for example I have my own version of a hashTable which I override the readObject and writeObject methods,,, take a look at the JPanel source to see how it saves and restores the object. If no behaviour is defined then assume that EVERY global object/primitive which is not "transient" is being saved.
    //** Serializable interface, write
    private synchronized void writeObject(ObjectOutputStream lOOS) throws IOException
         // Write out the threshold and loadfactor
         lOOS.defaultWriteObject();
         // Write out length, count of elements and then the key/value objects
         lOOS.writeInt(table.length);
         lOOS.writeInt(size);
         for (int lCount = table.length - 1; lCount >= 0; lCount--)
         DataRListEntry lEntry = table[lCount];
         while (lEntry != null)
              lOOS.writeObject(lEntry.value);
              lEntry = lEntry.next;
    //** Serializable interface, read
    private void readObject(ObjectInputStream lOIS) throws IOException, ClassNotFoundException
         // Read in the threshold and loadfactor
         lOIS.defaultReadObject();
         // Read the original length of the array and number of elements
         int lLength = lOIS.readInt();
         int lSize = lOIS.readInt();
         // Compute new size with a bit of room 5% to grow but
         int lTable = (int)(lSize * loadFactor) + (lSize / 20) + 3;
         if (lTable > lSize && (lTable & 1) == 0) lTable--;
         if (lLength > 0 && lTable > lLength) lTable = lLength;
         table = new DataRListEntry[lTable];
         size = 0;
         // Read the number of elements and then all the key/value objects
         for (; lSize > 0; lSize--)
         Object value = lOIS.readObject();
         put(value);
    }

  • How to communicate a button to a movie_clip inside of UiLoader component using AS3?

    Hi, i'm making a flash application to test various paints, for a company.
    I have movie clip on stage having some buttons on left side and a uiloader on other side which loads an external swf file on button(thumb_01) click-target. In main movie clip there are two buttons. 1 trigger a function to select a wall and 2nd trigger a function to select roof. External swf(movie_01.swf) file has two movie clips 1 is a wall(mask_01) and 2nd is roof(mask_02). Now the problem is i want to click a button to select wall inside of external swf file to change it's color. I'm sure that the problem is in path through which i'm trying to select a wall movie which is inside of UiLoader. Can any one tell me What'll be the path to trigger a function to a movie clip inside of Uiloader?
    Here is my code for Button to select a wall or roof ==================================
    import flash.events.MouseEvent;
    import fl.motion.MotionEvent;
    var targetObj:Object;
    selectWall_btn.addEventListener(MouseE… selectWall);
    function selectWall(evt:MouseEvent):void {
    targetObj = uiloader.movie_01.mask_01; <--------- I think problem is in this path....
    trace ("Wall is selected!");
    Here is code for uiloader ========================================…
    import fl.containers.UILoader;
    Object(this).slider_mc.thumb_01.addEve… loadMovie_01);
    function loadMovie_01(evt:MouseEvent):void {
    trace ("Movie is Loading!");
    var uiLoader:UILoader = new UILoader();
    uiLoader.source = "movies/movie_01.swf";
    uiLoader.scaleContent = false;
    uiLoader.x = 291;
    uiLoader.y = 19;
    addChild(uiLoader);
    uiLoader.addEventListener(Event.COMPLE… completeHandler);
    function completeHandler(event:Event) {
    trace("Number of bytes loaded: " + uiLoader.bytesLoaded);
    Error is this....
    Scene 1, Layer 'ActionsScript', Frame 1, Line 43
    1120: Access of undefined property uiLoader.
    Can any one Help me?

    PArt of the problem will be due to declaring the uiLoader inside of a function.  When you do that you limit its scope to within that function.  You should declare it outside of any function if you need to access it in more than one function.
    import flash.events.MouseEvent;
    import fl.motion.MotionEvent;
    var uiLoader:UILoader;
    var targetObj:Object;
    The other problems I see regard the line you point to.  It is not spelling the name the same, using a lowercase "l". Also, if you want to target what the UILoader contains, you should target its "content" property, as in...
    targetObj = uiLoader.content.mask_01

  • Attaching Flash's UIScrollbar component to a movie clip

    I'm attempting to attach Flash's UIScrollbar component to a movie clip so I can scroll graphics, pdf links and a series of flv files. I know how to attach the scrollbar to a dynamic text field (drag and drop) and have tried similar processes with the mc but no luck. I feel like it's not as simple as "drag and drop" and that the mc itself needs to have it's x and y's defined and then have script associated (note I'm using as3) but I'm lost. Suggestions?

    Yes, a compiler error comes up when I try to assign scrollTarget to this
    specific movie clip.
    For a quick fix...while I'm trying to work this out...is there a way to
    attach flash's UIScrollbar component to a movie clip. I've used it for
    dynamic text fields but haven't been successful attaching it to an mc.

  • Use flash player ActiveX component to load movie from resource

    How can I use a Flash Player 9 ActiveX component to load
    movies into my application from program resources.
    Thank you in advance.

    try this:
    // Load text as variable and assign it to the
    // dynamic text field
    var features_lv:LoadVars = new LoadVars();
    features_lv.onLoad = onText();
    features_lv.load("safetyFeatures.txt");
    function onText(success:Boolean) {
    if (success) {
    myText_txt.text = features_lv.safetyfeatures;
    } else {
    myText_txt.text = "unable to load text file.";
    or this
    // Load text as variable and assign it to the
    // dynamic text field
    var features_lv:LoadVars = new LoadVars();
    features_lv.onLoad = function(success) {
    if (success) {
    myText_txt.text = features_lv.safetyfeatures;
    } else {
    myText_txt.text = "unable to load text file.";
    features_lv.load("safetyFeatures.txt");

  • How to repaint a component when it moves?

    Hello, I have an application with many JPanels packed together, and one of them has a picture that I render with the paint() method, using the coordinates of the panel as reference. For example, suppose I were to draw the diagonal:
    Dimension d = getSize();
    int w = d.width;
    int h = d.height;
    g.clearRect(0, 0, w, h);
    g.drawLine(0, 0, d.width - 1, d.height - 1);Now on events of user input, the size of other components may change and I revalidate the root pane. This may move or resize my JPanel where I drew.
    So I thought paint() would automatically be called if the component is moved. But it's not! the JPanel moves around, with the diagonal staying in its old place on the screen (so it is no longer the diagonal of the moved JPanel).
    Why and How to do this properly?      It would not be easy, if the user changes any of the many components, to have to manually keep track of everything else and repaint() everything else on the account that it might move, or have to compute whether it moved and repaint(). Wouldn't I be doing the job of the layout manager then? (I use many nested GridBag Layout managers).
    Thank you for any insight. Mark

    For example:
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.image.BufferedImage;
    import java.io.IOException;
    import java.net.MalformedURLException;
    import java.net.URL;
    import javax.imageio.ImageIO;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JComponent;
    * @version 1.0, 11/13/2008
    * @author Pete
    * Image from Funny Junk website: http://www.funnyjunk.com/funny_pictures/
    public class MovePicPanel
      private static final Dimension PANEL_SIZE = new Dimension(800, 700);
      private JPanel mainPanel = new JPanel();
      private BufferedImage image;
      private JPanel picPanel = new JPanel()
        protected void paintComponent(Graphics g)
          super.paintComponent(g);
          if (image != null)
            //!! here's where I draw my image in the JPanel
            g.drawImage(image, 0, 0, this);
      public MovePicPanel()
        try
          image  = ImageIO.read(new URL("http://newmedia.funnyjunk.com/pictures/bills-in-context.jpg"));
        catch (MalformedURLException e)
          e.printStackTrace();
        catch (IOException e)
          e.printStackTrace();
        if (image != null)
          int width = image.getWidth();
          int height = image.getHeight();
          picPanel.setSize(new Dimension(width, height));
          picPanel.setLocation(0, 0);
        JLabel clickMeLabel = new JLabel("Click me and drag mouse");
        clickMeLabel.setFont(clickMeLabel.getFont().deriveFont(Font.BOLD, 32));
        clickMeLabel.setForeground(Color.red);
        picPanel.add(clickMeLabel);
        MouseAdapter mouseAdapter = new MyMouseAdapter();
        mainPanel.addMouseListener(mouseAdapter);
        mainPanel.addMouseMotionListener(mouseAdapter);
        mainPanel.setPreferredSize(PANEL_SIZE);
        mainPanel.setLayout(null);
        mainPanel.add(picPanel);
      public JComponent getComponent()
        return mainPanel;
      private class MyMouseAdapter extends MouseAdapter
        @Override
        public void mousePressed(MouseEvent e)
          picPanel.setLocation(e.getPoint());
        @Override
        public void mouseDragged(MouseEvent e)
          picPanel.setLocation(e.getPoint());
      private static void createAndShowUI()
        JFrame frame = new JFrame("MovePicPanel");
        frame.getContentPane().add(new MovePicPanel().getComponent());
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.pack();
        frame.setLocationRelativeTo(null);
        frame.setVisible(true);
      public static void main(String[] args)
        java.awt.EventQueue.invokeLater(new Runnable()
          public void run()
            createAndShowUI();
    }

  • Anyone know how to dynamically change the border of UILoader Component

    Hi All
    I am loading multiple instances of UI loader containing
    external SWFs on my stage. When user double clicks on the video
    thumbnail, an instance of UIloader will be placed on the main
    stage.The user can place as many UIloader instances on the main
    stage. My aim is that if user puts any UIloader on top of already
    existed UIloader, the existed loader will be replaced with the
    placed loader. I am successful in implementing that by using
    hitTestObject method for that. I am planning to provide enough
    feedback to the user for this UIloader replacement process, so i
    was thinking to change the border of the UIloader as soon as the
    dragged UIloader hits the already existed UIloader.
    Does anyone know how would I animate UIloader to give enough
    feedback to the user that it is being replaced. Creating an
    invisible movie and moving it wherever UIloader goes doesn't sound
    much efficient.
    Please help me out in figuring out this problem. Also
    if anyone has better idea to give enough feedback to user, that
    will also be welcome. Just to be little clear i have provided
    little pseudo-code(below) of what i am doing here.
    Any help will be highly appreciated.
    Thanks
    Anuj
    /***************Abstract Pseudo code for my
    problem*****************/
    myUILoader.startDrag();
    //Putting video on top of already existed videos
    var trackChild:Number=container.getChildIndex(myUILoader);
    var childContainer:DisplayObject=
    container.getChildAt(trackChild);
    for( var z:Number=0;z<=container.numChildren-1;z++)
    var restChild:DisplayObject=container.getChildAt(z);
    if(childContainer!=restChild)
    if((childContainer.hitTestObject(restChild))==true)
    //Show Animation during replacement
    //how would i give feedback here
    container.removeChild(restChild);

    What is a Lopp Browser?
    A typo I meant Loop Browser, sorry. On your iPad you can see the iTunes Library in the Loop Browser:
    Open the Loop Browser
    Tap the Loop Browser button in the control bar. The Loop Browser button is available only in Tracks view.The first time you open the Loop Browser, it shows the Instrument grid.
    I was told by a sales person at the Apple Store at one of my One-on-One sessions, that Mac would not transpose nor change tempo because my "live music" was not a "midi" file.
    GarageBand 10.0 will change the pitch and tempo of live recordings - midi as well as audio instruments, but not of audio files. But you need to enable the "Follow tempo and pitch" option in the track editor.
    Then you can transpose the region using the "Transpose" slider.
    And if you change the project tempo in the LED display after you enabled "Follow Tempo&Pitch" the recording will follow the new tempo.
    You can test this with a new project created on your mac.

  • Component in production order -problem

    Hi all,
    In one of my scenario, I am not able to understand system's behaviour as per my following observations:
    1. In Production Order - in Component List, system shows full quantity under the column Quantity withdrawn. To my knowledge, this indicates, component quantity is issued(with drawn) to order.
    2. But Production Order status does not shows as GMPS. It shows only REL PRC MACM SETC
    3. And I am not able to find out any issue movement (201,261,543......,) against that component in MB51. I have just entered component number and executed MB51. I am getting only 561 mvmt and 261 mvmt for some other order for different quantity. Nothing relevant to this production order.
    4. In COOIS, under component overview, I am getting information as Planned qty 30 and Withdrawn 30.
    5. This material is to be issued thru 543 as the operation to which it is assigned is external processing.
    In production order item detail also shows as 543 mvmt and quantity withdrawn also as 30.
    6. I verfied that external processing PO component list also. This component does not exist there.
    I am totally confused based on the above system's behaviour. What could be the problem?
    Can anyone throw some light on this issue?
    Thanks in advance.

    Dear Jeevan,
    I assign one operation to external processing by control Key - PP02.
    When i create production order , PR is generated for the external operation.
    In this when , i see COOIS report at component level , qty withdrawn  shown as zero.
    But when i relesae PR to PO for the external opertaion , there is qty shown  in  qty withdrawn column  ( Same as qty required ) ?? in COOIS report.
    But i have not issue any qty, than why there is qty shown in qty withdrawn column.
    Regards
    Vin

  • 9.2.2 install/move problem with G4 QS 2002

    I have a G4 QS 2002 with two 500GB HD's. One is partitioned into six unequal partitions, Leopard, Tiger, Panther, System 8.6 - 9.2.2, Yellow Dog, and Scratch. The Leopard has a bootable System 9.2.2 and as soon I have 10.5 in my hands AND my problem is solved, will have the Leopard OS installed. The other HD has one very small emergency partition that was created by the installation of TechTool Pro with 10.3.9 and one "large" partition.
    My problem is: 10.5 doesn't support/have the "Classic Environment" and I don't want to risk screwing up having a bootable 9.2.2 OS by the 10.5 installation, so I'd like to have the "System 8.6 - 9.2.2" partition be able to boot 9.2.2 instead but I haven't been able to achieve that yet.
    What I've tried is:
    1. Booted into 9.2.2 and attempted to do a copy but when booted into 9.2.2, it doesn't "see" the target partition because I don't let it reformat the partitions that it doesn't recognize such as the "System 8.6 - 9.2.2" partition when I boot into 9.2.2, so that partition and a few others are not mounted when I boot into 9.2.2 (I might let it reformat it if I can be sure which of the partitions it wants to reformat is which).
    2. I created an image of the 9.2.2 bootable partition with Tiger's Disk Utility and tried to restore it with the "System 8.6 - 9.2.2" partition as the target. It didn't want to do that. I booted with the Tiger install DVD and restored the bootable 9.2.2 image to the "System 8.6 - 9.2.2" partition (selected the "Erase target" option). I restarted the Mac and I notice that the restored system folder is not graphically "blessed". I can choose the "System 8.6 - 9.2.2" partition as the startup disk but it won't boot and instead the Mac eventually boots another OS. If I restart and hold down the option key, I can see that there are two bootable volumes labeled "Leopard", the original one and the restored one which in the Finder and Disk Utility is labeled "System 8.6 - 9.2.2" but it won't boot with the "System 8.6 - 9.2.2" partition that way either.
    3. I put the special version of the QS 2002 specific System 9 install CD into the DVD drawer, restart, and held down the "C" key, but the Mac eventually booted another OS. I booted into 9.2.2 and tried to launch the install SW but it couldn't see the "System 8.6 - 9.2.2" partition (see #1 above) and neither could any of the System 9 disk utilities with the CD. I boot Tiger, launch "Classic Environment" and try to run the installer but after a few screens it complains regardless if I let it do a clean install or update the restored 9.2.2 from the Leopard partition.
    The options I think I have at this time are:
    1. Boot into 9.2.2 and let it reformat the "System 8.6 - 9.2.2" partition if I can determine which partition it is and try the various steps again hoping that one will work.
    2. Install 10.5 into the Leopard partition and hope that it doesn't screwup the ability to boot 9.2.2 afterwards.
    3. Install 10.5 into the "System 8.6 - 9.2.2" partition, which is half the size of the Leopard/Tiger/Panther partitions, and live with the smaller size (or try a partition utility like iPartition, DiskStudio, or hope that the DU with 10.5 can resize partitions without really deleting them first).
    4. Do what I did originally, locate my System 9 install CD, see if I can still boot with it and install a generic System 9 into the "System 8.6 - 9.2.2" partition and update the SW with the QS 2002 specific System 9 install CD so it is bootable.
    5. Try a cloning utility like CCC, SuperDuper, etc. and hope it works better than creating an image and restoring it (isn't that how Apple intends for us to do backups and recoveries?).
    6. Back up everything even though making images doesn't seem to be foolproof, repartition the HD and reinstall/restore (I don't like this since I don't seem to have the image/restore process working to my liking and this would take a very long time (maybe 10.6 will be shipping by the time I'm done but I doubt if it Apple will support G4's with 10.6)).
    OR somebody tells me what I'm doing wrong or why my efforts don't work or what is the process that achieves my end state.
    TIA.

    Hi, barubin -
    If a volume (volume = an unpartitioned drive, or a partition of a partitioned one) does not mount when the machine is booted to OS 9, this usually means the drive or the volume does not have OS 9 drivers installed. This usually results when the drive was last formatted using OSX's Disk Utility to initialize the drive, and the option to install OS 9 drivers was not selected.
    Article #106849 - Disk Is Available in Mac OS X But Not in Mac OS 9
    If a volume does not mount when the machine is booted to OS 9, then OS 9 can not be installed on it using an OS 9 Install CD (since it is not available to, can not be 'seen' by, the installer app); and it can not be used as an OS 9 boot volume (if OS 9 can not mount the volume, then OS 9 on it can not mount itself).
    The above article suggests one possibile way to recover from that without re-initializing the drive - boot the machine to OS 9, run Drive Setup. Select the drive in question (Drive Setup can not do this for a single partition of a partitioned drive), then choose Update Driver from the Functions menu. Note that this is a non-destructive function - no data will be lost from the drive whether or not it works. If it does work, the drive, and its partitions, will then be mounted on the desktop.
    Unfortunately that recovery method rarely works, and it then becomes necessary to redo the partition or the drive.
    This can be done using OS 9's Drive Setup, but only on a whole-drive basis - Drive Setup can not re-initialize a single partition of a partitioned drive.
    It can also be done using OSX's Disk Utility; Disk Utility may be able to redo a single partition of a drive (I don't use OSX so can not test that), but it is probable you would need to redo the entire drive. Be sure to select the option to install OS 9 drivers when using Disk Utility - that option is not always selected by default.
    In either case select Mac OS Extended as the format.
    <hr>
    OS 9 has a boot limitation - the volume it is on can not exceed 200GB. 190GB is a safe max volume size to pick for an OS 9 boot volume when partitioning a drive.
    <hr>
    The installation of OSX (any version) on an OS 9 boot volume should have no effect on the OS 9 install or its bootability, provided the install method is a simple installation (no Archive and Erase, etc.).
    <hr>
    It is not necessary to use a cloning utiity to move/copy OS 9 to a different volume or drive, and have it be usable. OS 9 can be installed -
    • From an Install disk valid for the machine
    • Or by doing a simple Finder copy of it - drag the OS 9 Syatem Folder (and its associated folders, such as Applications (Mac OS 9) and Documents) to the target volume and let go, letting Finder copy it there.
    Usually a copied OS 9 System Folder is usable immediately.
    Occasionally it will arrive unblessed - it will not display the Mac OS glyph on top of the folder icon. The solution for that is to re-bless it. This can be done one of two ways (best done while booted to OS 9) -
    • Open the System Folder, double-click the file System to open it. Close System; close the System Folder.
    • Drag the files Finder and System out of the System Folder; close the System Folder. Drop the files Finder and System back into the closed System Folder.

  • Jittery MC movement problem with AS 2.0

    Pardon me if this is a simple, obvious thing that I'm missing, but I'm out of options after searching all over the place for an answer. I'm having trouble with something that used to work fine for me in previous versions of Flash (MX and CS3), but now that I'm updating my website using CS4, I'm encountering a problem, that didn't exist before.
    I'm trying to slide a movie clip that contains buttons horizontally at varying speed based on the distance from the middle of the screen. Everything worked fine when I did it years ago, but the movement of the sliding MC now is very jittery. Even old versions of my website when loaded into CS4 appear jittery even though they didn't years ago.
    I tried everything I could think of....
    1. increasing the fps from 30 to 60 or higher
    2. publishing at various settings: player version, AS version, hardware acceleration, etc.
    3. placing all images/MCs on round numbers instead of floats
    4. changing the _quality setting to "BEST"
    So I boiled the problem down to its most basic element, I took everything out and created a single MC with two images on it moving to the right via onClipEvent in the following code embedded in the MC:
    onClipEvent(load) {
    _quality = "BEST";
    onClipEvent(enterFrame) {
    this._x +=2;
    Both images and the MC are on round numbers and the _x increment is a round number: 2. 30 fps, published as Flash 8, AS 2.0, saved as a CS4 .FLA document. Image smoothing is on.
    Here is a link to the exported sample:
    paullewis.us/test/index.html
    If you watch the clip, wait until the photos go out of frame... at some point, the movement will be jittery.
    Any help would be greatly appreciated. I have some nice, new photos I'd like to add to my site and this problem is driving me crazy! Thank you.

    kglad,
    I'm seeing the same hesitating horizontal movement on your clip that I'm seeing on mine.  I checked using Firefox and IE, and am running both on 64-bit Windows 7 with the most recent Flash version (10.1.102.64).  I thought that it could be some issue with my video driver/card/settings so I also checked my .SWF on a Windows XP machine and saw the same jittery movement.
    When you view your clip, does it appear 100% fluid, no hestiation?
    Thanks!
    Paul

  • Movie problem

    Ok I bought The Dark Knight off of itunes, and i want to put it on my ipod. This is the first movie i have bought off of itunes. How come the movie wont download to my ipod touch??

    ok cancle this i found my problem and it was pretty simple!!

  • IPad, component video, and movies in HD?

    I have an iPad 2 that I connect to my TV with a component video breakout--I know that an HDMI breakout is available, but I originally bought the component breakout to use with an iPod Classic and, well, it works with the iPad 2.
    When I connect the iPad 2 to the TV, the TV says the connection is via 480p. Given this, is there any merit to paying the extra $1 to rent a movie in HD, or will SD be equally as good at this resolution?
    Thanks!

    I have it figured out; please disregard the question.  Thanks!

  • Avi, mpeg and mov problems

    I`m having no luck playing streamed .avi, mpg and .mov ( all video) files.
    The avi and mpeg video files freeze up upon start up and only show the first second of the video for the first 5-10 minutes. After that they play fine although with no sound. They also play and sound fine after being downloaded and then opened.
    The mov files only show the sliding bar or , after being saved , the blank QT screen with the bar sliding and no sound.
    Also , the QT "intro" on apple.com/quicktime (the timberlake video) refuses to play properly, it just comes in very "blocky" with only occasional sound bits getting through. The same can be said about some avi files, when they do work.
    I have flip4mac , divix, 3vix, xvid installed. Tried perian but that completely killed all streaming avi playback , just a Q with ? mark. Downloaded AC3 codec and put in the QT folder. no luck.
    These are the sites in question.
    http://www.justintimberlake.com/QuickTime/justintimberlakeqt.html
    http://www.geocities.com/Heartland/Prairie/1568/videos/riki_discovers.mov
    Couldn`t find any avi movies to use as an example.
    Last question. Is there a way to automaticaly stream avi and mpg files in the same QT screen as wmv and asf files?
    thank you and sorry about the long post.
    imac intel core2duo   Mac OS X (10.4.8)  

    Try VLC media player regarding playing .avi files.
    ===============
    I had no problems playing the Timberlake video. However, when I tried to play your second link (.mov) all I got was the bar, no audio or video.
    Regarding your 1st link, have you tried repairing permissions & restarting?
    Regarding your 2nd link: Apparently, it's a bad video link & no fault of yours or your computer.
    ====================
    "Is there a way to automaticaly stream avi and mpg files in the same QT screen as wmv and asf files?"
    The following is a work-around for .avi files. Not sure if it will also work for .mpg files.
    Open the file with QuickTime Player.
    Open the Movie Info window (Command-i).
    Note the name of the video codec used in the file.
    Do a Google.com search for codec name +Mac and download one appropriate for your OS and computer.
    Quit and relaunch QuickTime after installing the new codec.
    Try the file again.
    Thanks to QuickTimeKirk for the above info.
    ================
    Regarding no audio sometimes................
    If repairing permissions does not work, then try the following:
    KB article - No sound from some applications, but system alert sounds play (Mac OS X 10.3, 10.4)
    Another trick: If you have GarageBand installed, open it and then quit.

  • YouTube Movies Problems? Clear Cache & Cookies

    When you hit a link to a YouTube movie on the iPhone, it will open the movie in mobile Safari. Movies wouldn't play and I got a black blank movie on the page with an error message saying that I needed to download Flash. This error message seems to be inaccurate. I fixed the problem by clearing cache and cookies in Settings/Safari. I don't know why that fixed it but not having Flash had nothing to do with why the movie wouldn't play - at least that's the way it appears to me. The error response from mobile Safari is just wrong. Note that the same movie played OK on the mobile YouTube app, but email links to YouTube don't call the YouTube mobile app
    Also, Apple's mobile YouTube app "Sharing" function is limited and doesn't tap into the real power of YouTube sharing (Facebook, Twitter etc.). It only allows you to share by sending the link in an email. This makes for a lot of extra work to share a video to friends. Perhaps they'll expand the sharing function in a future update to the app.
    It would also be nice in the future if you could set preferences for hyperlinks to call an app other than Safari - i.e. a link containing "YouTube" would call the mobile YouTube app, rather than Safari
    Like I said, I don't know why clearing cache or clearing cookies fixed the problem, but it seems like a problem that could be fixed. The desktop Safari doesn't do this

    I just noticed that YouTube links in email do open up the YouTube app. Prior to clearing cache and cookie the links were opening up Safari.

Maybe you are looking for