I can't get flashplayer to work on all sites

I am having a problem with viewing a website that uses a
flashplayer. I can go to youtube and see the videos fine, but the
site that I need to go to, I get a white page, and nothing on it. I
have to get into this site for my job and do training at home. The
helpdesk at my company is not any help. I have downloaded, and
unistalled, and done just about everything everyone has suggested
in the other threads. Why is it that I can view some websites but
this one, that I need, I can't view. The web address ends in a .swf
. Please, please, please help me.

You really need to provide more info, like what you've tried to do and what the result was (error messages..).
First step is to go to Settings>icloud and sign into your icloud account.

Similar Messages

  • I'm can't get iMessage to work with all my Apple devices.

    So i cant seem to get iMessage to work across all my Apple devices. My wife and I use the same Apple ID but have different phone numbers. Is there a way to get all our messages on our shared devices and our personal messages on our phones? (iPad, iMac, MacBook Pro: Shared)

    Hi,
    I have this set up with one Mac and two iPhones  (Not Multiple Macs)
    I added the Apple ID to the Mac for iMessages.
    I then added the Apple ID to the first iPhone.
    I accepted the pop ups on the Mac so that the iPhone was Listed in Receive At (you might have to Restart the App on the Mac to trigger this).
    I then added the Apple ID to the Second iPhone and again accepted the pop ups in the Mac.
    IF this is what you think you did but it is not working remove the Apple ID from both iPhones
    Place the iPhones in Airplane mode fro a few minutes to Break with the server.
    when back in normal mode and in Settings > Messages check the iPhone number is ticked and active.
    (Send a Test message to the Apple ID (Mac) to check)
    Add back the Apple ID if the test works.
    Restart the Mac version to trigger the pop ups and Accept.
    Repeat the set up with tests for send iPhone.
    I have never set this up with one ID on two or more computers but it should work.
    9:01 PM      Wednesday; June 4, 2014
     iMac (Mavericks 10.9.x)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),

  • Can't get Flashplayer to install across all desktops

    When we download the Flashplayer, it only installs and is
    viewable under the desktop on our computer that it was downloaded
    to. If we switch desktops on our computer and try to view something
    that needs Flashplayer, we get the message 'you must download
    Flashplayer'. If we then download under a 2nd desktop on our
    computer, it says the installation was successful and yet we can't
    view the content and we don't see the movie you're supposed to see.
    We have tried uninstalling and then reinstalling under different
    desktops but it will only work under the first one that it was
    downloaded to. How do we get this to work across every desktop on
    our computer????

    I am having similar problem. I am Adminuser while
    rest of my family are simply users. I've installed Adobe Flash and
    am able to view video content on You Tube; However, neither of my
    sons can. I get same message: Java script is turned off (It is ON)
    or download FLash. Wassup! How can I correct so all users admin or
    not can run Adobe Flass Player?

  • Can't get setMask to work at all

    I am using Flash CS3 with ActionScript 2.0
    I am trying to load a jpg in and display it in an existing movieClip.
    I have created a movieClip on the stage with an instance name of maskMovieClip. I then create a new/empty clip within maskMovieClip, and then load the new clip with the jpg and then try to use the setMask to switch them. I did read that it won't work if jpg's have not finished loading, so I put a for/next loop in my example just to make sure the clips are loaded. Here is my test code:
    //HOW TO RE-PRODUCE PROBLEM...
    //Create one movie clip on the stage with an instance name of maskMovieClip.
    //Create two small jpg pics called pic1.jpg and pic2.jpg.
    //This correctly loads and displays a jpg into maskMovieClip
    maskMovieClip.loadMovie("pic1.jpg", 1);
    //This supposedly creates a new movie clip called newMC within the maskMovieClip
    maskMovieClip.createEmptyMovieClip("newMC", maskMovieClip.getNextHighestDepth());
    //This loads a different jpg into newMC. And just to make sure it worked,
    //I manually tried creating a movie clip on the stage with the instance
    //name of newMC, and it correctly loaded and displayed it.
    newMC.loadMovie("pic2.jpg", 1);
    //This is just to kill some time to make sure both jpg's are loaded
    for (i=0; i<=100000; i++) {
        trace(i);
    //This is supposed to switch from one to the other, but doesn't
    maskMovieClip.setMask(newMC);
    //I even tried this to make sure I didn't have it backwards
    //newMC.setMask(maskMovieClip);
    Any assistance would be greatly appreciated!!!
    Thanks

    I gave up on using setMask... I could not get it to work even with MovieClipLoader class, so I took a different approach...
    I load all the jpegs in like this into their own instance and assign them an increasing depth starting at 0. To display any particular jpeg just change it's _alpha back to 100:
    for (j=0; j<total; j++) { //Pre-load all the images. total is the number of pics in the external XML file
      picLoad = "newMC" + j; //Assign each image a unique name (newMC0, newMC1, etc)
      this.createEmptyMovieClip(picLoad, j); //Set their depth equal to j (newMC0 is depth 0, newMC1 is depth 1, etc)
      this[picLoad]._alpha = 0; //Set their alpha=0 so you can't see them
      this[picLoad].loadMovie(image[j],1); //image[] is an array that contains the location & name of each pic (image[0] = "slideshow/pic1.jpg")
    I then used swapDepths() to move the buttons from their original depth assigned by Flash (which is around -16000) to a higher depth starting at 50000, which is well above the depth of the jpegs I loaded in, so unless somebody wanted to load in more than 50000 images, it should not be a problem. There is actually 2 buttons, a text field and a movieClip (as a background for the buttons and text). I initially could not get swapDepths to work with the buttons and text field... it was only working with movie clips, but then I found out that swapDepths is not available to buttons and text fields by default, but needs to be included. All this was done like this:
    Button.prototype.swapDepths = MovieClip.prototype.swapDepths; //Make swapDepths available for buttons
    TextField.prototype.swapDepths = MovieClip.prototype.swapDepths; //Make swapDepths available for text fields
    button_bg.swapDepths(50000);
    picNum_txt.swapDepths(50001);
    prev_btn.swapDepths(50002);
    next_btn.swapDepths(50003);
    Another possible alternative would have been to use swapDepths to swap each pic back and forth between a manually created movieClip on the stage, but it seemed easier to just write the code to swap my buttons once instead of code for swapping pics everytime!
    Thanks

  • HT201471 I have an iPad 3 model A1416 16GB.  It is about 1 1/2 years old. When I opened it today the pad for my password came up and then before I could put in my password the screen went black and now I can not get it to work at all.  What should I do?

    I have an iPad 3 model A1416 16GB.  It is about 1 1/2 years old.  When I opened it today the screen for my password came up and then before I could enter it the screen went blank. I can not get it to do anything now. It had about 24% of charge left. I plugged it into the charger and still nothing. What do I do?  How do I get it to work?

    Try the following:
    1. Reset
    Hold the Sleep and Home button down until you see the Apple logo
    2. Restore:
    http://support.apple.com/kb/HT1414
    3. Recovery:
    http://support.apple.com/kb/HT1808

  • [SOLVED] Can't get any sound working at all

    I've just installed Arch again on my MacBook 5,2 and I can't get any sound (speakers or earphones) to work. I've tried the ALSA wiki page for troubleshooting, but none of that has worked. Does anyone have any ideas where to start with this?
    Last edited by dave1022 (2011-05-07 15:04:31)

    When you try something and it doesn't work, post the commands and the errors you get here, so that someone can actually help you with your problem.
    Please help us help you.

  • Can't get Flashplayer to work for Mac

    I am having an issue with my Flashplayer.  I recently thought it was specific to Firefox but it appears to be all browsers.  I used to just crash all the time, but now I can actually no longer watch many videos, though youtube still appears to work.  I have seemingly tried everything.  Uninstalled and reinstalled, activated plugins, made sure they're up to date, etc.  I have tried every suggestion I've found anywhere on the web and nothing has worked.  I am growing quite frustrated.  I am using Mac OS X Lion 10.7.
    Any suggestions, I'd really appreciate it.  Thanks.

    I have no problem remembering where the album was saved...
    apparently FW has problems finding it.
    I think I have the problem solved - at least this one (I seem
    to be having another one with saving to SPRY/HTML format).
    I got the clue from another post. Apparently FW doesn't like
    folder names with spaces and my site was buried pretty deep in the
    directory structure. I copied the site to a location just under the
    root of the drive and made sure there were no spaces in the folder
    names so now it only has to look for DRV:/mywebsite/images and then
    I export the gallery to DRV:/mywebsite/photo_gallery.
    All the flash galleries seem to work fine but I'd like to
    look at the SPRY/HTML gallery before I make a final decision which
    to go with.
    Al for FW defaulting to it's orignal program directory
    everytime I go to look for an album I simply find it annoying...
    thanks h,
    al

  • Can't get Flashplayer to work with Windows 8

    The message says Flashplayer is integrated with Internet Explorer in Windows 8.  You do not need to install FlashPlayer.

    That's absolutely right. Flash Player for IE in Windows 8 is modified and integrated by Microsoft. It cannot be updated or installed via Adobe. ONLY through Windows Update.
    See: http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html  for some primary troublesshooting steps. If those don't work, post back here.

  • Can't get iphoto to work after tampering with library in Finder

    I think I made a big mistake when I tampered with the iphoto library in Pictures in Finder.
    Now I can't get iphoto to work. All the pictures are gone in iphoto, the spaces are there but they are blank.
    When I open iphoto it goes into the mode (little spinning wheel appears) where I have to "force quit".
    Any supggestions on what I can do? Thanks.

    The list that shows is just data files and such.
    You can burn the entire iPhoto Library folder.
    You can burn each Year folder or any other variation.
    This is my workflow. The reason I do it the way I describe is because I want a backup of just the photos and video clips I take so I can copy them to a partition of my external drive and burn them to disc. On the other partition I backup my entire users folder
    When iPhoto 5 first came out I really think it was programmed to import the smaller 30 sec video clips that cameras were taking at the time. Since then, digital cameras, at least my Canon S2 can take clips as large as your memory card can hold. The first time I tried to download my images and movie clips with my new camera, iPhoto stalled at the movie clips. I wasn't going to take any chances messing up my iPhoto Library so I started using Image Capture to download all my images and Movie clips. I actually like doing it this way a lot better. My movie clips are downloaded into my Movies folder where I then put them in a dated folder.
    My photos are downloaded into my Pictures folder, where I then put them in a dated folder. I import the dated folder into iPhoto. I also keep all dated folders from photo downloads in the Pictures folder till I get enough Movie folders and Photo folders to fill a DVD. I burn them and then delete them from the hard drive.
    This way I have the photos in iPhoto and I also have just the photos backed up to DVD.
    The Movies I keep on the hard drive in their dated folders until I use all the clips for my iMovie projects for the Year. I then make sure they are all burned to DVD, then I delete those from my hard drive.
    Using Image Capture to download images and video clips:
    Open up Image Capture which is found in the Applications folder.
    When it is opened, go to Image Capture/Preferences
    Under the General button choose
    Camera: When a camera is connected, open Image Capture.
    The next time you connect your camera Image Capture will open.
    In the window that opens you will see an Options button. Click on that button to set your options.
    To find out more about Image Capture (it can do a lot more) Click on Help in the menu bar when Image Capture is open.
    iPhoto: How to Change the "Open Automatically" Preference
    If you find you can't change any of Image Captures preferences or can't access any drop down menus or they are greyed out, check to make sure Image Capture is loose in the Applications folder and not within a sub folder.
    Here is info on backing up your photos:
    Backing up your iPhoto Library
    1. Burn the iPhoto Library folder in the Finder to a CD or DVD
    This method will give you a burned iPhoto Library folder that can be copied back to your computer to replace a damaged library. You can also use this method to backup an old library when you want to create a new Library to use as your current library.
    insert a blank CD into your internal or external CD-RW drive and copy the iPhoto library to the CD icon on your desktop. When you drag the CD icon to the Trash/Eject button in the Dock, you are given the option to burn the CD. Click Burn and the CD is created. To burn a DVD backup of your digital images, use a DVD and a SuperDrive-equipped Mac
    The easiest way to burn an iPhoto Library folder in the Finder that is larger than 4.7 gig to fit on one DVD is to burn sections of the folder.
    Drag the iPhoto Library folder to the desktop
    Double click the folder to open it.
    Drag each Year folder to the desktop.
    You should be left with the iPhoto Library folder containing all the data files, and the Year folders.
    Combine whatever year folders that amount closest to a DVD burn size on one DVD. Make sure that you have burned all the Year folders, then the iPhoto Library folder with all the data files.
    If you ever need to use this backup, insert the DVDs into your computer and copy the folders to the desktop. Put all the Year folders back into the iPhoto Library folder. Then put the iPhoto Library folder back into the Pictures folder.
    You can also check out applications for disc spanning:
    Disc-spanning software
    DropDMG
    Toast
    Dragon Burn 4
    BackityMac
    Retrospect Express-comes with some external drives
    Retrospect for Macintosh Desktop Edition
    2. Copy the ENTIRE iPhoto Library to an external drive formated for a Mac. Do not use this as your only back up as the external can also go bad.
    3. Copy the ENTIRE iPhoto Library to your iPod in disk mode
    4.Creating your own CDs and DVDs for viewing in iPhoto
    This method is a great way to back up Albums of older photos or even your entire library if it is small enough to fit on a DVD. This method will give you a library that will mount within iPhoto in the source column to be viewed. To import any images from this library they need to be dragged into your library in the source column.
    If you just want to backup the images in your library:
    1) Within iPhoto select the images, albums or rolls you want to backup. Go to Share>Export and export them to a newly created folder on the desktop. Follow the directions in the next link.
    Creating a CD or DVD to be viewed in Windows or by a photo processing company
    1.. If you backed up the entire iPhoto Library by burning within iPhoto or burning the folder in the Finder, make sure the burned copy is a good working copy before you delete the iPhoto Library folder in the Finder. You delete the iPhoto Library in the finder by dragging it to the trash when iPhoto is closed. When you next launch iPhoto it will create a new empty library for you to start anew.
    2. If you burned just the images, be aware that that is all you are archiving. No metadata will travel with the images such as comments, keywords, etc.
    You can then delete those images within iPhoto by highlighting them and hitting the delete key, then empty iPhoto's trash. Do this often and in groups so iPhoto will not choke on too many images.

  • Have entrourage and want to use Mail. Can't get it to work.

    I had a macbook and purchased the Microsoft office for Mac which included Entrourage.
    I have now purchased a new macbook Pro and want to begin to use Mail rather than Entrourage. 
    I have Entrourage on my new computer but i can't get it to transfer my information to the the Mail program
    I am on Charter.net at my office and sbcglobal.net at home.
    How can i get this to work.  I can receive on Mail, but i can't send.

    check your outgoing port settings and make sure it's using a specific port and not the default port, also you might want to check to see if it is using SSL, TLS or any other encryption.  Verify the setting from your old machine setup.

  • Got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    If it's showing the red disabled screen due to incorrect passcodes then you may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad via your computer's iTunes and restore/resync your content to it

  • HT1151 i have a new apple external dvd drive, and i can't get it to work with my iMac?

    I have a new apple dvd drive, I was told it will work with my imac,  but when i plug it in ...nothing... iv been for update... still nothing. How can i get it to work???

    If it is this drive, note that it is for MBA's and Mini's only:
    http://store.apple.com/us/product/MC684ZM/A
    Ciao.

  • Is there a way to reset my messages account, I can't get iMessage to work on IPad nor Mac osx. Help please this is really frustrating.

    Is there a way to reset my messages account, I can't get iMessage to work on IPad nor Mac osx. Help please this is really frustrating.

    Hi,
    Is there an iPhone involved ?
    If not, what happens  if you remove the Apple ID on the iPad and then set it in Airplane Mode (allow a couple of minutes at this point) followed by re-adding the Apple ID ?
    What, if any error messages are appearing on the Mac when you try to launch the App or Login to the iMessages server ?
    Is the Apple ID linked to an iCloud account ?
    In Messages 7 (Mountain Lion) this did not seem to be important but it seems it is in Mavericks/Messages 8
    9:14 pm      Friday; April 11, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • I bought an IR receiver and an Apple Remote, and I can't get it to work. What am I doing wrong?

    I bought an IR receiver and an Apple Remote, and I can't get it to work. What am I doing wrong? The receiver is a Lenovo eHome OVU430006/01 USB IR Receiver.

    Hello,
    You would need to pair the Apple Remote with the receiver. So I would use the generic Mac/PC receiver and follow these instructions:
    http://support.apple.com/kb/HT1619
    If that doesn't work then check in System Profiler to see if the IR receiver has been recognized by the PowerBook's hardware. You may require the install of drivers for this device to be recognized.
    Best of luck

  • I have a go daddy email account and I can't get it to work on my iPad

    I have a go daddy email account and I can't get it to work on my iPad

    Try turning the email account off and then turn it on again. Settings>Mail, Contacts, Calendars>select your gmail account>Off. Go to the mail app and then come back to the account in the settings and turn it on again.
    If you can't find any other way for the iPad to accept the password, delete the email account and then add it back onto the iPad.

Maybe you are looking for