Why won't this scriipt work with Firefox? embed src="News2008Fall.pdf" width="615" height="3200" /embed

Please tell me why this script won't work with Firefox. It works with Safari. Here is the page that includes the script: www.lionsgatehoa.org/newslettertest.html. Thank you. Tom Engleman
Here is the script in my html document:
<embed src="News2008Fall.pdf" width="615" height="3200"></embed>
edit: removed phone #

Works for me on Linux.<br />
Your system details list doesn't show the Adobe Reader plugin, so you will have to (re)install that program.
See:
*https://support.mozilla.org/kb/Using+the+Adobe+Reader+plugin+with+Firefox
*http://kb.mozillazine.org/Adobe_Reader
*http://get.adobe.com/reader/otherversions/

Similar Messages

  • Why won't Norton Toolbar work with Firefox 23.0.1?

    Norton Toolbar 2013.4.1.2 is disabled and no option to enable is available. I have updated my Norton 360 with all the latest upgrades. Norton's site says it has updated it's software to be compatable with Firefox 23.
    Thank you in advance,
    Larrey

    This KB article has information about [[https://support.norton.com/sp/en/us/home/current/solutions/v72380606_EndUserProfile_en_us|Norton Toolbar Support]] Norton Toolbar and instructions to Download and Install Norton Toolbar in your browsers, https://support.norton.com/sp/en/us/home/current/solutions/v72380606_EndUserProfile_en_us

  • Why won't this iPhone work with this SIM??

    I recently sold my iPhone 3GS on eBay after getting my iPhone 4. Before I shipped it, I took out the SIM, and wiped it of its data. I shipped it out, and now the buyer is telling me that he cannot activate it with his SIM card or service. He says he has the data plan etc. I didn't unlock it or anything... All I did was take out the SIM, wipe it, then ship it. What are some possible reasons he cannot use it with his service? (which is AT&T)

    DaVBMan wrote:
    Lyle Bienstock wrote:
    I'm not sure... can't you just use your old SIM if it has a data plan already on it?
    No, the SIM is sorta unique for the iPhone. He has to tell AT&T he has an iPhone, they will give him new SIM for it. That SIM will work in iPhone (or other phones). But you cannot put a SIM from another phone into an iPhone.
    Sorry, but you are mistaken.
    The iPhone 2G, 3G, and 3GS all use a standard SIM. That is what we are discussing here.
    The iPhone 4 has a microSIM. That is not the OP's issue.
    ANY SIM from any AT&T phone (excluding iPhone 4) will fit into the iPhone and work with it as long as it's a 3G SIM, it should have the 3G fireball logo on it. If it is not a 3G SIM, then the purchaser can go to any AT&T corp store and they will generally give the user a new SIM free of charge.

  • Why won't my iMessage work with only one contact in my phone all my other iMessages send and they just got an iphone but all their iMessages are sending also. I've tried restarting my phone, deleting messages, contact, restarting network

    Why won't my iMessage work with only one contact in my phone all my other iMessages send and they just got an iphone but all their iMessages are sending also. I've tried restarting my phone, deleting messages, contact, restarting network

    Hello Jesslb23,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    To resolve issues with sending and receiving iMessages, follow these steps first
    Check iMessage system status for current service issues.
    Go to Settings > Messages > Send & Receive and make sure that you have registered iMessage with your phone number or Apple ID and that you have selected iMessage for use. Learn more about troubleshooting iMessage registration if the phone number or Apple ID isn't available for use.
    Open Safari and navigate to www.apple.com to verify data connectivity. Learn more about troubleshootingcellular data or a Wi-Fi connection if a data connection isn't available.
    iMessage over cellular data might not be available while on a call. Only 3G and faster GSM networks support simultaneous data and voice calls. Learn more about which network your phone supports. Go to Settings > Wi-Fi and turn Wi-Fi on to use iMessage while on a call if your network doesn't support simultaneous data and voice calls.
    Restart your device.
    Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    If you are still unable to send or receive an iMessage, follow these steps
    Make sure that the contact trying to message you isn't blocked in Settings > Messages > Blocked.
    Verify that the contact you are attempting to send a message to is registered with iMessage.
    If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    If the issue occurs with a specific contact or contacts, delete and re-create the contact in the Contacts application. Create a new message to the newly created contact and try again.
    Back up and restore your device as new.
    Best of luck,
    Mario

  • Why is trendmicro toolbar not working with firefox 4

    Having upgraded to firefox 4 I now find that the my antivirus trendmicro toolbar doesn't work with firefox 4. This of course makes me very reluctant to continue using firefox because of security reasons. If you have a solution to this problem then please let me know asap.
    Thank you.

    The update for the Trend Micro Toolbar will be issued on the second week of JUNE 2011. How do I know this?
    http://esupport.trendmicro.com/solution/en-US/1058585.aspx%EF%BB%BF
    Says so there. Want more info?
    http://community.trendmicro.com/t5/Home-and-Home-Office-Forum/UPDATE-Toolbar-For-Mozilla-Firefox-4-0/td-p/32014/page/4
    Hope this helps, because I am one of the people as well with Firefox 4 and no Toolbar.

  • Why won't music match work with my Sonos system now?

    I updated my iTunes to music match, because I added a new computer for my wife and she wanted easy access the music library.  I used the music match and the iCloud to make it easier to get the music on the new computer.  It was fairly simple to set it up, however, when I installed the sonos controller on the new computer, it couldn't find the music library.  Why won't my sonos work, when I can see the music on iTunes in its library.

    Maybe the speakers are not compatible with your computer.  Contact the manufacturer.
    You can try Resetting your Mac's PRAM and NVRAM to see if that resolves the issue.

  • Why won't this Applet work? Any help?

    I followed a tutorial, though the tutorial left me to do a lot of the work. Which is good.
    Anyway, I finished the Applet, but I get a message in the bottom corner of the window saying "Applet not initialized."
    I can't figure out what's wrong.
    I downloaded the tutorial's source code and checked it, and I think I have everything they do... I tried running the downloaded source code and it worked fine.
    Here's the main class file of my Applet:
    import java.applet.*;
    import java.awt.*;
    import java.net.*;
    public class Main2 extends Applet implements Runnable
              AudioClip ballLost = getAudioClip(getCodeBase(), "beep_1.au");
              AudioClip bounce = getAudioClip(getCodeBase(), "beep_2.au");
              Player player = new Player();
              Ball ball1 = new Ball(20, this.getSize().width+40, this.getSize().height-30,1,3,8,ballLost,bounce,player,Color.red);
              Ball ball2 = new Ball(20, this.getSize().width+40, 30,1,5,10,ballLost,bounce,player,Color.blue);
              Thread th;
              Cursor c;
              Image dbImage;
              Graphics dbg;
         boolean isStopped = true;
         public void init()
              c = new Cursor(Cursor.CROSSHAIR_CURSOR);
              this.setCursor(c);
              ballLost = getAudioClip(getCodeBase(), "beep_1.au");
              bounce = getAudioClip(getCodeBase(), "beep_2.au");
              player = new Player();
              ball1 = new Ball(20, this.getSize().width+40, this.getSize().height-30,1,3,8,ballLost,bounce,player,Color.red);
              ball2 = new Ball(20, this.getSize().width+40, 30,1,5,10,ballLost,bounce,player,Color.blue);
         public void start()
              th = new Thread(this);
              th.start();
         public void stop()
              th.stop();
         public void run()
              Thread.currentThread().setPriority(Thread.MIN_PRIORITY);
              while (true)
                   if (player.getLives()>0 && !isStopped)
                        ball1.move();
                        ball2.move();
                   repaint();
                   try
                        Thread.sleep (30);
                   catch (InterruptedException ex)
                        // do nothing
                   Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
         public void paint(Graphics g)
              if (player.getLives()>0)
                   ball1.drawBall(g);
                   ball2.drawBall(g);
                   if (isStopped)
                        g.setColor(Color.green);
                        g.drawString("Double click to start.", 40, 200);
              else if (player.getLives() <= 0)
                   g.setColor(Color.green);
                   g.drawString("Game Over!", 40, 200);
                   g.drawString("Double click to player again", 40, 300);
                   isStopped = true;
         public boolean mouseDown(Event e, int x, int y)
              if (!isStopped)
                   if (ball1.userHit(x,y))
                        //Need audio
                        ball1.ballWasHit();
                   else if (ball2.userHit(x,y))
                        //Need audio
                        ball2.ballWasHit();
                   else
                        //Play normal shot audio
              else if (isStopped && e.clickCount == 2)
                   isStopped = false;
                   init();
              return true;
         public void update (Graphics g)
              if (dbImage == null)
                   dbImage = createImage (this.getSize().width, this.getSize().height);
                   dbg = dbImage.getGraphics ();
              dbg.setColor (getBackground ());
              dbg.fillRect (0, 0, this.getSize().width, this.getSize().height);
              dbg.setColor (getForeground());
              paint (dbg);
              g.drawImage (dbImage, 0, 0, this);
    }My HTML code uses <APPLET CODE="Main2.class" WIDTH=700 HEIGHT=400>.
    And they are both located in the same folder.
    Any idea what's going wrong here?
    Thanks for any help.

    All of the files are in the folder.
    My folder contains:
    Main2.class
    Ball.class
    Player.class
    ShooterGame.html
    beep_1.au
    beep_2.au
    And corresponding source code files.
    Looks correct, right?
    ...

  • Why won't my Mac work with a Canon i860 Printer?

    I think it used to work, but I haven't used this printer in a while. I remember buying a cord from the Apple store for it, but I just keep getting a #306 message to check connections and make sure everything is powered on. Everything seems to be set correctly, so why won't it work? Any ideas?

    Contact Canon or post in their forum area.

  • Why won't this code work?

    All I want to do is resize the select panel to the same size as east panel. Why won't it work?
    Space.java_____________________________________________
    import javax.sound.sampled.*;
    import java.awt.*;
    import javax.sound.midi.*;
    import javax.swing.*;
    import java.util.*;
    import java.awt.event.*;
    import java.io.*;
    public class Space extends JFrame implements ActionListener, Runnable{
         //Sound
         Sequence currentSound;
         Sequencer player;
         Thread soundCheck;
         boolean check = true;
         public void start(){
              soundCheck = new Thread();
              soundCheck.start();
         public void run(){
              try{
                   File bgsound = new File("Sounds" + File.separator + "Space.mid");
                   currentSound = MidiSystem.getSequence(bgsound);
                   player = MidiSystem.getSequencer();
                   player.open();
                   player.setSequence(currentSound);
                   player.start();
                   checkSound();
              } catch (Exception exc){}
         public void checkSound(){
              while(check){
                   if(!player.isRunning()){
                     run();
                   try{
                        soundCheck.sleep((player.getMicrosecondLength() / 1000)-player.getMicrosecondPosition()); // sleep for the length of the track
                   }catch (InterruptedException IE){}
         //Screen Variables:
         Dimension SCREEN = Toolkit.getDefaultToolkit().getScreenSize();
         final int SCREENWIDTH = SCREEN.width;
         final int SCREENHEIGHT = SCREEN.height;
         //Panels:
         JPanel select, main, north, south, east;
        //Buttons:
         JButton instructB, cheatB, playB, exit, about;
         //Labels:
         JLabel open, cheat1, cheat2, cheatInstruct, i1, i2 , i3, aboutLabel;
         //The container and frame:
         static Space jframe;
         Container content;
         //The Constructor:
         public Space(){
              super("Space");
              //set  container attributes:
              content = getContentPane();
              content.setLayout(new BorderLayout());
              //init panels:
              main   = new JPanel();
              select = new JPanel();
              north  = new JPanel();
              east   = new JPanel();
              south  = new JPanel();
              //set panel attributes:
              select.setLayout(new GridLayout(3,0,10,10));     
              select.setBackground(Color.black);
              main.setBackground(Color.black);
              north.setBackground(Color.black);
              //add panels:
              content.add("West", select);
              content.add("Center", main);
              content.add("North", north);
              content.add("East", east);
              //Image Icons:
              Icon exit1 = new ImageIcon("Images" + File.separator + "exit1.gif");
              Icon exit2 = new ImageIcon("Images" + File.separator + "exit2.gif");
              Icon about1 = new ImageIcon("Images" + File.separator + "about1.gif");
              Icon about2 = new ImageIcon("Images" + File.separator + "about2.gif");
              //init buttons, add their listeners, and set their attributes:
              instructB = new JButton("Instructions", new ImageIcon("Images" + File.separator + "ship.gif"));
              instructB.setContentAreaFilled(false);
              instructB.setForeground(Color.yellow);
              instructB.addActionListener(this);
              select.add(instructB);
              cheatB = new JButton("Cheats", new ImageIcon("Images" + File.separator + "cheat.gif"));
              cheatB.setContentAreaFilled(false);
              cheatB.setForeground(Color.yellow);
              cheatB.addActionListener(this);
              select.add(cheatB);
              playB = new JButton("Play", new ImageIcon("Images" + File.separator + "ship2.gif"));
              playB.setContentAreaFilled(false);
              playB.setForeground(Color.yellow);
              playB.addActionListener(this);
              select.add(playB);          
              exit = new JButton();
              exit.setRolloverEnabled(true);
              exit.setIcon(exit1);
              exit.setRolloverIcon(exit2);
              exit.setBorderPainted(false);
              exit.setContentAreaFilled(false);
              exit.addActionListener(this);
              north.add(exit);
              about = new JButton();
              about.setRolloverEnabled(true);
              about.setIcon(about1);
              about.setRolloverIcon(about2);
              about.setBorderPainted(false);
              about.setContentAreaFilled(false);
              about.addActionListener(this);
             north.add(about);
             //Labels:
             open = new JLabel("", new ImageIcon("Images" + File.separator + "open.gif"), JLabel.CENTER);
              main.add(open);
              cheat1 = new JLabel("<html><h1>tport</h1></html>");
              cheat1.setForeground(Color.red);
              cheat2 = new JLabel("<html><h1>zap</h1></html>");
              cheat2.setForeground(Color.green);
              cheatInstruct = new JLabel("<html><h1>Type a cheat at any time during a game, and press the \"Enter\" key.</html></h1>");
              cheatInstruct.setForeground(Color.blue);     
              i1 = new JLabel("<html><h1>The arrow keys move your ship.</h1></html>");
              i1.setForeground(Color.red);
              i2 = new JLabel("<html><h1>The space-bar fires the gun.</h1></html>");
              i2.setForeground(Color.green);
              i3 = new JLabel("<html><h1>The red circles give upgrades.</html></h1>");
              i3.setForeground(Color.blue);
              aboutLabel    = new JLabel("", new ImageIcon("Images" + File.separator + "aboutImage.gif"), JLabel.CENTER);
              //centerPanel();     
         private void centerPanel(final int width, final int height){
              try{
                   Runnable setPanelSize = new Runnable(){
                        public void run(){
                             east.setPreferredSize(new Dimension(width, height));                    
                   SwingUtilities.invokeAndWait(setPanelSize);
              } catch (Exception e){}
         public void actionPerformed(ActionEvent e){
              //if the play button was pressed do:
              if(e.getSource() == playB){
                  //do something
             //else if the cheat button was pressed do:
              else if(e.getSource() == cheatB){
                   //remove and add components
                   main.removeAll();
                   main.setLayout(new GridLayout(3,0,0,0));
                   main.add(cheat1);
                   main.add(cheat2);
                   main.add(cheatInstruct);
                   main.repaint();
                   main.validate();          
              else if(e.getSource() == instructB){
                   //remove and add components
                   main.removeAll();
                   main.setLayout(new GridLayout(3,0,0,0));
                   main.add(i1);
                   main.add(i2);
                   main.add(i3);
                   main.repaint();
                   main.validate();          
              else if(e.getSource() == exit){
                   jframe.setVisible(false);
                   showCredits();          
              else if(e.getSource() == about){
                   main.removeAll();
                   main.setLayout(new FlowLayout());
                   main.add(aboutLabel);                         
                   main.repaint();
                   main.validate();
         public void showCredits(){
              try{
                   String[] args = {};
                   Credits.main(args);
              }catch (Exception e){}
         public static void main(String args[]){
              jframe = new Space();
              jframe.setUndecorated(true);
              jframe.setBounds(0, 0, jframe.SCREENWIDTH, jframe.SCREENHEIGHT);
              jframe.setVisible(true);
            jframe.show();     
            jframe.setResizable(false);
               jframe.setDefaultCloseOperation(EXIT_ON_CLOSE);
             jframe.centerPanel(jframe.select.getWidth(), jframe.select.getHeight());
             jframe.run(); //start music

    The reason it wasn't working was because you were calling the method after you had set the frame visible, so you saw no change. On top of that, jframe.select.getWidth() only works after the frame is visible in this case. So it's best to set a fixed size for one of them, then use getWidth, or as I did... it's the same thing. I also changed the centerPanel method, I'm not sure if all that's exactly needed, but you can change it back if you think you'll need it.
    import javax.sound.sampled.*;
    import java.awt.*;
    import javax.sound.midi.*;
    import javax.swing.*;
    import java.util.*;
    import java.awt.event.*;
    import java.io.*;
    public class Space extends JFrame implements ActionListener, Runnable{
    //Sound
    Sequence currentSound;
    Sequencer player;
    Thread soundCheck;
    boolean check = true;
    public void start(){
    soundCheck = new Thread();
    soundCheck.start();
    public void run(){
    try{
    File bgsound = new File("Sounds" + File.separator + "Space.mid");
    currentSound = MidiSystem.getSequence(bgsound);
    player = MidiSystem.getSequencer();
    player.open();
    player.setSequence(currentSound);
    player.start();
    checkSound();
    } catch (Exception exc){}
    public void checkSound(){
    while(check){
    if(!player.isRunning()){
                run();
    try{
    soundCheck.sleep((player.getMicrosecondLength() / 1000)-player.getMicrosecondPosition()); // sleep for the length of the track
    }catch (InterruptedException IE){}
    //Screen Variables:
    Dimension SCREEN = Toolkit.getDefaultToolkit().getScreenSize();
    final int SCREENWIDTH = SCREEN.width;
    final int SCREENHEIGHT = SCREEN.height;
    //Panels:
    JPanel select, main, north, south, east;
        //Buttons:
    JButton instructB, cheatB, playB, exit, about;
    //Labels:
    JLabel open, cheat1, cheat2, cheatInstruct, i1, i2 , i3, aboutLabel;
    //The container and frame:
    static Space jframe;
    Container content;
    //The Constructor:
    public Space(){
    super("Space");
    //set  container attributes:
    content = getContentPane();
    content.setLayout(new BorderLayout());
    //init panels:
    main   = new JPanel();
    select = new JPanel();
    north  = new JPanel();
    east   = new JPanel();
    south  = new JPanel();
    //set panel attributes:
    select.setLayout(new GridLayout(3,0,10,10));
    select.setBackground(Color.black);
    main.setBackground(Color.black);
    north.setBackground(Color.black);
    //add panels:
    content.add("West", select);
    content.add("Center", main);
    content.add("North", north);
    content.add("East", east);
    //Image Icons:
    Icon exit1 = new ImageIcon("Images" + File.separator + "exit1.gif");
    Icon exit2 = new ImageIcon("Images" + File.separator + "exit2.gif");
    Icon about1 = new ImageIcon("Images" + File.separator + "about1.gif");
    Icon about2 = new ImageIcon("Images" + File.separator + "about2.gif");
    //init buttons, add their listeners, and set their attributes:
    instructB = new JButton("Instructions", new ImageIcon("Images" + File.separator + "ship.gif"));
    instructB.setContentAreaFilled(false);
    instructB.setForeground(Color.yellow);
    instructB.addActionListener(this);
    select.add(instructB);
    cheatB = new JButton("Cheats", new ImageIcon("Images" + File.separator + "cheat.gif"));
    cheatB.setContentAreaFilled(false);
    cheatB.setForeground(Color.yellow);
    cheatB.addActionListener(this);
    select.add(cheatB);
    playB = new JButton("Play", new ImageIcon("Images" + File.separator + "ship2.gif"));
    playB.setContentAreaFilled(false);
    playB.setForeground(Color.yellow);
    playB.addActionListener(this);
    select.add(playB);
    exit = new JButton();
    exit.setRolloverEnabled(true);
    exit.setIcon(exit1);
    exit.setRolloverIcon(exit2);
    exit.setBorderPainted(false);
    exit.setContentAreaFilled(false);
    exit.addActionListener(this);
    north.add(exit);
    about = new JButton();
    about.setRolloverEnabled(true);
    about.setIcon(about1);
    about.setRolloverIcon(about2);
    about.setBorderPainted(false);
    about.setContentAreaFilled(false);
    about.addActionListener(this);
        north.add(about);
        //Labels:
        open = new JLabel("", new ImageIcon("Images" + File.separator + "open.gif"), JLabel.CENTER);
    main.add(open);
    cheat1 = new JLabel("<html><h1>tport</h1></html>");
    cheat1.setForeground(Color.red);
    cheat2 = new JLabel("<html><h1>zap</h1></html>");
    cheat2.setForeground(Color.green);
    cheatInstruct = new JLabel("<html><h1>Type a cheat at any time during a game, and press the \"Enter\" key.</html></h1>");
    cheatInstruct.setForeground(Color.blue);
    i1 = new JLabel("<html><h1>The arrow keys move your ship.</h1></html>");
    i1.setForeground(Color.red);
    i2 = new JLabel("<html><h1>The space-bar fires the gun.</h1></html>");
    i2.setForeground(Color.green);
    i3 = new JLabel("<html><h1>The red circles give upgrades.</html></h1>");
    i3.setForeground(Color.blue);
    aboutLabel    = new JLabel("", new ImageIcon("Images" + File.separator + "aboutImage.gif"), JLabel.CENTER);
    east.setPreferredSize(new Dimension(125, SCREEN.width));
    //centerPanel();
    /*private void centerPanel(final int width, final int height){
    try{
    Runnable setPanelSize = new Runnable(){
    public void run(){
    east.setPreferredSize(new Dimension(width, height));
    SwingUtilities.invokeAndWait(setPanelSize);
    } catch (Exception e){}
    private void centerPanel(final int width, final int height)
         east.setPreferredSize(new Dimension(width, height));
    public void actionPerformed(ActionEvent e){
    //if the play button was pressed do:
    if(e.getSource() == playB){
        //do something
        //else if the cheat button was pressed do:
    else if(e.getSource() == cheatB){
    //remove and add components
    main.removeAll();
    main.setLayout(new GridLayout(3,0,0,0));
    main.add(cheat1);
    main.add(cheat2);
    main.add(cheatInstruct);
    main.repaint();
    main.validate();
    else if(e.getSource() == instructB){
    //remove and add components
    main.removeAll();
    main.setLayout(new GridLayout(3,0,0,0));
    main.add(i1);
    main.add(i2);
    main.add(i3);
    main.repaint();
    main.validate();
    else if(e.getSource() == exit){
    jframe.setVisible(false);
    //showCredits();
    else if(e.getSource() == about){
    main.removeAll();
    main.setLayout(new FlowLayout());
    main.add(aboutLabel);
    main.repaint();
    main.validate();
    /*public void showCredits(){
    try{
    String[] args = {};
    Credits.main(args);
    }catch (Exception e){}
    public static void main(String args[]){
    jframe = new Space();
    //jframe.centerPanel(500, jframe.select.getHeight());
    jframe.setUndecorated(true);
    jframe.setBounds(0, 0, jframe.SCREENWIDTH, jframe.SCREENHEIGHT);
    jframe.setVisible(true);
            jframe.show();
            jframe.setResizable(false);
          jframe.setDefaultCloseOperation(EXIT_ON_CLOSE);
        //jframe.centerPanel(jframe.select.getWidth(), jframe.select.getHeight());
        jframe.run(); //start music
    }Sorry I lost all the indenting :) I guess you can take a look at the few lines I changed and copy those lines.

  • Why won't 'Speakable Items' Work with USB Audio Input Device (Lexicon Lambda)?

    I am new to Apple Macs, yay for me!
    I really want to use the 'Speakable Items' feature but unfortunately it just won't work with my Lexicon Lambda external USB Audio device.
    Now, the Lambda is plugged in and working, and I know this from using the "Diction' feature which works perfectly.
    When I go to System Preferences and click on accessibility>'Speakable items' and I turn on speakable items, I notice that under 'microphone' I'm unable to calibrate the microphone for some reason (if that's at all relevant).
    I follow the instructions and have been asking 'what time is it?' and nothing happens
    Any ideas?

    I'm having the same problem, using 10.8.4. I have been using Speakable Items for a long time, but it's not reacting at all anymore. I'm on a Mac Mini and have tried several inputs, that all work with dictation, and are selectable inputs for Speakable Items. Zoom H4N, Apogee Duet and an UAD Apollo. The only problem I can see, aside from something in the OS, would be that I have SoundFlower and WavTap installed. Will try uninstalling them, to see if that helps.

  • Why does the FP 10 work with firefox but not with IE8

    I down loaded the folowing for xp FP uninstall, FP plugin and FP debug from the link in one of your replys. now I can watch youtube  with firefox but not with IE8. you asked me before if i was using 16 bit. whats that mean and how do I find out? please help I just want to watch youtube on IE!

    Ok Shag, since you hadn't been on a Forum before, then I'll take some of what I said back:-) I wanted you to stay on one thread, you can get in trouble trying things that may cause you more problems than you had in the beginning. I just had your best interest at heart
    I'll even overlook your all caps here:-) At least you responded
    Now since you say you fixed it, what you should do is to confirm it is fixed by taking a look at your Flash folder. This contains all of the Flash files for IE and FF. Then make sure you have the IE add on and the FF add on. That way if you have any future problems, at least you would know it is not the Flash Player.
    You should only have 2 .exe files for IE and 1 for FF.
    For Video editing, I would check Microsoft and see what they have. Perhaps someone else will come along with other info for you.
    No, I don't get paid here, since I am not an employee. Just a user helping others, since I had a problem at one time and after 4 hours of researching solved it.
    Let me know if you want to check the Flash files.
    Thanks,
    eidnolb

  • Why won't Time Machine work with MouseKeys?

    Why won't Time Machine respond to MouseKeys?

    What format did you format the drive in?  It should be Mac OS Extended (Journaled).  If it isn't, try that and see if it fixes the problem.  If it's already in that format I don't have any other ideas.

  • Why won't google play work on firefox on my laptop when it works with internet explorer?

    Google play will not play a movie on firefox -- whereas it works just fine if I open in Internet Explorer. What to do? I prefer to use Firefox.

    Hello,
    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.
    Does this solve the problem? Let us know.

  • Why won't my printers work with Lion?

    I am so frustrated. After upgrading from leopard to lion, my hp photosmart 8750 and Lexmark 5320 printers won't work on my macbook pro or my mac pro G8. I've downloaded the drivers, did the troubleshooting - tried everything. My CS2, MS Office for mac and some other programs I had aren't supported on lion. I'm faced with huge expenses replacing these products that were perfectly fine all due to a $29.99 upgrade that is so not worth it. I went back to leopard on my mac pro and it's still not right. Any help?

    HACKINT0SH wrote:
    And with lion, usually you don't need to install printer drivers, unless you're at your last resort and things have gone pretty wrong.
    That's not entirely correct. There are plenty of business printers whose supporting printer drivers are not included with Lion. So rather than being a last resort, it's a necessary first step. And for the drivers that are available from Apple Software Update, which are supplied to Apple by the printer vendors, this service was available with Snow Leopard, so it is not a new feature in Lion.
    I am also curious to hear why you would suggest creating a new account for a printer issue. Supporting printer files reside in root Library and CUPS so a newr account would have the same access as the existing account.
    And the SMC and PRAM suggestion is also a confusing suggestion for a printer not working. In the 12 years that I've supported printing on Mac's I've never once needed to do either of these resets. So again, would love to hear why you would suggest such a drastic step, especially when the Mac's appear to be working in other areas.

  • Why is hotmail is not working with Firefox?

    I can log into hotmail then the "Messenger" tab just shows "loading". Whatever I click on nothing happens. If I go to Hotmail through Explorer everything works fine. How to I correct the problem through Firefox?

    maj-brittfromsjöbo wrote:
    Thank you for your interest in Adobe Flash Player. Unfortunately Apple does not allow Flash Player to be installed on iPhone or iPad.
    May I add, this is the answer I get When I try to Download Adobe Flash Player
    You get the message because that is exactly the situation. Apple has not allowed any Flash on iOS devices.
    What site are you trying to see? Many sites now provide Flash alternatives. For example, if you want to listen to Pandora, instead of using the Flash on the Pandora website, instead you download the Pandora app for the iPad.
    In the future, even if Apple wants to add Flash to the iPad, it won't be able to because Adobe will no longer be making it at all, for any mobile device:
    http://www.wired.com/gadgetlab/2011/11/adobe-kills-mobile-flash/
    If you often go to sites that use a lot of Flash and they don't have an alternative, you should write to them and tell them to stop using Flash.

Maybe you are looking for

  • Accent in the file name or folder name

    Hi You guy, I am encountering the problem about an accent in the parent folder name of the applet that if i put an accent in the folder name after that the applet cannot be loaded onto the browser. I am not sure if i put not only accents but also put

  • Install CVS in Solaris 2.6

    Hi, I used server Sun Sparc, OS solaris 2.6, I have installed succesfull CVS 1.10 and I have created repository by command : cvs -d /export/home/appweb/nsproject init , I used WinNT WorkStation for client and JBuilder 4.0 to connect to server then I

  • Photoshop Trial. Error 11

    After installing the photoshop trial I get this error message. "Some of the application components are missing from the Application directory, Please reinstall the application." Already reinstalled twice. Does anybody know how to solve this problem?

  • Medium Write Error when burning CDs

    Hi all, I have just started getting the message when trying to burn an audio CD on Itunes v7; "The attempt to burn a disc failed. The burn failed because of a medium write error" This is on a new iMac 24" that is 3 weeks old and has only happened in

  • Using Sun ONE Initial Context from servelt

    Hi, i'm triyng to bind an rmi resources from a servlet. This simplified code worked fine with weblogic: props.put("java.naming.factory.initial", "weblogic.jndi.WLInitialContextFactory"); props.put("java.naming.provider.url", "t3://localhost:port"); t