[The Java Posse] Re: Java video applet for movie trailer - but why the security question?

2009-02-22 Thread Erdinc Yilmazel
On mac os x, I got a security warning on the applet page. On Fri, Feb 20, 2009 at 12:34 AM, Karsten Silz wrote: > > On Feb 19, 11:03 pm, Steven Herod wrote: >> Nope, shouldn't make a difference as far as I know, they use the same >> launch model. >> >> You can check it out here using the Applet

[The Java Posse] Re: Java video applet for movie trailer - but why the security question?

2009-02-22 Thread Steven Herod
Accessing it from behind a corporate firewall? If your company ban's flv's you'll get this outcome. As a quick example I didn't trap any errors. Turning on Java Console should give a few hints. If you want to, contact me off list for further troubleshooting. On Feb 20, 10:18 pm, Joe Data wr

[The Java Posse] Re: Java video applet for movie trailer - but why the security question?

2009-02-21 Thread tackl...@googlemail.com
On Feb 19, 5:55 am, Brian wrote: > > My question for the group: is the applet sandbox really insufficient > for an applet like this to show a video?  Or is it just sloppy coding > on the applet developer's part?  It's my belief that things like this > are one reason why applets have a bad name.

[The Java Posse] Re: Java video applet for movie trailer - but why the security question?

2009-02-20 Thread Joe Data
On Feb 20, 2:01 am, Steven Herod wrote: > Fixed now. On my machine (German XP Pro, SP 3, JDK6u12, Firefox 3), the Java logo just stays there, animated, and I never see anything. The JNLP version didn't work for me, either. In IE 7, I at least get the "famous grey applet rectangle". ;-) http:

[The Java Posse] Re: Java video applet for movie trailer - but why the security question?

2009-02-19 Thread Steven Herod
Oops, it worked on my computer! No, seriously, a cock up on my part with which JNLP file I was referring to in the _browser.jnlp file. Fixed now. On Feb 20, 11:34 am, Karsten Silz wrote: > On Feb 19, 11:03 pm, Steven Herod wrote: > > > Nope, shouldn't make a difference as far as I know, they

[The Java Posse] Re: Java video applet for movie trailer - but why the security question?

2009-02-19 Thread Karsten Silz
On Feb 19, 11:03 pm, Steven Herod wrote: > Nope, shouldn't make a difference as far as I know, they use the same > launch model. > > You can check it out here using the Applet page stub Netbeans > created: > >  http://javafx.herod.net/smp/SimpleVideoPlayer.html I got a Java error dialog, telling

[The Java Posse] Re: Java video applet for movie trailer - but why the security question?

2009-02-19 Thread Steven Herod
Nope, shouldn't make a difference as far as I know, they use the same launch model. You can check it out here using the Applet page stub Netbeans created: http://javafx.herod.net/smp/SimpleVideoPlayer.html On Feb 20, 8:18 am, Mark Derricutt wrote: > I notice thats using JNLP only thou, not em

[The Java Posse] Re: Java video applet for movie trailer - but why the security question?

2009-02-19 Thread Mark Derricutt
I notice thats using JNLP only thou, not embedded as an applet thou - does that make a difference? On Fri, Feb 20, 2009 at 8:00 AM, Steven Herod wrote: > > I whipped this up yesterday: > http://jfxstudio.wordpress.com/2009/02/19/subtitled-video-player/ > > --~--~-~--~~~--

[The Java Posse] Re: Java video applet for movie trailer - but why the security question?

2009-02-19 Thread Steven Herod
I'd attribute it to sloppy coding - or the requirements of pre-JavaFX media perhaps (I wouldn't know, I never touched media in Java before JFX) I whipped this up yesterday: http://jfxstudio.wordpress.com/2009/02/19/subtitled-video-player/ It needs no security warning as its unsigned and requir