How to view video's in iOS7 that used to work in iOS 6

After updating to iOS7 (7.0.3) I no longer can view or use airplay to view show's/video's that I could reliably view before using Safari  (i.e. Washington Week, Market to Market, etc).  I can do it with my MacBook Pro on OSX 10.9 but no longer on my ipad 2 or iphone 5.  Any workaround?

Same problem here, particularly trying to watch  msnbc shows using safari. Sometimes it doesn't play anything, sometimes it plays internet radio instead of my tv show/clip.  worked okay in ios6. Problem started in ios7.

Similar Messages

  • How can I view videos from a website that uses flash player?

    Hi All...having an issue finding an application to use  to view videos on another website that uses flash player. I have Flip for Mac, but this doesn't solve the problem. Without this(Adobe) app, the videos will not run, rendering use of the website usless. Finding more and more issues in trying to use these video tutorials on my iMac/Maverick. Is there any help out there?

    Install Flash Player. Works w/o issues.

  • How to convert Crystal 8.5 Reports that use queries to Crystal XI reports

    We were using the following:
    Crystal Reports version 8.5
    Crystal SQL Designer 8.0.0.0
    CRW32 8.0.0.8
    We have now migrated to Crystal XI.
    Most of our reports use queries created in the Crystal SQL Designer. 
    This is the message we receive when I open a report in Crystal XI that uses a query:
    Reports based on Crystal Dictionary or Crystal Query are no longer supported.  Please change these reports to use Business Views.
    How do I convert a Crystal report that uses a query to use a Business View?
    Thanks,
    Mac Bradley

    Hi Mac,
    There is a Database Migration Wizard that was available but the link is broken now. I'm tracking down where we can get it from. Check your CD, it may be on the disk.
    Currently it's only shipped with our Enterprise Product because it converts Queries to Business Views and Views to Command Objects.
    If you have Enterprise Available you should have a link off the Start Menu.
    Back up your reports first....
    Thank you
    Don

  • I have a canon multifunction printer that used to work with snow leopard but since I updated to mountain lion my printer stop working, How do I make it work again?

    I have a canon multifunction printer that used to work with snow leopard but since I updated to mountain lion it stoped working. How do I make it work again?

    This problem is not unheard of when upgrading from Snow Leopard. It is usually solved by completely deleting the existing printer in System Preferences > Print & Scan, and adding it again.

  • My MacBook used to play DVDs. I've tried several that used to work on this computer but none work now.

    My MacBook used to play DVDs. I've tried several that used to work on this computer, but none work now. How can I get my MacBook to play DVDs?

    You might need to update the remote application. i know there was a bug when the 5.2 update was released that caused an issue with the remote app. Apple released an update the following day for the remote app.
    Jesse

  • .SWF that used to work on Captivate 4 not working on 5!

    Hi,
    I have two .sfw files that used to work fine on Captivate 4 but won't work on Captivate 5.
    One is a pause button, and the other is a video.
    I only have the .swf files for both.
    Please help!
    Andressa

    Captivate 5 does handle certain SWF files differently to Captivate 4.  These SWF files are usually ones that use nested symbols rather than having all animation on the main timeline.  The only way to fix the issue (that I know of) is to have access to the original source files used to create the SWFs and make changes there.  Sorry.

  • HT4623 In my iphone currently there is ios 6.1.2 .. if i update it into 6.1.3 can i have to do repurchase or reinstall all the applications that are currently working on ios..?

    In my iphone currently there is ios 6.1.2 .. if i update it into 6.1.3 can i have to do repurchase or reinstall all the applications that are currently working on ios..?

    Perform the Update using iTunes on the computer you usually Sync and Backup to...
    See the Using iTunes Section Here...
    How to update your iPhone, iPad, or iPod touch

  • How to view videos from iPhone on a PC?

    How can I view videos that I took on my iPhone4 on a PC? Even in Quick Time, the ".mov" files show up as a single picture.
    Thanks a lot,
    Howard

    I dont think your quicktime is working correctly. Its supposed to show as a video in quicktime.

  • How to view videos stored in home imac on iPod or iPad over wifi

    hello;
    Using the web server on the iMac there is a easy way
    to view stored videos on the iPod or iPad. When I say 'easy'
    I consider it easy, you may not find it 'easy'.
    The most low tech way is to create a symbolic link from the video file
    to the /Library/WebServer/Documents/ directory.
    example:
    open a terminal window.
    create a symbolic link from the video file on the iMac to the /Library/WebServer/Documents/
    sudo ln -s <iTunes Library Directory>/TV Shows/<TV Show Name>/<TV Season>/<TV Episode> video-link-01
    To view the video on either an iPod, iPad, or another computer in Safari
    you would enter the following:
    http://<computer-name.local>/video-link-01
    The video will be shown by QuickTime plugin in Safari...
    I have written a perl script which I use to create the necessary html files
    to view all the TV Shows that I have stored on my iMac. You could also
    create these using a text editor like vim or textedit.
    The index.html lists the TV Shows in alphabetical order.
    For each TV Show there is a corresponding html file which list the seasons.
    For each TV Show Season there is a corresponding html file which lists the episodes.
    Below is a short example.
    sudo cd /Library/WebServer/Documents
    sudo ln -s /Users/me/Music/iTunes/iTunes\ Music/TV\ Shows ./TV\ Shows
    the index.html file contains:
    <begin quote>
    <html version="2.0">
    <head>
    <title>iTunes TV Shows - 05 May 2010</title>
    </head>
    <body>
    <center>
    <a href="./Doctor-Who.html">Doctor Who</a>
    <br><br>
    </center>
    </body>
    </html>
    <end quote>
    The Doctor-Who.html file contains:
    <begin quote>
    <html version="2.0">
    <head>
    <title>iTunes TV Shows - Doctor Who - 05 May 2010</title>
    </head>
    <body>
    <center>
    <a href="Doctor-Who-Season-1.html">Doctor Who - Season 1</a>
    <br><br>
    <a href="Doctor-Who-Season-2.html">Doctor Who - Season 2</a>
    <br><br>
    <a href="Doctor-Who-Season-3.html">Doctor Who - Season 3</a>
    <br><br>
    <a href="Doctor-Who-Season-4.html">Doctor Who - Season 4</a>
    <br><br>
    </center>
    </body>
    </html>
    <end quote>
    The Doctor-Who-Season-4.html file contains:
    <being quote>
    <html version="2.0">
    <head>
    <title>iTunes TV Shows - Doctor Who - Season 4 - 05 May 2010</title>
    </head>
    <body>
    <center>
    <a href="TV Shows/Doctor Who/Season 4/1-01 Voyaged of the Damned.m4v">1-01 Voyaged of the Damned.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/2-02 Partners in Crime.m4v">2-02 Partners in Crime.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/2-03 The Fires of Pompeii.m4v">2-03 The Fires of Pompeii.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/2-04 Planet of the OOD.m4v">2-04 Planet of the OOD.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/3-05 The Sontarian Stratagem.m4v">3-05 The Sontarian Stratagem.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/3-06 The Poisin Sky.m4v">3-06 The Poisin Sky.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/3-07 The Doctors Daughter.m4v">3-07 The Doctors Daughter.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/3-08 The Unicorn and the Wasp.m4v">3-08 The Unicorn and the Wasp.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/4-09 Silence in the Library.m4v">4-09 Silence in the Library.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/4-10 Forest of the Dead.m4v">4-10 Forest of the Dead.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/4-11 Midnight.m4v">4-11 Midnight.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/5-12 Turn Left.m4v">5-12 Turn Left.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/5-13 The Stolen Earth.m4v">5-13 The Stolen Earth.m4v</a>
    <br><br>
    <a href="TV Shows/Doctor Who/Season 4/5-14 Journeys End.m4v">5-14 Journeys End.m4v</a>
    <br><br>
    </center>
    </body>
    </html>
    <end quote>
    The same may be done for movies and music.
    I am working on coming up with a way to play an entire musical album and playlist.
    Right now it is single songs only which tends to limit its usefulness.
    For videos it does work extremely well. Even though I have a 64GB iPad, a 64GB iPod touch, a 32GB iPod touch, a 32GB iPod touch( 1st generation), and an 16GB iPod nano I do not have to sync a video to them in order to be able to view the video.
    I am able to sit in my favorite Caribou Coffee Shop and watch the latest TV shows I have purchased on iTunes
    over the wifi network.
    Suggestions are to use the Standard Definition file and not the High Definition file.
    I personally cannot tell the difference between the Standard Definition file and the High Definition file
    on the iPods or the iPad.
    I hope that helps you to enjoy your iPods, iPhones, and iPads.
    terry ><>

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"? Ones with a green checkmark are solved.
    Next Google for: rotate iphone videos

  • How to view video Exif data in Bridge

    I cannot view video Exif (i.e., camera settings) data in Bridge.  I can see it for still images.  I shoot video in both MOV and MTS, but can see it for neither.  How do I view it?

    Thanks.  Is there some equivalent of Exif information for video?  For stills, I shoot RAW and much appreciate being able to veiw the camera settings once the file is in Bridge.  I'm new to video.  It would be even more helpful for me to see the video details, so I can better learn from my practicing.  I can view some video file data in my camera after shooting:  f-stop, white balance method, compression method, aspect ratio, and frame rate.  So, this data is being captured and stored on my memory card.  After downloading to Bridge, I'd like to be able to view this same info there.  Is this possible?

  • How to view pictures on the computer that I took with my phone

    How do I view pictures on the computer that I have taken with my Phone?

    Transferring your pictures to your computer is a great way to back them up, Service34.
    As Weth mentioned, there are a number of ways to connect your device to the computer. In order to provide you with specific steps, can you please provide your phone model?
    AndreaS_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • How to view videos in PDF on iPad.

    I have 2 tutorials that include embedded videos.  I put these PDFs on my iPad but can't get them to play.  Is this something that won't work?...only on computer?

    Sadly, Adobe Reader doesn't support playing videos. You'll need to purchase a better PDF reader, notably PDF Expert from Readdle. US $9.99.

  • How to view all the ejb's that have been deployed.

    Is there any option to view all the ejb's that have been deployed.

    In Oracle9iAS , you can use Enterprise Manager to view
    all that is deployed and get lot more information about the ejbs, servlets, JSps etc...
    more info available at
    http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/core.902/a92171/monitor.htm#1005616

  • How to view video clips on FaceBook?

    FaceBook tells me I must download Flash Player to view video clips. Is Flash Player safe on a Mac?
    I have researched this question in these Apple Support forums. I have searched the App Store and the Web. I found some good reports, some dire warnings about installing non-Apple apps, but nothing conclusive.
    Please advise.
    Ian.
    MacBook Pro (13-inch, Mid 2012), OS X Mountain Lion (10.8.2)

    Adobe Flash Player Software is actually a plug-in and not an actual "player" or "application."  With this plug-in you will be able to view flash videos on Quicktime (with help from Perian) and VLC.  I believe Flip4Mac also.
    After the installation, make sure you repair permissions and restart your computer prior to usage.

  • How to view pdf, xls files generated by using JasperExport

    I am using Weblogic Server 8.1 to deploy my project. I have some pdf, xls files that generated by JasperExport. Code: <br>
    Map parameters = new HashMap(); <br>parameters.put("donvi",DVi); String ConnectionURL ="jdbc:oracle:thin:@localhost:1521:qltb"; <br>Class.forName("oracle.jdbc.driver.OracleDriver"); <br>Connection jdbcConnection = DriverManager.getConnection(ConnectionURL,"qltb","qltb12345");<br> jasperReport = JasperCompileManager.compileReport("C:\\baocao.jrxml"); <br>jasperPrint = JasperFillManager.fillReport(jasperReport,parameters,jdbcConnection);<br> //JasperViewer.viewReport(jasperPrint); <br>JasperExportManager.exportReportToPdfFile(jasperPrint, "report.pdf");<br>
    report.pdf is exported to folder <br> C:\bea\user_projects\domains\cems ( cems is name of domain) . <br> But I dont know how to view this file or write relative path of this file For example : in test.jsp page I write Report 1 But it doesnt work.

    Install IronTrack SQL as described in the following link
    http://www.irongrid.com/documentation/irontracksql/install.html#install_oracle9iAS

Maybe you are looking for

  • Connection Questions

    Ok so I have been thinking of buying a new mac mini and a standard HDTV LCD display to use as a TV using basic cable, computer, and media center. My question is can or how would I switch from cable TV to my mac mini display?

  • How do i resize my hard drive without erasing data

    i have OS X 10.10.1 and i also dual boot my mac with windows 8.1. i have a 750 gb hard drive & on my windows partition i have 105 gb of free space but on my mac partition i have only 50 gb free

  • Anybody tested Photoshop CS5 with OS-X Mavericks yet?

    Anybody tested Photoshop CS5 with OS-X Mavericks yet? Is it runing?

  • Printer Tray configuration

    Hi <br /><br />I'm having abit of an issue at the moment in terms of printers trays . We have recently purchased a Océ 5112 Printer which has 8 trays, we were previously printing using only a 4 tray printer.<br /><br />I have modifed the ICS printer

  • Delivery-PGI

    Hi     Delivery contains 4 line items.I want to do PGI for 2 line items which ever required. How to do it? Plz help me out. Thanks in advance Arpitha