[Laszlo-checkins] r11728 - openlaszlo/trunk/examples/music
hqm@openlaszlo.org
hqm at openlaszlo.org
Tue Nov 11 13:30:47 PST 2008
Author: hqm
Date: 2008-11-11 13:30:45 -0800 (Tue, 11 Nov 2008)
New Revision: 11728
Modified:
openlaszlo/trunk/examples/music/music.lzx
Log:
Change 20081111-hqm-J by hqm at badtzmaru.home on 2008-11-11 16:29:40 EST
in /Users/hqm/openlaszlo/trunk4
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: update examples/music example
New Features:
Bugs Fixed: LPP-7259
Technical Reviewer: mamye
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
music.lzx should now run in swf8,swf9 , both solo and proxied (use lzproxied=false to force SOLO mode)
Tests:
Modified: openlaszlo/trunk/examples/music/music.lzx
===================================================================
--- openlaszlo/trunk/examples/music/music.lzx 2008-11-11 21:13:50 UTC (rev 11727)
+++ openlaszlo/trunk/examples/music/music.lzx 2008-11-11 21:30:45 UTC (rev 11728)
@@ -17,10 +17,6 @@
<view id="audioplayer" play="true" y="40" >
<handler name="oninit" >
- if ($swf8) {
- // load mp3 unproxied, so we can get the ID3-Tag
- this.setProxyPolicy(function (url) {return false;});
- }
this.setAttribute("resource", "http:music.mp3");
</handler>
More information about the Laszlo-checkins
mailing list