[Laszlo-checkins] r9576 - in openlaszlo/trunk: demos/lzpix laszlo-explorer laszlo-explorer/coverpages laszlo-explorer/coverpages/welcome
hqm@openlaszlo.org
hqm at openlaszlo.org
Wed Jun 11 07:59:55 PDT 2008
Author: hqm
Date: 2008-06-11 07:59:51 -0700 (Wed, 11 Jun 2008)
New Revision: 9576
Modified:
openlaszlo/trunk/demos/lzpix/app-loader.html
openlaszlo/trunk/demos/lzpix/index.html
openlaszlo/trunk/laszlo-explorer/coverpages/amazon_cover.html
openlaszlo/trunk/laszlo-explorer/coverpages/calendar_cover.html
openlaszlo/trunk/laszlo-explorer/coverpages/demos_cover.html
openlaszlo/trunk/laszlo-explorer/coverpages/lzpix_cover.html
openlaszlo/trunk/laszlo-explorer/coverpages/lzproject_cover.html
openlaszlo/trunk/laszlo-explorer/coverpages/welcome/index.html.proto
openlaszlo/trunk/laszlo-explorer/nav.xml
openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml
Log:
Change 20080611-hqm-c by hqm at badtzmaru.home on 2008-06-11 10:20:38 EDT
in /Users/hqm/openlaszlo/trunk5
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: change laszlo-explorer demo apps to use swf8 instead of swf7
New Features:
Bugs Fixed: LPP-6196
Technical Reviewer: mamye
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
run laszlo-explorer, check if demo apps are running as swf8
(I used view-source on the html pages, to see if I could see the value of lzr)
Modified: openlaszlo/trunk/demos/lzpix/app-loader.html
===================================================================
--- openlaszlo/trunk/demos/lzpix/app-loader.html 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/demos/lzpix/app-loader.html 2008-06-11 14:59:51 UTC (rev 9576)
@@ -52,7 +52,7 @@
var isSupportedBrowser = true;
- var lzrval = getQueryVariable("lzr", "swf7");
+ var lzrval = getQueryVariable("lzr", "swf8");
if (lzrval == "dhtml") {
var isNetscape = navigator.userAgent.indexOf('Netscape') != -1; // currently only used for IE spoofing NS8
@@ -128,6 +128,6 @@
</html>
<!--
* X_LZ_COPYRIGHT_BEGIN ****************************************************
-* Copyright 2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2006, 2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ******************************************************-->
Modified: openlaszlo/trunk/demos/lzpix/index.html
===================================================================
--- openlaszlo/trunk/demos/lzpix/index.html 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/demos/lzpix/index.html 2008-06-11 14:59:51 UTC (rev 9576)
@@ -17,13 +17,13 @@
<h1>LZPIX</h1>
<p><img src="assets/branding/lil_cam.png" alt="LzPix"></p>
-Launch the <a title="Flash Version" onclick="openApp(this.href); return false" href="app-loader.html?lzr=swf7">Flash</a> version of the app<br>
+Launch the <a title="Flash Version" onclick="openApp(this.href); return false" href="app-loader.html?lzr=swf8">Flash</a> version of the app<br>
Launch the <a title="DHTML Version" onclick="openApp(this.href); return false" href="app-loader.html?lzr=dhtml">DHTML</a> version of the app<br>
View <a title="Source Code" onclick="openSource(this.href); return false" href="../../lps/utils/viewer/viewer.jsp?file=demos/lzpix/app.lzx&lzt=source">source code</a><br>
<br>
</body></html>
<!--
* X_LZ_COPYRIGHT_BEGIN ****************************************************
-* Copyright 2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2006, 2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ******************************************************-->
Modified: openlaszlo/trunk/laszlo-explorer/coverpages/amazon_cover.html
===================================================================
--- openlaszlo/trunk/laszlo-explorer/coverpages/amazon_cover.html 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/laszlo-explorer/coverpages/amazon_cover.html 2008-06-11 14:59:51 UTC (rev 9576)
@@ -19,7 +19,7 @@
<div style="margin: 10px">
<img border="0" src="images/cover-images/amazon.jpg" alt="Amazon Application" width="328" height="321" />
<div style="text-align: center">
- <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=800,height=600'); return false" href="../../demos/amazon/amazon.lzx?lzr=swf7&lzt=html" style="text-decoration: none;">
+ <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=800,height=600'); return false" href="../../demos/amazon/amazon.lzx?lzr=swf8&lzt=html" style="text-decoration: none;">
<img src="images/cover-images/button-flash.png" alt="Amazon Flash Version" border="0" />
</a>
<a title="DHTML Version" onclick="window.open(this.href, '_blank', 'width=800,height=600'); return false" href="../../demos/amazon/amazon.lzx?lzr=dhtml&lzt=html" style="text-decoration: none;">
Modified: openlaszlo/trunk/laszlo-explorer/coverpages/calendar_cover.html
===================================================================
--- openlaszlo/trunk/laszlo-explorer/coverpages/calendar_cover.html 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/laszlo-explorer/coverpages/calendar_cover.html 2008-06-11 14:59:51 UTC (rev 9576)
@@ -19,7 +19,7 @@
<div style="margin: 10px">
<img border="0" src="images/cover-images/calendar.jpg" alt="Calendar Application" width="328" height="321" />
<div style="text-align: center">
- <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=835,height=600'); return false" href="../../demos/calendar/calendar.lzx?lzr=swf7&lzt=html" style="text-decoration: none;">
+ <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=835,height=600'); return false" href="../../demos/calendar/calendar.lzx?lzr=swf8&lzt=html" style="text-decoration: none;">
<img src="images/cover-images/button-flash.png" alt="Calendar Flash Version" border="0" />
</a>
<a title="DHTML Version" onclick="window.open(this.href, '_blank', 'width=835,height=600'); return false" href="../../demos/calendar/calendar.lzx?lzr=dhtml&lzt=html" style="text-decoration: none;">
Modified: openlaszlo/trunk/laszlo-explorer/coverpages/demos_cover.html
===================================================================
--- openlaszlo/trunk/laszlo-explorer/coverpages/demos_cover.html 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/laszlo-explorer/coverpages/demos_cover.html 2008-06-11 14:59:51 UTC (rev 9576)
@@ -2,7 +2,7 @@
<!-- sample_applications_cover.html -->
<!-- -->
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!--=======================================================================-->
@@ -31,7 +31,7 @@
<h2>Flash or Ajax — it's your call</h2>
<p>
The Calendar, Amazon, and LZPIX demos compile to either SWF or DHTML.
- Click the <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=800,height=600'); return false" href="../../demos/lzpix/app-loader.html?lzr=swf7&lzt=html"><b>Launch Flash</b></a> button and see the application compiled to run as a Flash® plug-in. At any point right-click the mouse and notice that you’re using the Flash player.
+ Click the <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=800,height=600'); return false" href="../../demos/lzpix/app-loader.html?lzr=swf8&lzt=html"><b>Launch Flash</b></a> button and see the application compiled to run as a Flash® plug-in. At any point right-click the mouse and notice that you’re using the Flash player.
</p>
<p>
Once you’ve tried the Flash application, close the browser window and click the <a title="DHTML Version" onclick="window.open(this.href, '_blank', 'width=800,height=600'); return false" href="../../demos/lzpix/app-loader.html?lzr=dhtml&lzt=html"><b>Launch DHTML</b></a> button. This shows the identical application compiled to run using native browser functions, without the use of Flash. Go through the same steps in the application and notice the same features and performance. Right-click the mouse at any point and notice there’s no Flash to be found in this version.
Modified: openlaszlo/trunk/laszlo-explorer/coverpages/lzpix_cover.html
===================================================================
--- openlaszlo/trunk/laszlo-explorer/coverpages/lzpix_cover.html 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/laszlo-explorer/coverpages/lzpix_cover.html 2008-06-11 14:59:51 UTC (rev 9576)
@@ -14,7 +14,7 @@
<div style="margin: 10px">
<img border="0" src="images/cover-images/lzpix.jpg" alt="LZPIX Application" width="332" height="249" />
<div style="text-align: center">
- <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=800,height=600'); return false" href="../../demos/lzpix/app-loader.html?lzr=swf7&lzt=html" style="text-decoration: none;">
+ <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=800,height=600'); return false" href="../../demos/lzpix/app-loader.html?lzr=swf8&lzt=html" style="text-decoration: none;">
<img src="images/cover-images/button-flash.png" alt="LZPIX Flash Version" border="0" />
</a>
<a title="DHTML Version" onclick="window.open(this.href, '_blank', 'width=800,height=600'); return false" href="../../demos/lzpix/app-loader.html?lzr=dhtml&lzt=html" style="text-decoration: none;">
Modified: openlaszlo/trunk/laszlo-explorer/coverpages/lzproject_cover.html
===================================================================
--- openlaszlo/trunk/laszlo-explorer/coverpages/lzproject_cover.html 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/laszlo-explorer/coverpages/lzproject_cover.html 2008-06-11 14:59:51 UTC (rev 9576)
@@ -14,7 +14,7 @@
<div style="margin: 10px">
<img border="0" src="images/cover-images/lzproject.jpg" alt="LZProject Application" width="332" height="249" />
<div style="text-align: center">
- <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=900,height=675'); return false" href="../../demos/lzproject/lzx/lzproject/lzproject.lzx?lzr=swf7&lzt=html" style="text-decoration: none;">
+ <a title="Flash Version" onclick="window.open(this.href, '_blank', 'width=900,height=675'); return false" href="../../demos/lzproject/lzx/lzproject/lzproject.lzx?lzr=swf8&lzt=html" style="text-decoration: none;">
<img src="images/cover-images/button-flash.png" alt="LZPIX Flash Version" border="0" />
</a>
<a title="DHTML Version" onclick="window.open(this.href, '_blank', 'width=900,height=675'); return false" href="../../demos/lzproject/lzx/lzproject/lzproject.lzx?lzr=dhtml&lzt=html" style="text-decoration: none;">
Modified: openlaszlo/trunk/laszlo-explorer/coverpages/welcome/index.html.proto
===================================================================
--- openlaszlo/trunk/laszlo-explorer/coverpages/welcome/index.html.proto 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/laszlo-explorer/coverpages/welcome/index.html.proto 2008-06-11 14:59:51 UTC (rev 9576)
@@ -85,7 +85,7 @@
<div class="column-in" style="margin-top: 40px;">
<h3 style="float: left">Reload OpenLaszlo Explorer</h3>
-<a href="../../index.jsp?lzr=swf7" target="_top" style="margin-left: 10px;"><img src="images/launch_flash.png" border="0"/></a>
+<a href="../../index.jsp?lzr=swf8" target="_top" style="margin-left: 10px;"><img src="images/launch_flash.png" border="0"/></a>
<a href="../../index.jsp?lzr=dhtml" target="_top"><img src="images/launch_dhtml.png" border="0"/></a>
</div>
Modified: openlaszlo/trunk/laszlo-explorer/nav.xml
===================================================================
--- openlaszlo/trunk/laszlo-explorer/nav.xml 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/laszlo-explorer/nav.xml 2008-06-11 14:59:51 UTC (rev 9576)
@@ -18,7 +18,7 @@
<subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
popup="/demos/calendar/calendar.lzx" runtime="dhtml" />
<subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
- popup="/demos/calendar/calendar.lzx" runtime="swf7" />
+ popup="/demos/calendar/calendar.lzx" runtime="swf8" />
<subitem title="Source Code Explorer" name="Source" action="source"
src="/demos/calendar/calendar.lzx" />
</item>
@@ -28,7 +28,7 @@
<subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
popup="/demos/amazon/amazon.lzx" runtime="dhtml" />
<subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
- popup="/demos/amazon/amazon.lzx" runtime="swf7" />
+ popup="/demos/amazon/amazon.lzx" runtime="swf8" />
<subitem title="Source Code Explorer"
src="/demos/amazon/amazon.lzx" name="Source" action="source"/>
</item>
@@ -38,7 +38,7 @@
<subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
popup="/demos/lzpix/app.lzx" runtime="dhtml" />
<subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
- popup="/demos/lzpix/app.lzx" runtime="swf7" />
+ popup="/demos/lzpix/app.lzx" runtime="swf8" />
<subitem title="Source Code Explorer"
src="/demos/lzpix/app.lzx" name="Source" action="source" />
</item>
@@ -48,7 +48,7 @@
<subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="dhtml" />
<subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
- popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="swf7" />
+ popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="swf8" />
<subitem title="Source Code Explorer"
src="/demos/lzproject/lzx/lzproject/lzproject.lzx" name="Source" action="source" />
</item>
@@ -56,7 +56,7 @@
src="/laszlo-explorer/coverpages/youtube_cover.html"
text="A demonstration of OpenLaszlo's streaming audio/video support." >
<subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
- popup="/demos/youtube/youtube.lzx" runtime="swf7" />
+ popup="/demos/youtube/youtube.lzx" runtime="swf8" />
<subitem title="Source Code Explorer"
src="/demos/youtube/youtube.lzx" name="Source" action="source" />
</item>
@@ -185,7 +185,7 @@
<subitem title="View in DHTML" name="View in DHTML"
src="/demos/weather/weather.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/demos/weather/weather.html" runtime="swf7" />
+ src="/demos/weather/weather.html" runtime="swf8" />
<subitem name="Source" src="/demos/weather/weather.lzx" action="source"/>
</item>
<item title="Survey" name="Survey"
@@ -194,7 +194,7 @@
<subitem title="View in DHTML" name="View in DHTML"
src="/demos/vacation-survey/vacation-survey.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/demos/vacation-survey/vacation-survey.html" runtime="swf7" />
+ src="/demos/vacation-survey/vacation-survey.html" runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/demos/vacation-survey/vacation-survey.lzx" />
</item>
<item title="Contact List" name="Contact List"
@@ -204,7 +204,7 @@
src="/examples/contactlist/contactlist.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
src="/examples/contactlist/contactlist.html"
- runtime="swf7" />
+ runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/examples/contactlist/contactlist.lzx" />
</item>
<item title="Animation" name="Animation" text="Demonstrates basic animation features"
@@ -212,20 +212,20 @@
<subitem title="View in DHTML" name="View in DHTML"
src="/examples/animation/animation.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/examples/animation/animation.html" runtime="swf7" />
+ src="/examples/animation/animation.html" runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/examples/animation/animation.lzx" />
</item>
<item title="Loading images" src="/examples/image-loading/image-loading.html" name="Image Loading" text="Loading images at compile time and at run time." >
<subitem title="View in DHTML" name="View in DHTML"
src="/examples/image-loading/image-loading.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/examples/image-loading/image-loading.html" runtime="swf7" />
+ src="/examples/image-loading/image-loading.html" runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/examples/image-loading/dataimage.lzx" />
</item>
<item title="Playing music" name="Music" text="An example of streaming media."
- src="/examples/music/music.html" runtime="swf7" >
+ src="/examples/music/music.html" runtime="swf8" >
<subitem title="View in Flash" name="View in Flash"
- src="/examples/music/music.html" runtime="swf7" />
+ src="/examples/music/music.html" runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/examples/music/music.lzx" />
</item>
<item title="Component Sampler" name="Component Sampler" text="A sampler of OpenLaszlo widgets"
@@ -233,7 +233,7 @@
<subitem title="View in DHTML" name="View in DHTML"
src="/examples/components/style_example.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/examples/components/style_example.html" runtime="swf7" />
+ src="/examples/components/style_example.html" runtime="swf8" />
<subitem src="/examples/components/style_example.lzx" name="Source" action="source" />
</item>
</section>
Modified: openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml
===================================================================
--- openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml 2008-06-11 14:41:07 UTC (rev 9575)
+++ openlaszlo/trunk/laszlo-explorer/nav_dhtml.xml 2008-06-11 14:59:51 UTC (rev 9576)
@@ -18,7 +18,7 @@
<subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
popup="/demos/calendar/calendar.lzx" runtime="dhtml" />
<subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
- popup="/demos/calendar/calendar.lzx" runtime="swf7" />
+ popup="/demos/calendar/calendar.lzx" runtime="swf8" />
<subitem title="Source Code Explorer" name="Source" action="source"
src="/demos/calendar/calendar.lzx" />
</item>
@@ -28,7 +28,7 @@
<subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
popup="/demos/amazon/amazon.lzx" runtime="dhtml" />
<subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
- popup="/demos/amazon/amazon.lzx" runtime="swf7" />
+ popup="/demos/amazon/amazon.lzx" runtime="swf8" />
<subitem title="Source Code Explorer"
src="/demos/amazon/amazon.lzx" name="Source" action="source"/>
</item>
@@ -38,7 +38,7 @@
<subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
popup="/demos/lzpix/app.lzx" runtime="dhtml" />
<subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
- popup="/demos/lzpix/app.lzx" runtime="swf7" />
+ popup="/demos/lzpix/app.lzx" runtime="swf8" />
<subitem title="Source Code Explorer"
src="/demos/lzpix/app.lzx" name="Source" action="source" />
</item>
@@ -48,7 +48,7 @@
<subitem title="Launch in DHTML" name="View in DHTML" action="popup" target="_blank"
popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="dhtml" />
<subitem title="Launch in Flash" name="View in Flash" action="popup" target="_blank"
- popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="swf7" />
+ popup="/demos/lzproject/lzx/lzproject/lzproject.lzx" runtime="swf8" />
<subitem title="Source Code Explorer"
src="/demos/lzproject/lzx/lzproject/lzproject.lzx" name="Source" action="source" />
</item>
@@ -181,7 +181,7 @@
<subitem title="View in DHTML" name="View in DHTML"
src="/demos/weather/weather.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/demos/weather/weather.html" runtime="swf7" />
+ src="/demos/weather/weather.html" runtime="swf8" />
<subitem name="Source" src="/demos/weather/weather.lzx" action="source"/>
</item>
<item title="Survey" name="Survey"
@@ -190,7 +190,7 @@
<subitem title="View in DHTML" name="View in DHTML"
src="/demos/vacation-survey/vacation-survey.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/demos/vacation-survey/vacation-survey.html" runtime="swf7" />
+ src="/demos/vacation-survey/vacation-survey.html" runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/demos/vacation-survey/vacation-survey.lzx" />
</item>
<item title="Contact List" name="Contact List"
@@ -200,7 +200,7 @@
src="/examples/contactlist/contactlist.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
src="/examples/contactlist/contactlist.html"
- runtime="swf7" />
+ runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/examples/contactlist/contactlist.lzx" />
</item>
<item title="Animation" name="Animation" text="Demonstrates basic animation features"
@@ -208,20 +208,20 @@
<subitem title="View in DHTML" name="View in DHTML"
src="/examples/animation/animation.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/examples/animation/animation.html" runtime="swf7" />
+ src="/examples/animation/animation.html" runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/examples/animation/animation.lzx" />
</item>
<item title="Loading images" src="/examples/image-loading/image-loading.html" name="Image Loading" text="Loading images at compile time and at run time." >
<subitem title="View in DHTML" name="View in DHTML"
src="/examples/image-loading/image-loading.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/examples/image-loading/image-loading.html" runtime="swf7" />
+ src="/examples/image-loading/image-loading.html" runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/examples/image-loading/dataimage.lzx" />
</item>
<item title="Playing music" name="Music" text="An example of streaming media."
- src="/examples/music/music.html" runtime="swf7" >
+ src="/examples/music/music.html" runtime="swf8" >
<subitem title="View in Flash" name="View in Flash"
- src="/examples/music/music.html" runtime="swf7" />
+ src="/examples/music/music.html" runtime="swf8" />
<subitem title="Learn by doing" name="Source" action="source" src="/examples/music/music.lzx" />
</item>
<item title="Component Sampler" name="Component Sampler" text="A sampler of OpenLaszlo widgets"
@@ -229,7 +229,7 @@
<subitem title="View in DHTML" name="View in DHTML"
src="/examples/components/style_example.html" runtime="dhtml" />
<subitem title="View in Flash" name="View in Flash"
- src="/examples/components/style_example.html" runtime="swf7" />
+ src="/examples/components/style_example.html" runtime="swf8" />
<subitem src="/examples/components/style_example.lzx" name="Source" action="source" />
</item>
</section>
More information about the Laszlo-checkins
mailing list