Open GoogleCodeExporter opened 8 years ago
Thanks for reporting this. It's a known issue for which a solution has proved
elusive.
Original comment by kirk.kel...@rochester.edu
on 30 Jan 2011 at 4:01
Kirk,
I'm sort of glad that it's not just my setup. The really odd thing is that if
you go back to where netflix wasn't using the external player, then the same
exact code works with that setup on 10.6.6.
Pete
Original comment by pharllee...@gmail.com
on 30 Jan 2011 at 6:50
Ok, that is interesting. I'll have to check out that code.
Original comment by brow...@gmail.com
on 30 Jan 2011 at 7:19
[deleted comment]
Can you tell me which revision of the Netflix controller you were using that
does not use the separate player and works on 10.6.6? I went back to
http://code.google.com/p/understudy/source/browse/Netflix/NetflixController.m?sp
ec=svn268aa1058b31bfdb6153f0249305244915aa2786&r=268aa1058b31bfdb6153f0249305244
915aa2786 to see if I could find anything, but nothing stands out.
Original comment by brow...@gmail.com
on 31 Jan 2011 at 4:42
I'm pretty sure that it's the equivalent to 0.7. I'd created a controller for
Daily Show and Colbert report also based on 0.8.2 (functional, but not as good
as your implementation), and was examining the inline netflix viewer versus the
external player to learn more when I stumbled across this interesting
difference.
I've attached the NetflixController.m file that I was using. I don't see
anything that stands out. If I get a chance over the next couple days I'll try
to integrate my changes with tips locally.
Original comment by pharllee...@gmail.com
on 2 Feb 2011 at 12:33
Attachments:
I've made the changes to tips and attached the two files. The effect is still
there. The inline netflix viewer returns to FR as normal,but the Daily Show
controller doesn't.
Original comment by pharllee...@gmail.com
on 2 Feb 2011 at 12:46
Attachments:
I wonder if this has to do with Netflix using silverlight and loading a
separate window. I know that the netflix player has do some magic to figure out
the silverlight window after it goes fullscreen.
I load the Dailyshow flash player using a simple <object> tag in a local html
template file. Since the call to [window close] is what causes the crash, I
wonder if the webview I am using is somehow getting tangled up with frontrow's
window and closing it causes a silent crash.
Original comment by brow...@gmail.com
on 2 Feb 2011 at 2:26
Well, it turns out Hulu now carries Daily Show again, so this endeavor may be
pointless.
Original comment by brow...@gmail.com
on 17 Feb 2011 at 10:47
I'm guessing there isn't much demand for this now that Hulu provides The Daily
Show and Colbert Report, but it would be nice to have support for other shows
too.
Original comment by kirk.kel...@rochester.edu
on 3 Apr 2011 at 1:48
I guess you haven't made any progress on the crash in exit?
Original comment by brow...@gmail.com
on 3 Apr 2011 at 2:54
Original issue reported on code.google.com by
pharllee...@gmail.com
on 29 Jan 2011 at 11:49