This sounds like a bug in our version detection code. Can you file a
bug at http://jira.openlaszlo.org/ ? In the mean time, you could try
modifying the HTML for your application to only require an old version
of the player - the second argument for lz.embed.swf() should allow
this. Let me know how it goes!
On Aug 11, 2010, at 5:00 PM, Pico Geyer <[email protected]> wrote:
Hi all.
I used openlaszlo a long time ago and was now trying to get back
into it.
I'm starting with the very basics again, so I created the simplest
application
<canvas/>
And now I want to run my first app, I use the following url:
http://localhost:8080/lps-4.8.1/test1/first.lzx
But instead of it showing my app (and the compiler), it pops up a
message saying:
"This content requires a more recent version of the Macromedia
Flash Player."
And then it redirects me to http://get.adobe.com/flashplayer/
The thing is that I have a rather new version of flash installed and
it seems to be working correctly.
If test my flash version with this page:
http://www.adobe.com/software/flash/about/
It says I have flash version 10,1,53,64 installed.
Is there any way to work around this?
Is the flash detection broken?
Some details about my system:
I'm running 32 bit arch linux.
I'm using firefox version 3.6.8
Thanks in advance,
Pico