hallo.
folgendes problem:
<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
<%@ Import Namespace="System.Data.SqlClient" %>
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
{
string benutzername = Request.QueryString["play"];
string pfad = "userindex/user/" + benutzername;
}
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Unbenanntes Dokument</title>
</head>
<body>
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="300" height="100">
<param name="src" value="userindex/basis/audioplayer.swf" />
</embed src="userindex/basis/audioplayer.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="300" height="100">
</object>
</body>
</html>
jetzt sollte hier die oben definierte variable 'pfad' anstelle dieses value-wertes eingefügt werden.
<param name="src" value="userindex/basis/audioplayer.swf" />
wie mache ich das?
mfg Michael
Gruß
Michael