[Laszlo-checkins] r9696 - in openlaszlo/trunk: demos/lzproject/lzx/lzproject/__PROXIED_html demos/vacation-survey demos/weather examples/animation examples/components examples/contactlist examples/image-loading examples/music
hqm@openlaszlo.org
hqm at openlaszlo.org
Mon Jun 16 13:21:43 PDT 2008
Author: hqm
Date: 2008-06-16 13:21:38 -0700 (Mon, 16 Jun 2008)
New Revision: 9696
Modified:
openlaszlo/trunk/demos/lzproject/lzx/lzproject/__PROXIED_html/LZProject-SWF.html
openlaszlo/trunk/demos/vacation-survey/vacation-survey.html
openlaszlo/trunk/demos/weather/weather.html
openlaszlo/trunk/examples/animation/animation.html
openlaszlo/trunk/examples/components/style_example.html
openlaszlo/trunk/examples/contactlist/contactlist.html
openlaszlo/trunk/examples/image-loading/image-loading.html
openlaszlo/trunk/examples/music/music.html
Log:
Change 20080616-hqm-o by hqm at badtzmaru.home on 2008-06-16 16:18:45 EDT
in /Users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: make demos use swf8 instead of swf7
New Features:
Bugs Fixed:
Technical Reviewer: pbr
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/demos/lzproject/lzx/lzproject/__PROXIED_html/LZProject-SWF.html
===================================================================
--- openlaszlo/trunk/demos/lzproject/lzx/lzproject/__PROXIED_html/LZProject-SWF.html 2008-06-16 20:19:22 UTC (rev 9695)
+++ openlaszlo/trunk/demos/lzproject/lzx/lzproject/__PROXIED_html/LZProject-SWF.html 2008-06-16 20:21:38 UTC (rev 9696)
@@ -48,7 +48,7 @@
img { border: 0 none; }
</style></head><body><script type="text/javascript">
- Lz.swfEmbed({url: 'LZProject.lzx?lzt=swf&debug=false&lzr=swf7', bgcolor: '#e5e5e5', width: '100%', height: '100%', id: 'lzapp', accessible: 'false'});
+ Lz.swfEmbed({url: 'LZProject.lzx?lzt=swf&debug=false&lzr=swf8', bgcolor: '#e5e5e5', width: '100%', height: '100%', id: 'lzapp', accessible: 'false'});
</script><noscript>
Please enable JavaScript in order to use this application.
</noscript></body></html>
Modified: openlaszlo/trunk/demos/vacation-survey/vacation-survey.html
===================================================================
--- openlaszlo/trunk/demos/vacation-survey/vacation-survey.html 2008-06-16 20:19:22 UTC (rev 9695)
+++ openlaszlo/trunk/demos/vacation-survey/vacation-survey.html 2008-06-16 20:21:38 UTC (rev 9696)
@@ -2,7 +2,7 @@
<!-- explanation page for vacation survey -->
<!-- -->
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2006, 2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!--=======================================================================-->
@@ -40,7 +40,7 @@
<p id="runtime" class="runtimelabel"></p>
</div>
<script type="text/javascript">
- var runtime = getQueryVariable("lzr", "swf7");
+ var runtime = getQueryVariable("lzr", "swf8");
writeOpenLaszloApp(document.getElementById('appcontainer'), "vacation-survey.lzx", runtime, "457px", "206px");
document.getElementById("runtime").innerHTML =
"Runtime: " + lzRuntimeTagToRuntimeName(runtime);
Modified: openlaszlo/trunk/demos/weather/weather.html
===================================================================
--- openlaszlo/trunk/demos/weather/weather.html 2008-06-16 20:19:22 UTC (rev 9695)
+++ openlaszlo/trunk/demos/weather/weather.html 2008-06-16 20:21:38 UTC (rev 9696)
@@ -2,7 +2,7 @@
<!-- weather_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 ****************************************************** -->
<!--=======================================================================-->
@@ -45,7 +45,7 @@
<p id="runtime" class="runtimelabel"></p>
</div>
<script type="text/javascript">
- var runtime = getQueryVariable("lzr", "swf7");
+ var runtime = getQueryVariable("lzr", "swf8");
writeOpenLaszloApp(document.getElementById('appcontainer'), "weather.lzx", runtime, "240px", "320px");
document.getElementById("runtime").innerHTML =
"Runtime: " + lzRuntimeTagToRuntimeName(runtime);
@@ -54,4 +54,4 @@
Please enable JavaScript in order to use this application.
</noscript>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: openlaszlo/trunk/examples/animation/animation.html
===================================================================
--- openlaszlo/trunk/examples/animation/animation.html 2008-06-16 20:19:22 UTC (rev 9695)
+++ openlaszlo/trunk/examples/animation/animation.html 2008-06-16 20:21:38 UTC (rev 9696)
@@ -2,7 +2,7 @@
<!-- explanation page for animation example -->
<!-- -->
<!-- * 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 ****************************************************** -->
<!--=======================================================================-->
@@ -36,7 +36,7 @@
<p id="runtime" class="runtimelabel"></p>
</div>
<script type="text/javascript">
- var runtime = getQueryVariable("lzr", "swf7");
+ var runtime = getQueryVariable("lzr", "swf8");
writeOpenLaszloApp(document.getElementById('appcontainer'), "animation.lzx", runtime, "600px", "300px");
document.getElementById("runtime").innerHTML = "Runtime: " + lzRuntimeTagToRuntimeName(runtime);
</script>
Modified: openlaszlo/trunk/examples/components/style_example.html
===================================================================
--- openlaszlo/trunk/examples/components/style_example.html 2008-06-16 20:19:22 UTC (rev 9695)
+++ openlaszlo/trunk/examples/components/style_example.html 2008-06-16 20:21:38 UTC (rev 9696)
@@ -31,7 +31,7 @@
<p id="runtime" class="runtimelabel"></p>
</div>
<script type="text/javascript">
- var runtime = getQueryVariable("lzr", "swf7");
+ var runtime = getQueryVariable("lzr", "swf8");
writeOpenLaszloApp(document.getElementById('appcontainer'), "style_example.lzx", runtime, "800px", "450px");
document.getElementById("runtime").innerHTML = "Runtime: " + lzRuntimeTagToRuntimeName(runtime);
</script>
@@ -39,4 +39,4 @@
Please enable JavaScript in order to use this application.
</noscript>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: openlaszlo/trunk/examples/contactlist/contactlist.html
===================================================================
--- openlaszlo/trunk/examples/contactlist/contactlist.html 2008-06-16 20:19:22 UTC (rev 9695)
+++ openlaszlo/trunk/examples/contactlist/contactlist.html 2008-06-16 20:21:38 UTC (rev 9696)
@@ -2,7 +2,7 @@
<!-- weather_cover.html -->
<!-- -->
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2006, 2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!--=======================================================================-->
@@ -46,7 +46,7 @@
<p id="runtime" class="runtimelabel"></p>
</div>
<script type="text/javascript">
- var runtime = getQueryVariable("lzr", "swf7");
+ var runtime = getQueryVariable("lzr", "swf8");
writeOpenLaszloApp(document.getElementById('appcontainer'), "contactlist.lzx", runtime, "220px", "462px");
document.getElementById("runtime").innerHTML = "Runtime: " + lzRuntimeTagToRuntimeName(runtime);
</script>
Modified: openlaszlo/trunk/examples/image-loading/image-loading.html
===================================================================
--- openlaszlo/trunk/examples/image-loading/image-loading.html 2008-06-16 20:19:22 UTC (rev 9695)
+++ openlaszlo/trunk/examples/image-loading/image-loading.html 2008-06-16 20:21:38 UTC (rev 9696)
@@ -2,7 +2,7 @@
<!-- explanation page for image loading example -->
<!-- -->
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2006, 2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!--=======================================================================-->
@@ -33,7 +33,7 @@
<p id="runtime" class="runtimelabel"></p>
</div>
<script type="text/javascript">
- var runtime = getQueryVariable("lzr", "swf7");
+ var runtime = getQueryVariable("lzr", "swf8");
writeOpenLaszloApp(document.getElementById('appcontainer'), "dataimage.lzx", runtime, "620px", "300px");
document.getElementById("runtime").innerHTML = "Runtime: " + lzRuntimeTagToRuntimeName(runtime);
</script>
Modified: openlaszlo/trunk/examples/music/music.html
===================================================================
--- openlaszlo/trunk/examples/music/music.html 2008-06-16 20:19:22 UTC (rev 9695)
+++ openlaszlo/trunk/examples/music/music.html 2008-06-16 20:21:38 UTC (rev 9696)
@@ -2,7 +2,7 @@
<!-- explanation page for music example -->
<!-- -->
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2006, 2008 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!--=======================================================================-->
@@ -30,7 +30,7 @@
<p id="runtime" class="runtimelabel"></p>
</div>
<script type="text/javascript">
- var runtime = getQueryVariable("lzr", "swf7");
+ var runtime = getQueryVariable("lzr", "swf8");
writeOpenLaszloApp(document.getElementById('appcontainer'), "music.lzx", runtime, "360px", "140px");
document.getElementById("runtime").innerHTML = "Runtime: " + lzRuntimeTagToRuntimeName(runtime);
</script>
@@ -38,4 +38,4 @@
Please enable JavaScript in order to use this application.
</noscript>
</body>
-</html>
\ No newline at end of file
+</html>
More information about the Laszlo-checkins
mailing list