hi matt,

here some sample code (php) that worked for netscape as well:

<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=718 height=370>
<param name=src value="mixer.dcr?foo=<?=$foo; ?>"><!--Anti-cache-->
<param name=swStretchStyle value=none>
<param name=bgColor value=#000000>
<param name=sw1 value="<?=$host;?>"><!--Backend-URL-->
<param name=sw2 value="<?=$lang;?>"><!--Sprach-ID-->
<param name=sw3 value="<?=$start_mix_id; ?>"><!--Soundcard-ID-->
<param name=sw4 value="<?=$skin_id;?>"><!--Skin-ID-->
<param name=sw5 value="<?=$set_id;?>"><!--Set-ID-->
<param name=sw6 value="<?=$host;?>"><!--Converter-URL-->
<param name=sw7 value="<?=$mode;?>"><!--Debugging-Switch-->
<embed src="mixer.dcr?foo=<?=$foo; ?>" bgColor=#000000 logo=FALSE
width=718 height=370 swStretchStyle=none bgColor=#000000
type="application/x-director"
pluginspage="http://www.macromedia.com/shockwave/download/";
sw1="<?=$host;?>" sw2="<?=$lang;?>" sw3="<?=$start_mix_id;?>"
sw4="<?=$skin_id;?>" sw5="<?=$set_id;?>" sw6="<?=$host;?>"
sw7="<?=$mode;?>"></embed>
</object>

valentin

----- Original Message ----- 
From: "Matt Wells" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 06, 2004 3:40 AM
Subject: <lingo-l> Shockwave and Internet Database


>
>
> Hello,
>
> I have a site were the user signs in under an asp page and pulls there
> information form a database. With this I need to integrate shockwave
> into it.
> The only way I have found to do this is the externalParamValue("sw1").
> And for some reason it will not work in the Netscape browser.
>
> The reason for the externalParamValue("sw1") is to pull the sql
> statement into shockwave so that shockwave will pull the correct
> information form the database according to the users login.
>
> Is there a better way to do this? Or am I doing something incorrectly?
>
> Thanks,
> Matt
>
>
>
> [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]).
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to