dank06
10-31-2004, 12:58 AM
I am having some major problems with getting my
app to run on my web server...it will run
correctly when directly on my computer
(localhost:8080/lps-2.2/my-apps/app.lzx?lzt=swf)
however when i upload the laszlo file and the
webpage, the movie will not load. just as a quick
example following is the same format i use for my
web page
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<link rel="SHORTCUT ICON"
href="http://www.laszlosystems.com/favicon.ico">
<title>Laszlo Application</title>
</head>
<body style="margin: 0; padding: 0;
background-color: #ffffff"><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
data="app.lzx?lzt=swf" width="200" height="400">
<param name="movie"
value="app.lzx?lzt=swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="salign" value="LT">
<param name="menu" value="false">
<param name="bgcolor" value="#ffffff">
<embed src="app.lzx?lzt=swf" quality="high" scale="exactfit" salign="lt"
width="200" height="400" bgcolor="#ffffff"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/
getflashplayer"></embed></object></body>
</html>
the directory on my web server in which the lzx
file is located is the same location where my
index.html file is located.
I've tried using the embed.js method as well...and
a number of different methods :P
Is there something i'm missing?
app to run on my web server...it will run
correctly when directly on my computer
(localhost:8080/lps-2.2/my-apps/app.lzx?lzt=swf)
however when i upload the laszlo file and the
webpage, the movie will not load. just as a quick
example following is the same format i use for my
web page
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<link rel="SHORTCUT ICON"
href="http://www.laszlosystems.com/favicon.ico">
<title>Laszlo Application</title>
</head>
<body style="margin: 0; padding: 0;
background-color: #ffffff"><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
data="app.lzx?lzt=swf" width="200" height="400">
<param name="movie"
value="app.lzx?lzt=swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="salign" value="LT">
<param name="menu" value="false">
<param name="bgcolor" value="#ffffff">
<embed src="app.lzx?lzt=swf" quality="high" scale="exactfit" salign="lt"
width="200" height="400" bgcolor="#ffffff"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/
getflashplayer"></embed></object></body>
</html>
the directory on my web server in which the lzx
file is located is the same location where my
index.html file is located.
I've tried using the embed.js method as well...and
a number of different methods :P
Is there something i'm missing?