Problemm mit shtml
Ferby
- sonstiges
Hi,
Ich habe eine shtml Datei mit follgenden Inhalt:
<object type="application/x-shockwave-flash" data="${QUERY_STRING}.swf" width="550" height="400">
<param name="movie" value="${QUERY_STRING}.swf">
</object>
Leider wird das ${QUERY_STRING} nicht umgewandelt sondern so ausgegeben, was muss ich ändern damit nicht ${QUERY_STRING} sondern der Wert ausgegeben wird?
Hi,
Ich habe eine shtml Datei mit follgenden Inhalt:
<object type="application/x-shockwave-flash" data="${QUERY_STRING}.swf" width="550" height="400">
<param name="movie" value="${QUERY_STRING}.swf">
</object>
statt ${QUERY_STRING}.swf
versuchs mal mit
$QUERY_STRING
als Variable wo zu finden ist was nach dem ? in einem URI like
http://example.com/fuzzi.shtml?foo=erwin&bar=fritz
steht.
Gruss, Rolf
Hallo,
das hat nichts gebracht, es wird trodzdem nicht umgewandelt
meine shtml Datei ist:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="expires" content="0">
<link rel="stylesheet" type="text/css" href="../../../style.css">
<title></title>
</head>
<body>
<center>
<br><br>
<object type="application/x-shockwave-flash" data="${QUERY_STRING}.swf" width="550"
height="400">
<param name="movie" value="${QUERY_STRING}.swf">
</object>
</center>
</body>
</html>
Der Link ist:
http://www.ferbyfun.com/pages/fun/funflash/p.shtml?linux
Hi,
meine shtml Datei ist:
Meinst Du SSI?
<object type="application/x-shockwave-flash" data="${QUERY_STRING}.swf" width="550"
SSI sieht immer aus wie ein SGML-Kommentar.
Zum Ausgeben einer Variable z.B. <!--#echo var="QUERY_STRING" -->
cu,
Andreas
<object type="application/x-shockwave-flash" data="${QUERY_STRING}.swf" width="550"
SSI sieht immer aus wie ein SGML-Kommentar.
Zum Ausgeben einer Variable z.B. <!--#echo var="QUERY_STRING" -->
Hallo,
Ich weiß nicht so ganz wie mir das helfen soll...
Soll das so aussehen?
<object type="application/x-shockwave-flash" <!--#echo data= "QUERY_STRING" -->.swf" width="550" height="400">
<param name="movie" <!--#echo value="QUERY_STRING" -->.swf">
</object>
Da wird dann sowas draus:
<object type="application/x-shockwave-flash" [an error occurred while processing this directive].swf" width="550" height="400">
<param name="movie" [an error occurred while processing this directive].swf">
</object>
oder wie meinst du das?
Hallo,
jetzt hab ich verstanden was du meintest, danke jetzt gehts!
Hi,
Ich bin jetzt mit shtml fertig und es tut sich ein neues Problemm auf:
Das ist meine Seite:
http://ferbyfun.com/pages/fun/funflash/p.shtml?linux
Mit IE, Netscape, Mozilla, Phönix, Fire Fox
wird ein Flash angezeigt nur bei Opera nicht, warum?
Kann mir da wer helfen?
Hallo Ferby,
Mit IE, Netscape, Mozilla, Phönix, Fire Fox
wird ein Flash angezeigt nur bei Opera nicht, warum?
Kann mir da wer helfen?
Also bei mir geht's auch in Opera 7.51 unter Linux... Geht in Deinem Opera überhaupt irgendein Flash oder tritt das nur bei Deiner Seite auf?
Viele Grüße,
Christian