Streaming problems and some other questions

1) i've read that some people have problems streaming youtube as well as me. but mine is terrible, i can't stream at all. my curve 8900 can barely stream with wifi.......why is this? is there any updates? ALSO, i have version 4.6, can i update this to a more recent blackberry version? if so, where? thank you! x p.s. i just tried with wifi now, and it doesn't stream at all, it says i may have either javascript turned off or old version of adobe flash player........
2) can we not have adobe flash?...because i can't stream any video off any website...
3) through an e-mail i was sent a pdf file and i opened it and i'm not sure if i saved it. if i did save it, where could it be stored? i've looked everywhere!
4) under 'setup' there is an 'interactive' button. what i that for?
 5) BLUETOOTH PROBLEM: i've paired it and tried (when to media and done the 'recieve using bluetooth') and it didn't work. so i deleted the pair and tried it without, and still nothing. i've tried fixing some options in settings but still nothing...i think i played with the options a bit too much now...lol. but is there an ideas? please help. also, is there anything in options that i have changed which might be hindering the process (i.e. firewall)? 
p.s. i read both manuals that came in the both and the help they provide is all common sense!...they need a more detailed manual in my opinion. Also, is there a number i can call for support/help for my questions regarding my 8900?
thank you! x
Message Edited by mtpac2001 on 08-02-2009 10:03 PM
Message Edited by mtpac2001 on 08-02-2009 10:04 PM

mtpac2001 wrote:
1) i've read that some people have problems streaming youtube as well as me. but mine is terrible, i can't stream at all. my curve 8900 can barely stream with wifi.......why is this?
Many possible reasons -- poor coverage area, old OS, trying to use the full YouTube rather than their mobile site, etc.
mtpac2001 wrote:
is there any updates? ALSO, i have version 4.6, can i update this to a more recent blackberry version? if so, where?
 http://na.blackberry.com/eng/support/downloads/download_sites.jsp
mtpac2001 wrote:
2) can we not have adobe flash?...because i can't stream any video off any website...
No. Flash is not available for BB's at the present time. I'm pretty sure that your "any" words are overstated -- perhaps the sites you try cannot stream, but there are others who can stream, so any is a bit over the top.
mtpac2001 wrote:
3) through an e-mail i was sent a pdf file and i opened it and i'm not sure if i saved it. if i did save it, where could it be stored? i've looked everywhere!
Just send yourself another attachment...then pay attention when you save it, then go there and that should be the same place that older PDF should have gone.
mtpac2001 wrote:
4) under 'setup' there is an 'interactive' button. what i that for?
Sorry, no clue...might be something specific from your carrier.
mtpac2001 wrote:
p.s. i read both manuals that came in the both and the help they provide is all common sense!...they need a more detailed manual in my opinion. Also, is there a number i can call for support/help for my questions regarding my 8900?
thank you! x
Your support is, by contract, provided by your carrier...that is how it works. For general use of the devices, these forums are, frankly, the best place as the folks here are other users just like you.
Cheers!
Message Edited by sdgardne on 08-02-2009 02:06 PM
Occam's Razor nearly always applies when troubleshooting technology issues!
If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
Join our BBM Channels
BSCF General Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • Two specific problems and two other questions with Razr Maxx and ICS

    Like everyone else, I dl'd ICS this weekend and I've (re)setup things which were there and navigated around fairly well. However, I've noticed a few things to which I can't find an answer.
    1.) I have my phone locked via an onscreen password. Before ICS (i.e with GB), when I typed the password, it would not flash the letters/numbers in blue (or whatever color) above the keys as I typed. Now it does. Where do I find the setting so it doesn't?
    2.) I have Verizon and before ICS, when I'd send a text to a non-Vzn. user, I'd always get a 'broken' arrow and the delivery was always "Pending" (even though most of the time they actually received the message). When I'd send a text to a Vzn. user, a 'solid' arrow would appear and the Report would show "Received".
    Now, no matter if they're a non-Vzn. or a Vzn. user, it never shows "Received". It always shows "Pending".
    Is that a bug in the ICS or Vzn. or a combination of both (and does anybody else have that problem, and if so, is there a way to fix it)?
    3.) On the top, where it shows '1X' (i.e. 2G), 3G or 4G/LTE, what's the difference between when it appears white color and a blue color?
    One other thing - does anybody else notice the on-screen keyboard is different now?
    Thanks for anyone's help - I appreciate it.

    That Option isn't Available!   You can't Mark it Solved any More But you can Give Points as (Correct & Helpful Answers):
    That option Went a way when moved From Lithium to Jive.!    
    Actions
    Edit
    Move
    View as PDF
    Receive email notifications
    Stop tracking
    Legend
    Correct Answers - 4 points
    Helpful Answers - 2 points
    Update: To answer this Further Correct Answers would probably be the Equivalent to Marked Solved But only the OP would be able to Do this and the Post would have to set up as Question type of Post..

  • Understanding Flex: Can it be used without Flash-knowledge, and some other questions

    Hi.
    I'm trying to understand how Flex works. My understanding is
    that Flex is like the integration link between Flash-content and
    .NET-applications on the web. We need rich interface on our
    .NET-applications - without ActionScript-coding required from the
    programmer's side.
    Can this be acheived with Flex alone?
    What is Coldfusion required for? Can Flex be used without it
    to create the rich web interface?
    Are basic components included and ready-to-be-used? What if
    special components are needed? E.g. multi-level menu-tree or some
    special data grid. Can this be developed by a Flash-programmer and
    used as a "generic" component?
    My reason for choosing this would be that we easily can
    acheive great web-layouts that are Flash-based, and that interact
    with our .NET-applications. Is this the product I'm looking for?
    Thanks alot in advance! :D

    It is absolutely possible to create complex custom components
    in Flex and without FlashPro.
    Flex can communicate with the server in several ways.
    WebService: SOAP-based
    HTTPService: XML over HTTP, (like REST and AJAX)
    RemoteObject: uses proprietary amf protocol, needs Java or CF
    on back-end
    There are some others like URLLoader and sockets.
    Unless you need your back end functionality to be generally
    available to anonymous third parties (hence the wsdl), WebServices
    are unnecessarily complex.
    I prefer HTTPService, I post xml strings in the normal
    name=value format to the server and use e4x xml as the resultFormat
    in flex.
    Even though you said "roughly", that is still an impossible
    question to answer, there are too many variables: On the back-end,
    do you need to install a database? Create the schema? or is some of
    that part done already? On the front-end, How will you navigate the
    records? See, too many variables.
    The communication part is by far the easiest. Almost
    negligible, although the Flash Player security can cause some
    head-scratching!
    Tracy

  • FTP Proxy not being denied (and some other questions)

    I have a simple BM37+NW6SP5 test server for testing rules prior to moving them to production (2x BM38+NW65SP6). Recently we tried to block all access to FTP sites and allow only a select group of users access. The rules on the test proxy looked something like this:
    1. Action: Deny / Source: Any / Access: URL / Dest: SurfControl
    2. Action: Allow / Source: FTP_User_Group / Access: FTP Proxy / Dest: Any
    3. Action: Allow / Source: WWW_User_Group / Access: URL / Dest: Any URL
    Default Rule:
    4. Action: Deny / Source: Any / Access: Any / Dest: Any
    Yet with this setup, anybody in the WWW_User_Group (but not in the FTP_User_Group) was able to access FTP. I temporarily closed the hole by doing this ruleset:
    1. Action: Deny / Source: Any / Access: URL / Dest: SurfControl
    2. Action: Allow / Source: FTP_User_Group / Access: FTP Proxy / Dest: Any
    3. Action: Deny / Source: Any / Access: FTP Proxy / Dest: Any
    4. Action: Allow / Source: WWW_User_Group / Access: URL / Dest: Any URL
    Default Rule:
    5. Action: Deny / Source: Any / Access: Any / Dest: Any
    I don't understand why I have to explicitly deny access to FTP Proxy for this to work. I think the rule that grants access to URL for WWW_User_Group is also allowing FTP access. If I turn that rule into a Deny rule in the first ruleset, it deny's all FTP (as well as all HTTP).
    Also, we are using SurfControl to block access to certain categories. I read that the URL rule only affects port 80 requests (which would seem weird when its affecting my ftp proxy over port 21 above). How would I go about blocking those same categories over HTTPS?
    Finally, does anybody have any general guidelines on how many rules should exist in a typical medium business BM environment (assuming modern hardware)? I'm trying to get the customer to avoid adding so many adhoc rules as the production environment is pretty complex which is why I am testing on a test proxy with few rules to avoid accidental rule overlap. I'm going to have to do an audit of their existing production environment and prefer the KISS principle when it comes to rule definitions.
    P.S. Since most sites require both a HTTP and HTTPS rule, almost every desired "rule" in BM needs to be repeated twice to allow (or deny) secure communication as most websites switch to SSL from the launcher (non-ssl) parent page. The rulebase expands quite quickly and gets confusing due to this.

    cam wrote:
    > Perhaps I should have said that this was being tested using normal dos
    > FTP. Open a command prompt, type FTP proxyservername, open
    > [email protected](for example), etc... no browser involved, but
    > that does bring up another point of WHY do I need a dozen rules to block
    > access to a single site over a single protocol?
    Then you're doing something wrong or you're not telling the whole
    settings. your rule was calling nds groups so you need authentication
    enable and the checkbox for " Authenticate only when user......."
    unchecked. Then the syntax once you open the connection to the ftp proxy
    is ndsusername@[email protected]. In your example there is not
    nds authentication.
    you do not need ANY rule to block a single site. The default rule will
    do for you. If you do not make an specific allow one, then sites will be
    blocked.
    Even if I use a web
    > browser and access it as ftp://, it should use the FTP protocol, not
    > the HTTP protocol.
    When your browser is configure to go thru proxy and you access a ftp
    site, you'll hit two situations with IE:
    1. With default settings, IE will use its miniftp client build in and
    try to access the ftp site directly. that can fail if there is a
    firewall stopping this traffic as it will bypass bm.
    2. If the option "enable ftp folder view" is unchecked and the "use pasv
    ftp..." checked, IE will encapsulate ftp traffic into http and send it
    to border, to the http proxy. So bm gets http traffic, remove the http
    envelope and makes a ftp connection to the ftp server. But to apply
    rules, this is a http traffic thru http proxy. A single LAN trace on the
    server will show you this behavior
    Firefox always uses the configured proxy settings.
    > Regarding the point you bring up about HTTPS, I can't wrap my mind
    > around how if this is true, we can still keep things secure and safe.
    > Let's look at a single website, www.novell.com. The novell.com domain
    > is not listed in a SurfControl category filter that places would
    > normally block. Therefore most approved internet users would be able
    > to access it. Now let's say you go to www.novell.com and log into the
    > user portal; it switches to HTTPS! Without an allow port 443 rule,
    > this should fail then. However, if that's the case, I need to know
    > that this website needs access to port 443, so I am forced to manage
    > another rule for port 443. This rules destination filter will grow to
    > thousands if not millions of websites as almost every valid website
    > known to man requires HTTPS if they want you to create a login on their
    > site. This is unmanageable.
    You;re exaggerating here.You will need indeed an port 443 rule but this
    is how it works. SSL traffic and normal http traffic are two very
    different things. But with a single allow all port 443 you can
    accomplish here. Read below
    > So you're solution is to create a Destination ALL rule for Port 443.
    > While this removes the need to manage a list of millions of websites,
    > it now opens you to all the vicious websites (domains listed in blocked
    > categories in SurfControl for example) which use https. My company pays
    > Websense thousands of dollars a year to block certain categories of
    > websites, but if any of those websites use HTTPS, based on what you are
    > telling me it seems it is impossible to block it using SurfControl since
    > the Deny Port rule does not allow a Destination of ANY third party
    > filter.
    The allow all port 443 it has to be placed after the surfcontrol one and
    after other third party rule or websense or whatever you use to block
    specific sites. that means that the allow all port 443 only will be hit
    if surfcontrol and other rules above this one did not find a match. If a
    match is find, bm applies the rule and stop reading so if it hits a site
    that websense or SF blocks, it will block it, regardless of the allow
    all port 443.
    Also you can make an allow port 443 with a domain name destination, just
    for specific destination
    if sites are on the blocked category for SF then it will blocked. You
    can go to SF website an check it and if it is not blocked then is a SF
    problem not a bm and you should contact them.
    Gonzalo

  • Web dynpro ALV and some other questions

    Hi All,
    I have couple of question for experts.
    I am very much new into Web Dynpro world, and i have one web dynpro application built by my old colleague.
    I want to add search feature into the application so that out of 1000 records i could search one based on some field value, how can we achieve that ?
    I have read lot abot ALV list in web dynpro, How to find that specific approach has been used into particular web dynpro application or not ?
    Thanks for your time for reading my question and hope to get some response..
    Pranav.

    Hi Pranav,
    Hope the following helps you.
    <u>Searching for a record based on some field value</u>
    You can have an input field (bound to a context attribute) in your view. Whatever you type in the field will now be associated with the context attribute in your context. Place a button on your view. Define an action for this button (e.g. SEARCH), in the property onAction of the button. Now, in the action handler for the button (ONACTIONSEARCH), access the context attribute (can be done using WD Code Wizard). Then using your business logic, get the date into another context attribute, which can be displayed in the view using a textview (or textviews)
    <u>Find whether ALV is used in your WD Application</u>
    Go to your WD Component, in the used components you should find a use for component SALV_WD_TABLE. Also, in one of the views, the Interface View TABLE of the ALV component will be embedded in its ViewContainerUIElement. This information can be found in the Window of your own WD Component.
    Regards,
    Neha
    <i><b>PS:Reward if helpful</b></i>

  • Aspect ratio and some other questions...

    I haven't purchased an Apple TV yet (emphasizing YET) but I'm very interested and may make the leap tomorrow. I've been reading a lot on the discussion boards but still had a few questions. I have a widescreen 46" Samsung LCD TV that I'm planning to use as my primary TV. The wife and I have rented a few movies from the iTunes store and noticed the aspect ratio leaves the picture fairly small. I wasn't expecting a full screen picture, but something a little more than barely half the screen. Will the Apple TV improve the picture size or is this what I'm going to expect going forward? Any pictures would be great!
    Second, as far as I've read, you cannot connect an external hard drive to the Apple TV itself, but if I hook it to my PowerBook and use my external HDD as my iTunes Library source, will everything work fairly seamlessly? I have an Airport Extreme base station so I'm hoping things work pretty well.
    Next, between the 40GB and 160GB Apple TV's -- is there an overwhelming reason to get one or another?
    And last (I think), I've started ripping some of my old movies using Handbrake and was curious how the picture comes out on an Apple TV after extracting from DVD's. I've been using the standard "Apple TV" settings within Handbrake.
    Thanks in advance for the help, I appreciate it! BTW, definitely a BIG fan of the iTunes rentals!
    Brad

    I don't know what monitor you have but there is a fair chance it has a resolution of at least 1600 x 1000 which is why your 640 x 480 rental doesn't fill it although itunes does have an option tto show movies full screen.
    Tv's typically have much lower resolutions than monitors and the output from the tv is matched to such resolutions. In short your rentals will fill the screen on your tv when played on the tv.
    Many of us here use external drives attached to either a desktop or a laptop to hold out libraries, yes they work flawlessly.
    We can't actually discuss methods for ripping commercial DVD's but needless to say handbrake does give good quality exports, I've used it on a few non commercial discs and found the results to be more or less the same quality as the original. In addition to the  preset I always enable 2 pass encoding.

  • Imac G3 clock not working - and some other questions

    This iMac is starting to act slow, especially browsing with FireFox. Also, the clock will not hold its time. Won't browse at all with IE or Safari. Well, Safari will sorta work - but for some reason automatically downloads FAD messages on desktop.
    Does this computer just need a new battery for the clock? Also, will that battery also improve the general sluggishness?
    What battery does it need and how can I replace it?
    Also, regarding browsing - there are less and less browsers that work with this computer. I'd like to upgrade (currently using 10.2.8) but not sure if it can handle an upgrade. Will it actually start handling even slower because an upgraded OS is wearing it down? Any suggestions? More computer info listed below:
    Proc. 500 MHZ PowerPC Gc
    iMac version 22.14
    Mem 348 MB
    OS Version 10.2.8
    Thanks for any feedback/suggestions on both the clock issue and improving browsing sluggishness.

    You can run the top command in the terminal to get an idea about system and memory usage.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    type
    top -u
    then press enter and you will some memory stats. The display is hard to digest, but if you watch for awhile (days) you will get some hints.
    Look for this line. The number in yours will be different.
    PhysMem: 58.8M wired, 101M active, 271M inactive, 431M used, 336M free
    so
    wired + active + inactive = used
    used + free = installed memory (768 off by a meg )
    336M free means total unused memory. I have lots of free memory.
    The next line
    VM: 4.22G + 118M 22499(0) pageins, 0(0) pageouts
    VM is virtual memory.
    You notice I have 0(0) pageouts which says that I am not using my harddrive for extra memory space. 0 is the total (0) is this time period
    Hence, I would not benefit from more memory.
    You could post your number here for comments.
    Mac OS 10.2 doesn't do the best job of cleaning up after itself. Perhaps a little housekeeping would help.
    Here is what Apple says, "Mac OS X performs background maintenance tasks at certain times if the computer is not in sleep mode."
    http://docs.info.apple.com/article.html?artnum=107388
    Perhaps you should try running the periodic jobs. These jobs are run daily weekly monthly to do general system maintenance. These jobs will clean up the logs.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    sudo periodic daily weekly monthly
    Note: Enter your logon password. You need to be logoned on with an administrator id.
    Maybe you should try one of these general clean up programs. You might backup your system before pounding too hard. I'd repair permissions as suggested earlier.
    Yasu is a “Universal Binary” Macintosh utility that performs maintenance routines and clears the many cache files used by OS X. Yasu was designed to be a simple, first line of attack for a workstation that has started “acting up.” More often than not, a thorough purge of the cache files of a Mac will bring its behavior back into line.
    http://jimmitchell.org/projects/yasu/
    OnyX allows you to run misc tasks of system maintenance, to configure certain hidden parameters of the Finder, Dock, Safari, Dashboard, Expose, Disk Utility... to delete cache, to remove a certain number of files and folders that may become cumbersome, to see the detailed info of your configuration, to preview the different logs and CrashReporter reports, and more.
    http://www.versiontracker.com/dyn/moreinfo/macosx/20070
    Robert

  • Boot Up problems and 2 other questions

    I am a newbie here. 
    My X300 boots up to the windows desktop fairly quickly, but I am not able to connect wirelessly until the wireless network connection icons on the bottom right finally load and appear which take at least 3-5 minutes.
    Does anyone know what could be causing the delay in loading the network connection icons? 
    Also,
    The dvd burner that was included in my X300 has died. anyone know the correct part number so I can replace it?
    THANKS!
    I currently have 3 Thinkpads
    2008 X300
    2006 X60S
    2004 T41

    Welcome to the forums
    What other programs run at startup when you log into vista?
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • I have a Macbook Pro june 2011... I have 8GB ram but I only have 256mb VRAM... I've read some other questions about this and I realized... Why do I not have 560mb of VRAM since I have 8GB of RAM? Is there any way to get more VRAM to play games on steam?

    I have a Macbook Pro june 2011... I have 8GB ram but I only have 256mb VRAM...
    I've read some other questions about this and I realized... Why do I not have 560mb of VRAM since I have 8GB of RAM?
    Is there any way to get more VRAM to play games on steam?
    I've learned  by reading other topics that I can't upgrade my graphics card on my Macbook Pro because it's soldered into the motherboard or somthing like that, but please tell me if there is any way to get more video ram by chaning some setting or upgrading something else. I'd also like to know why I only have 256MB of VRAM when I have 8GB of RAM, since I have 8GB of RAM I thought I was supposed to have 560mb of VRAM...
    So the two questions are...
    Is there any way to upgrade my VRAM, so that I can play games on steam?
    Why do I only have 256MB VRAM when I have 8GB total RAM?
    Other Info:
    I have a quad core i7 Processor.
    My graphcics card is the AMD Radeon HD 6490M.
    I am also trying to play games on my BOOTCAMPed side of my mac, or my Windows 7 Professional side.
    THANK YOU SO MUCH IF YOU CAN REPLY,
    Dylan

    The only two items that a user can change on a MBP are the RAM and HDD (Retinas not included).  You have what the unit came with and the only way you will be able to change that is to purchase a MBP with superior graphics
    If you are very much into gaming, the I suggest A PC.  They are far superior for that type of application to a MBP.
    Ciao.

  • Hello My ipads Power button is not working properly when I press it once it shows option to turn off instead of locking and some other display problems like it suddenly lockes down or display disappears ...Please help. Thank You

    Hello My ipads Power button is not working properly when I press it once it shows option to turn off instead of locking and some other display problems like it suddenly lockes down or display disappears ...Please help. Thank You

    Thanks for that information!
    I'm sure I will be calling AppleCare, but the problem is, they charge for the phone calls don't they? Because I don't have money to be spending to be on the phone with a support service.
    In other things, it seemed like the only time my MacBook was working was when I had Snow Leopard without the 10.6.8 update download that was supposed to be done to prepare for OS X Lion.
    When I look at the information of my HD it says that I have 10.6.8 but that was the install that it claimed to have failed and caused me to restart resulting in all of the repeated problems.
    Also, because my computer is currently down, and I've lost all files how would that effect the use of my iPhone? Because if it doesn't get fixed by the time OS 5 is released, how would I be able to upgrade?!

  • Ipad2 connection to wifi but safari and some other apps won't connect  just started to hapen.  i reset wifi but to no avail

    connects to wifi, but safari and some others say not connected.  weather ap works fine.  this condition just started.  i reset the wifi and restarted, but still doesnt work

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting
    http://www.apple.com/support/ipad/wifi/
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Firefox unable to connect: bookmarked or previously visited websites connect, and some others, but new links or even pasted or typed in addresses don't, mac os10.5

    For some reason, since this morning, any bookmarked or previously visited website works, and some others But new links or even pasted or typed in addresses don't. Must.figure.this.out! I don't have extra firewalls/security other than the standard mac ones and have restarted the computer and also rebooted all devices. Operation is safe mode has same results. Cleared cache and cookies.
    Any ideas?
    Thanks!
    Brian

    Hello.
    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem is not disappears when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • Facebook, youtube, and some other sites doesn't work on Mountain Lion

    Since I installed Mountain Lion (today) i can't acess facebook, youtube videos and some other sites. I thought the problem was the flash player so i've tryed uninstall and reinstall, desable and enable, and read some tips that didn't work until now. Hope you can help me =)

    Found the answer myself, its a commun problem in Mountain Lion. Some guy found the way to make flash work well. Maybe some of you just need to install the latest version. But the truth is there is a bug and this is how to fix it:
    System Preferenes > Network > Wi-Fi or Ethernet (whatever you're using) > Advanced > Hardware > Set 'Configure = Manually' > Change 'MTU = Custom' = 1380

  • Suddenly i cannot load videos from you tube and some other locations, although I can load then using CHROME

    The problem is that all of a sudden, I cannot load and see videos from youtube and some other sites.
    When I ask to see something from youtube for example, the appropriate page opens, and in the place that the video was supposed to be loaded, I see a black screen and nothing happens.
    I scanned the computer and found nothing.
    I uninstalled firefox and installed it again.
    The problem stays.
    I browsed using CHROME and I have no problem. i can see everything perfectly.
    This happened suddenly today.

    Could they be viewed ... and used ... by QuickTime Player?
    Installing the Perian codec component package will normally allow FLV file containers to be played in QT players. However, it might be more helpful here if you could provide a specific YouTube URL (and resolution if applicable) of interest to check out. While I previously indicated content was typically converted to FLV, MP4 files may also be used and content may compressed as H.264/AAC in either container which, of course, should already be QT compatible without additional support.
    Could anything be done about improving video quality?
    That depends. If the file you are interested in is available in multiple resolutions, then downloading the highest available resolution would provide the best starting point for iMovie editing. If compressed content is already in an iMovie compatible compression format, then it might be possible to copy the content to an iMovie compatible file container (if not already in one) and thus avoid transcoding the data before import to iMovie. However, you still have the potential for some visual quality loss after editing when you export the finished project from iMovie.

  • Application Launch Failure (Excel, Word and some other programs)

    Error message on the screen:
    Application Launch Failure
    The application "Word" could not be launched because of a shared Library error: "<Microsoft Word><Microsoft Word><CarbonLib>"
    Console Message:
    10/10/09 9:21:15 PM [0x0-0xd40d4].com.microsoft.Word[1477] /Applications/Microsoft Office 2004/Microsoft Word[1477] Launch failed with error code -2804 (cfragNoLibraryErr) for application /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    10/10/09 9:21:15 PM com.apple.launchd[1334] ([0x0-0xd40d4].com.microsoft.Word[1477]) Exited with exit code: 12
    This also happens with Excel, Word and some other programs.
    Anyone have any ideas?

    Oops, I should have mentioned that I've repaired permissions both from a DVD bootup as well as from the current hard drive. I reinstalled the last update.
    I have Time Machine so I guess I could go back to a previous state if I knew what the problem was.

Maybe you are looking for

  • MacBook Pro Late 2011 10.7.5 won't detect external monitor

    Hello,           I have a Macbook Pro Late 2011 13" Running OSX Lion 10.7.5. It won't flash blue at ALL when connected to an external display. Under system report, it shows that the "Link Status" is 7. The same setup works with another MacBook Pro Mi

  • Lost pdf viewing ability

    By accident I deleted my Applications folder . I reinstalled it from backup. Now when I use Safari and click on a site with a PDF, Safari won't open the PDF in the Safari window. I reinstalled Adobe and downloaded the Safari application, then reinsta

  • Sap adobeform sending pdf as attachment with specific name

    Hi Experts, Need your help in solving my problem !! My requirement is to send adobe form as mail attachment in PDF format, Which I am able to do. My Problem is PDF attachment should be generated with specific name. For example my scenario (below give

  • Use of "User Role" tab in T.Code - VL10G

    Hi, Can anyone help me in providing more information or document on "User Role" tab in T.Code-VL10G. Rahul

  • Non-iTunes downloaded songs are becoming corrupted, starting with album art

    I have Windows Vista, and I just got a new refurbished iPod touch 64gb 5th gen. For some reason, songs that I have downloaded (not from iTunes) are becoming corrupted?? some are even old songs I have downloaded months ago but most of this seems to be