Buttons/MC on timeline don't appear until mouse roll over in browser

Hello all,
I am experiencing some weird behavior with some moveclips and buttons on my video player; (as2)
http://websites.danielnwilliams.co.uk/crankmedia/
I have created a video player that has the scrubber/playpause button actually move with the position in the video. There are other links that appear when the main video is at a certain point. There seems to be 2 problems with it which I cant figure out what is going on...
-1st is that the scrubber is actually linked to the timeline (where the buttons are on) with the follwing code;
MovieClip.prototype.scrubbb2 = function (x)
    var f2:Number = Math.round (this._totalframes * x);
    this.gotoAndStop (f2);
For some reason the timeline starts from when the video is buffering, so its all out of sync with certain points in the video. But when you move the scrubber, the timeline seems to 'snap' into place and then all the videos line up. What have I done wrong here?!
-2nd is that the link buttons will not appear unless the mouse is over the flash video player on the webpage. If your mouse is out of the video player nothing appears when its meant to. as soon as you put the mouse cursor into the flash player the links (that are meant to be visible) appear instantly. Is there a way to make them always appear on time?!
Any help is greatly appreciated
Cheers
Dan

yes, you can use, add and remove cuepoints in as2 but that's not what you should do for a scrubber.  you should use the metadata event to determine your flv's duration and use a loop (eg enterframe), to update the scrubber's position based on the duration and the netstream's time property.
when your scrubber is dragged, delete the enterframe loop and use the seek() method to direct the stream to the correct point.
you'll use a little algebra control your scrubber's position based on the netstream's time and you'll control your seek parameter based on the scrubber's position:
// to determine the seek time given the scrubber.dragbar position:
paramF(scrubber.dragbar,0,0,scrubber._width-scrubber.dragbar._width,duration);
// to determine the scrubber.dragbar position given the netstream time
paramF(scrubber,0,0,duration,scrubber._width-scrubber.dragbar._width);
function paramF(mc:MovieClip,x1:Number,y1:Number,x2:Number,y2:Number){
mc.m=(y1-y2)/(x1-x2);
mc.b=y1-mc.m*x1;

Similar Messages

  • Scroll bars turn white and don't move until mouse hovers over.

    I recently started using Photoshop on my surface pro 3 and when I scroll (using the track pad) side to side and up and down the scroll bars will turn a white color and just freeze. The bars don't go back to normal until I take my mouse and hover over them. I can use my mouse to click the scroll bars and move them without a problem just not track pad use.
    This is also the newest version of CC.

    I never use a null layout myself but if I've copied any code off this forum where someone else has, then usually I can't see the components and have to change it to FlowLayout or whatever is best suited to achieving the desired result.
    Try setting your top panel to a FlowLayout and see if this cures the problem.

  • Indesign Menu's dont appear until i hover over them.

    Indesign Menu's dont appear until i hover over them.This also includes my tools and other menu's within the software.
    When i hover over them they appear distorted/Fragmented.
    I have tried clearing the app data files.
    I have updated my graphics driver.
    I have run a SFC Scannow.
    Im currently running Indesign CC version 9.
    Im at a point where i am willing to reinstall, but i just thought i would post too see if any additional options could be taken.

    Replace, or "trash" your InDesign preferences
    http://forums.adobe.com/thread/526990

  • Much of my text looks fuzzy until I roll over it with my mouse

    much of the text looks out of focus until i roll over it with my mouse, then it is clearly readable

    This usually occurs because you're printing a photo in an Aspect Ratio different from the actual shot. The Aspect Ratio is the shape of the photo, expressed as the length x breadth.
    So, if you have - for instance - a 4:3 shot and try print that at  4:6 you will have issues.

  • PS CS5.1 - Changes/additions to doc don't appear until I zoom in/out of image

    Good evening,
    Over the past few weeks I've encountered a problem with Photoshop CS 5.1. Anytime I make an addition or alteration to an image (not a photo, but a digital composition) whatever I've done does not appear until I zoom in or out of the image. I have also tried waiting a few seconds to see if the program just lagged but it still doesn't appear until I zoom in or out. An example would be if I add text to a document, while I'm typing the cursor will move as I type but the text doesn't appear until I zoom. This is with solid text and of a color differing from the background.
    I tried increasing the memory available to the program (I have given it about 6gb), still occurs. I uninstalled and reinstalled the program, problem persists.
    I'm running Windows 7 64bit, Intel i7 1.6ghz, 8 gb of memory
    Any possible solutions would be very helpful. I've resorted to using CS2 and I would love to move back to CS5.
    Thanks

    Hi there! Because the forum you originally posted in is for beginners trying to learn the basics of Photoshop, I moved your question to the Photoshop General Discussion forum, where you'll get more specialized help.

  • Mnemonics don't appear until alt key is pressed

    In a swing application, mnemonics have been given for all the JMenuItems. When the application is started, the underlined mnemonics do not appear until the alt key is pressed. Can any one throw some light on this strange behaviour?

    However, I don't want any text (either a preview of the message or even who the message is from) to appear in the lock screen.  I just want an audible or vibration alert to sound.  I do still want a banner alert when not in the lock screen.  Is this possible?

  • IOS 8.2: New photos don't appear in camera roll

    Hello,
    I am using the latest iOS 8.2 on an iPhone 6. Very often new photos don't appear in the camera roll. As if they were never taken!
    Funniest thing is: in the camera app I can see the last picture in the bottom left but when I click it the camera roll shows me the photo taken before that (so it doesn't show me the one which is shown as a small preview in the camera live view).
    Any way to clean up this mess? I tried resetting the phone and restoring an iTunes backup w/o success. Thanks!!!
    Cheers Argentinos

    Ok, so I got my pictures back, the ugly way though. What I did:
    - made an iCloud backup of my phone (only 2GB instead of the earlier 4GB, because the camera roll was empty)
    - restored my last iTunes backup, this was a month old. It was made right before i upgraded to iOS5.
    - My pictures were back on my iPhone so i downloaded them to my PC.
    - Then I restored the iCloud backup from my phone. The one I made before I restored the iTunes backup.
    The pictures where gone again, but at least I had them on my PC.
    I don't trust iCloud backups anymore. The backup itself holds all your settings and remembers which apps and data you had installed. But it went wrong when it had to redownload the pictures from the cloud. It was a hard lesson learned. From now on I'll backup my pictures once in a while. I was used to what Apple promises: that everything "just works". No, it doesn't.

  • GUI components only appear when mouse passes over them???

    I have a frame that contains componentes but they only appear when my mouse passes over them or clicks on them. can any one help with this. i do only set vibible after i have added them but the problem seems the same as if i haddent.

    Sorry i couldn't make a SSCCE because it doesnt happen with small programs. my code is pretty long but here it is if any one can help.
       import java.io.*;
       import javax.swing.*;
       import java.awt.*;
       import java.awt.event.*;
       import java.awt.image.*;
       import jmfdemo.*;
       import java.util.*;
        public class LaserControll extends Frame implements ActionListener
          //Setings
          int vk[]=new int[9];
          int samplePlus=100;
          boolean vis=true;
          int rePaint=1000;
          int time=250;
          int numP=5;
            //End of Settings
          private BufferedImage image1;
          private FrameGrabber vision1;
          private int threshold = 200;
          private Color on = Color.white;
          private Color off = Color.black;
          int x,y;
          Rectangle r1,r2,r3,r4,r5,r6,r7,r8,r9;
          boolean found=false;
           public void paint(Graphics g) {
             if (image1 != null)
                g.drawImage(image1, 10, 30, this);
           public void load()
             try{
                File f=new File("Data");
                Scanner sk=new Scanner(f);
                for (int y=0;y<9;y++)
                {sk.nextInt();
                   sk.nextInt();
                   sk.nextInt();               
                   sk.nextInt();
                   vk[y]=sk.nextInt();
                vis=sk.nextBoolean();
                samplePlus=sk.nextInt();
                rePaint=sk.nextInt();
                time=sk.nextInt();
                numP=sk.nextInt();}
                 catch(Exception q)
                {System.out.println(q+"");
                   JOptionPane.showMessageDialog(null,"Error: Data File Cannot be Found","Error",JOptionPane.ERROR_MESSAGE);
                   System.exit(0);
           public void update(Graphics g) {
             paint(g);
           public void getRects()throws IOException
          {File f=new File("Data");
             Scanner sc=new Scanner(f);
             int x,y,w,h;
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r1=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r2=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r3=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r4=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r5=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r6=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r7=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r8=new Rectangle(x,y,w,h);
             x=sc.nextInt();
             y=sc.nextInt();
             w=sc.nextInt();
             h=sc.nextInt();
             sc.nextInt();
             r9=new Rectangle(x,y,w,h);
           public int sample()
          {int sample=image1.getRGB(x/2,y/2);
             int sr,sg,sb;
             Color sc=new Color(sample);
             sr=sc.getRed();
             sb=sc.getBlue();
             sg=sc.getGreen();
             sample=((299 * sr + 587 * sg + 114 * sb) / 1000);
             return sample;
           class WindowListener extends WindowAdapter {
              public void windowClosing(WindowEvent e) {
                System.exit(0);
           public LaserControll()throws Exception {
             Robot r =new Robot();
             load();
             addWindowListener(new WindowListener());
             setTitle("Laser Control");
             try {
                vision1 = new FrameGrabber();
                vision1.start();
                 catch(FrameGrabberException fge) {
                   System.out.println(fge.getMessage());
             image1 = vision1.getBufferedImage();
             setResizable(false);
             Color col = new Color(229,229,229);
             setBackground(col);
             x=image1.getWidth()-1;
             y=image1.getHeight()-1;
             for (int i=0;i<5000;i++)
                image1 = vision1.getBufferedImage();
                repaint();
             int sample=sample();       
             try{
                getRects();}
                 catch(Exception z)
             JButton hide=new JButton("Hide");
             hide.setBounds(35,183,100,20);
             hide.addActionListener(
                    new ActionListener() {
                       public void actionPerformed(ActionEvent e)
                         setAlwaysOnTop(true);
             JButton rc=new JButton("Recalibrate");
             rc.setBounds(35,160,100,20);
             rc.addActionListener(
                    new ActionListener() {
                       public void actionPerformed(ActionEvent e)
                      {int sam=sample();
                         JOptionPane.showMessageDialog(null,"New Threshold set to: "+sam+samplePlus,"Recalibrated",JOptionPane.INFORMATION_MESSAGE);
             JTextField status= new JTextField("");
             status.setBounds(146,184,20,19);
             status.setEditable(false);
             setLayout(null);
             add(status);
             add(hide);
             add(rc);
             setSize(image1.getWidth(this) + 20, image1.getHeight(this) + 95);
             setVisible(vis);     
          repaint();
             while(true) {
                image1 = vision1.getBufferedImage();
                repaint();
                try {
                   Thread.sleep(1);
                    catch(Exception e) {
                      System.out.println("Error");
                for (int i=0;i<x;i=i+numP)
                   for (int j=0;j<y;j=j+numP)
                      int v=image1.getRGB(i,j);
                      Color c =new Color(v);
                      int red=c.getRed();
                      int green=c.getGreen();
                      int blue=c.getBlue();
                      int b=(299 * red + 587 * green + 114 * blue) / 1000;
                      if (b>sample+samplePlus)
                         if (r1.contains(i,j))
                            r.keyPress(vk[0]);
                            r.keyRelease(vk[0]);
                            status.setText("1");
                            found=true;}
                         if (r2.contains(i,j))
                            r.keyPress(vk[1]);
                            r.keyRelease(vk[1]);
                            status.setText("2");
                            found=true;}
                         if (r3.contains(i,j))
                         { r.keyPress(vk[2]);
                            r.keyRelease(vk[2]);
                            status.setText("3");
                            found=true;}
                         if (r4.contains(i,j))
                         { r.keyPress(vk[3]);
                            r.keyRelease(vk[3]);
                            status.setText("4");
                            found=true;}
                         if (r5.contains(i,j))
                         { r.keyPress(vk[4]);
                            r.keyRelease(vk[4]);
                            status.setText("5");
                            found=true;}
                         if (r6.contains(i,j))
                         { r.keyPress(vk[5]);
                            r.keyRelease(vk[5]);
                            status.setText("6");
                            found=true;}
                         if (r7.contains(i,j))
                         { r.keyPress(vk[6]);
                            r.keyRelease(vk[6]);
                            status.setText("7");
                            found=true;}
                         if (r8.contains(i,j))
                         { r.keyPress(vk[7]);
                            r.keyRelease(vk[7]);
                            status.setText("8");
                            found=true;}
                         if (r9.contains(i,j))
                         { r.keyPress(vk[8]);
                            r.keyRelease(vk[8]);
                            status.setText("9");
                            found=true;}
                         if (found==true)
                            try
                               Thread.sleep(time);
                                catch(Exception e)
                                  System.out.println("Error!");
                            sample=sample();
                            for (int z=0;z<rePaint;z++)
                               image1 = vision1.getBufferedImage();
                               repaint();
                            found=false;
               setVisible(vis);
           public void actionPerformed (ActionEvent e)
           public static void main(String[] args)throws Exception {
             LaserControll a=new LaserControll();
       }

  • Some messages just don't appear until restarting mail?

    Hi we use kerio as our mail exchange server and its running great. The problem is i believe with apple mail checked the mail server logs all fine.
    Sometimes, like this morning for instance I spoke to someone this morning who had sent me an email and it didn't show in my inbox until i just restarted mail this afternoon when it appeared??Sometimes the mail appears on the iphone at the correct time running exchange and not in mail.
    This is happening to a few people in the company and I'm getting it in the ear.. for missed deadlines.
    Anyone having similar experiences or know of the reason why? and how to rectify it? Its only the odd occasion, but it always seems to be an important email.
    Thanks for your help.

    How it works:
    After the installation you won ‘t find an application icon as it integrated within your menu options only. Visit the locations you want to white list and add them to the WiFi-Manager list. Ensure you have enabled the WiFi manager and then you ready to go.
    Note: Sometimes a location might be between two cell towers or more so you might have to add the location multiple times to ensure you cover each cell tower.
    Description copy from Blackberry App World
    http://appworld.blackberry.com/webstore/content/18062/?countrycode=US

  • My iphoto freezes when trying to use the standard eBay photo upload, the problem started after a recent iOS 7 update. The album photos don't appear until I try and close the upload and immediately freezes. Attempts to close iphoto fail.

    A week or so ago I reacted to an Apple update message. The update completed and this left me with a couple of problems. When the imac started up there was a Glims message on screen telling me that the computer had not closed entirely and asking if I wanted to allow glims to reopen previously open files. I ticked yes and Safari froze immediately. This would happen even after a restart, Safari would start up with the Glims message on my Yahoo mail account. Then whether I clicked on the Glims message or not one of various adverts would appear and Safari would immediately freeze. I managed to override this by quickly entering Safari extensions and subscribing to an advertisement blocking programme. Safari now worked without problems but the blocking programme created other problems mostly with iphoto. The eBay uploaded photos were minute. So I decided to remove the Safari blocking extension and all seemed fine for everything except iphoto which now freezes every time I try to upload eBay photo's using the eBay standard upload problem. Yesterday I changed to the other BASIC upload option and that did work. Thought it might be a one of glitch on the Standard but obviously not. Anyone's help would be appreciated. I note that at least one other member is experiencing the same or similar problem today.

    Sorry I am 70 and not very computer literate. Please explain in simpler terms. Perhaps I should have said Apple update for my iMac. It did however include an iphoto update. My imac is 3 years old, I also have an ipad 2 and iPhone and both received iOS 7 updates around the same time.

  • Flex app doesnt not appear until mouse over?

    I have a flex app embeded into a web page. It seems to work right in FF and Chrome but all the IE users it is just blank, and stays blank until you move the mouse over the blank spot where it is supposed to be...then it appears instantly. Does anyone have any clue why or how to fix this?
    Thanks!!

    I found an answer here: http://forums.adobe.com/message/1979424#1979424
    I need to set focus on load like this:
    <body onload="document.getElementById('WeddingBandBuilder').focus()">
    However I am having trouble doing this because the <body> tag is locked my the template..is there a way I can do the equivalent with a script in the <head> tag?

  • Random text not clear until mouse runs over text

    When using Firefox some letters or words are not clear until I pass the mouse over them; then they appear normal. Letters seem broken and slightly faint until they are "moused." Other parts of the screen are fine. This only happens on my main monitor with a DVi-D connector to the PC. It doesn't happen with my second monitor which has an analogue connection. My main monitor also has a D-SUB socket but not on my graphics card. No problem with word files or graphics or videos.

    I couldn't update my graphics driver so i tried your alternative suggestion.Seems to have worked. Thank you. I didn't have this problem with Internet explorer which I tried, so it must have been the Firefox acceleration. Thanks again.

  • JTextField and JButtons not appearing until clicked.

    I'm writing a program to refresh my CS1 java skills. For some reason when I try to add a JTextField and two JButtons to my container they don't appear until Ive clicked them.
    Actually more specifically, this only happens after a 100ms wait after setting the frame visible. Any less and the components wind up visible, but scrunched up in the top middle of my frame.
    Ive found that if I add the components before and after the wait they are visible and in the correct place, but this makes a noticeable flicker.
    I'm running windows vista if that matters.
    If someone could help me I would appreciate it.
    snippet of code:
    public scrollText()
         drawingThread.start();
         mainFrame.setSize(640,160);
         mainFrame.setContentPane(draw);
         mainPane = mainFrame.getContentPane();
         mainPane.setBackground(Color.white);
         mainFrame.setResizable(false);
         mainFrame.setVisible(true);
         try
              Thread.sleep(100);
              addInterface();
         catch(InterruptedException e){}
    public void addInterface()
         textInput.setBounds(1,103,501,31);
         play.setBounds(502,103,65,30);
         play.addActionListener(this);
         stop.setBounds(568,103,65,30);
         stop.addActionListener(this);
         mainPane.add(textInput);
         mainPane.add(play);
         mainPane.add(stop);
    }

    Postings can't be moved between forums. Now you know for the next time.
    The general form for building a GUI is
    frame.getContentPane().add( yourComponentsHere );
    frame.pack();
    frame.setVisible( true );Then all the compnoent will show up according to the rules of the layout managers used.
    However is you add components to the GUI "after" the GUI is visible then the components are not automatically painted. You need to tell the GUI to invoke the layout manager again so your code would be:
    frame.getContentPane().add( componentsToVisibleGUI );
    frame.getContentPane().validate();

  • How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)

    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    3° Ive created buttons linking pages..
    - "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'
    - what should i do?
    5° Once i export it into Swf. how how can i visualize it? or put it online?
    Thank you for your time.

    stlbbl4u wrote:
    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    You should setup Object Styles - these can also include Paragarph Styles that can be triggered when the Style is selected.
    http://help.adobe.com/en_US/indesign/cs/using/WS5CEDB81A-0011-4dc9-9DE8-AC7AD4C80076a.html
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    I'm not sure what you mean - I don't do files with Animations
    3° Ive created buttons linking pages..- "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    Does it work properly when you export it to the finished file?
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'- what should i do?
    InDesign won't link directly to youtube videos. I think your best bet would be to use Downloader to download the video and embed them directly in Indesign.
    5° Once i export it into Swf. how how can i visualize it? or put it online? 
    Thank you for your time.
    You can look up how to embed a SWF file into your HTML - but it depends what you mean by "online" there's a dozen ways to get a file "online".

  • Safari 4 images all have red cast until mouse over?

    I've searched fairly extensively for anyone else having this same problem, and I note a number of possibly related threads on the colour/color management in Safari, but this problem seems to be slightly different. Perhaps someone will tell me this is a feature, but I can't find it listed. I'm finding that on many pages, such as www.news.com.au, images (of any size) have a distinct orange or red cast until I pass my mouse over them. A smaller but possibly related problem occurs with text and especially links, which are sometimes a garish bright blue until my mouse rolls over them.
    To fix the images requires only a mouse over, and seems almost instantaneous, but this is tedious, and the pages look really ugly. Does this happen on all pages? No, for instance I did a search for "Steve Jobs" on Google images and the results all look fine. Do I have a MBP and a second monitor (which has been mentioned in the other threads)? Absolutely, a 24" Apple LCD.
    If I understand the color management issues, images don't suddenly correct themselves when you move the mouse over them, which is why I thought I'd post this to see if there is a fix, or if anyone else is experiencing the same thing.
    Thanks for any replies.
    Ivan

    And I'd like to report that although the red cast has gone away, it pales in comparison to the new problem, where images go monochrome/sepia, which I'm now experiencing. Moving the window over to the laptop screen and back to the second display seems to fix it, not exactly a great workaround. I hope someone fixes this bug soon, it's pretty nasty.

Maybe you are looking for

  • How do I add Creative Cloud to my Photography only plan?  I need Illustrator.

    I have the Creative Cloud for Photography only.  I need to use Illustrator as well.  I have tried to update but I am not having any success. 

  • How to get a computer name in teststand step ?

    how to get a computer name in teststand step ?

  • Parameterized XSLT Mappings

    Hello, I'm trying to implement a Parameterized XSLT Mapping. But in the documention is a gap (see http://help.sap.com/saphelp_nwpi711/helpdata/en/43/bbb7fd90f5332ee10000000a11466f/frameset.htm). In Action 2 is written: "When the XSLT mapping program

  • IMac doesn't see iPods/iPhone

    It doesn't recognize any of these: 1 iPod Classic. 1 iPod touch. 1 iPhone 3G. It doesn't appear in the Desktop, or Disk Utility, or iTunes. I connect any of these and nothing happens in the iMac or in the iPhone/iPods. No beeps, no hard drive noise,

  • CBO and FROM clause

    hi, is the concept of ordering of tables in FROM clause still valid for CBO. I mean the concept of oracle selecting the driving table based on the positions of table in FROM clause still valid?? If yes, then how should the tables be placed? the one w