PDA

View Full Version : Opera 7.54 compatible?


d~l
12-05-2004, 02:54 AM
My question - has lps been tested with Opera 7.54?

...

I have Flash Player 7, 0, 19, 0 installed in WinXP Pro SP1.

lps-2.2 and lps-2.2.1 cores are installed as two separate webapps in Tomcat 5.0.28.

Laszlo generated Flash displays as follows across different browsers-


lps-2.2 lps-2.2.1
IE 6 yes yes
Mozilla 1.7.3 yes yes
Firefox 1.0 yes yes
Opera 7.54 yes no


In lps-2.2.1

http://localhost:8080/lps-2.2.1/my-apps/copy-of-hello.lzx

I get this error message:-


Not Found
The requested URL /pub/shockwave/cabs/flash/copy-of-hello.lzx was not found on this server.


In the HTML wrapper page there is this paragraph:-


The code generated for Internet Explorer on Windows uses proprietary extensions to ensure that the correct version of the Flash plug-in is installed. Internet Explorer on Windows can also display the XHTML 1.0 version, so if you need to embed your application into a larger static page, you should use the XHTML 1.0 version.)


...

I see that only Internet Explorer is referred to and not other browsers.

Does the Laszlo "proprietary extension" - or "sniffer" - detect Opera Flash reader plugin installation?

Why does Opera 7.54 display Flash correctly in lps-2.2 applications - but not in lps-2.2.1 applications?

...

And other symptoms in Opera reported in earlier thread dashboard demo does not load music or video (http://www.laszlosystems.com/developers/community/forums/showthread.php?threadid=1097&highlight=opera)

In Dashboard example .. music and video does not play in Opera 7.54.
Works o.k. in other browsers.

...

Here is the Flash Plugin information for Opera 7.54

Shockwave Flash
application/x-shockwave-flash swf
application/futuresplash spl
C:\Program Files\Opera75\Program\Plugins\NPSWF32.dll


and this test site works in Opera 7.54

http://www.macromedia.com/shockwave/welcome/

______________________________________

In case I am asked for log .. here it is ..


05 Dec 2004 17:19:30 () INFO servlets.LZServlet - LPS destroyed in context: lps-2.2.1
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - ------------------------------------
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Laszlo Presentation Server, 2.2.1, initialized
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Running in context:Apache Tomcat/5.0.28
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Build: lps-2.2.1-001185-0001
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Built on: 02:56 PM 08-Nov-2004
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Running against JRE 1.4.2_04
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Running with Java CLASSPATH: c:\j2sdk1.4.2_04\lib\tools.jar;c:\Tomcat5\bin\boot strap.jar
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Running on Windows XP 5.1
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Running as user DL
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Max memory: 254.06 MB
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Total memory: 254.06 MB
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - Available memory: 245.71 MB
05 Dec 2004 17:57:54 () INFO servlets.LZServlet - LPS_HOME is: C:\Tomcat5\webapps\lps-2.2.1
05 Dec 2004 17:57:59 () INFO responders.ResponderCompile - application cache is at C:\Tomcat5\webapps\lps-2.2.1\WEB-INF\lps\work\cache
05 Dec 2004 17:58:29 () INFO responders.ResponderMEDIA - Media Cache is at C:\Tomcat5\webapps\lps-2.2.1\WEB-INF\lps\work\mcache
05 Dec 2004 17:58:29 () INFO data.HTTPDataSource - using connection pool
05 Dec 2004 17:58:29 () INFO data.HTTPDataSource - using HTTP 1.1
05 Dec 2004 17:58:36 () INFO responders.ResponderDATA - Data Cache is at C:\Tomcat5\webapps\lps-2.2.1\WEB-INF\lps\work\dcache
05 Dec 2004 17:58:37 () INFO servlets.LZServlet - Default request type is app_console
05 Dec 2004 17:58:37 (127.0.0.1 1) INFO servlets.LZServlet - Request for C:\Tomcat5\webapps\lps-2.2.1\my-apps\copy-of-hello.lzx
05 Dec 2004 17:58:37 (127.0.0.1 1) INFO responders.ResponderCompile - application cache is at C:\Tomcat5\webapps\lps-2.2.1\WEB-INF\lps\work\cache
05 Dec 2004 17:58:37 (127.0.0.1 1) INFO responders.ResponderCompile - Responding with NOT_MODIFIED
05 Dec 2004 17:58:42 (127.0.0.1 2) INFO servlets.LZServlet - Request for C:\Tomcat5\webapps\lps-2.2.1\my-apps\copy-of-hello.lzx
05 Dec 2004 17:58:43 (127.0.0.1 2) INFO responders.ResponderCompile - Responding with NOT_MODIFIED
05 Dec 2004 17:58:44 (127.0.0.1 3) INFO servlets.LZServlet - Request for C:\Tomcat5\webapps\lps-2.2.1\my-apps\copy-of-hello.lzx
05 Dec 2004 17:58:45 (127.0.0.1 3) INFO responders.ResponderCompile - Responding with NOT_MODIFIED


Any significance of "Responding with NOT_MODIFIED"?

mdavis
12-06-2004, 07:20 PM
Opera is one of those browsers that is "compatible" but not "certified". Until your trouble, we had no information that would lead us to believe that there were any issues with Opera. One of the few things that changed between 2.2 and 2.2.1 were the wrappers.

Try http://localhost:8080/lps-2.2.1/my-apps/copy-of-hello.lzx?lzt=html-object
or
http://localhost:8080/lps-2.2.1/my-apps/copy-of-hello.lzx?lzt=v1

And see if either of those work better for you.

Sincerely,

Mark Davis
QA Manager

d~l
12-07-2004, 12:42 AM
Thanks for that additional information ..

FYI ..

http://localhost:8080/lps-2.2.1/my-apps/copy-of-hello.lzx?lzt=html-object .. query does not work in Opera 7.54 ... "requested URL not found" message appears


http://localhost:8080/lps-2.2.1/my-apps/copy-of-hello.lzx?lzt=v1 .. query does work in Opera 7.54 .. hello laszlo