I need to find out how to bring in a userid from a database with dynamic text?
The code looks like this before a person logs in
value="images/defaultmenuloggedinB.swf?Userid=#Session.Userid#&ExpireDays=#Session.ExpireDays#">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<param name=quality value=high>
<param name="scale" value="No Border">
<param name="Menu" value="0">
The HTML code is passing the ID after they login
value="images/UpperMenuloggedinB.swf?Userid=rjimenez&ExpireDays=-1">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<param name=quality value=high>
<param name="scale" value="No Border">
<param name="Menu" value="0"
I have created a dynamic text box with userid in the variable. Do I need to add an action to the symbol?
The code looks like this before a person logs in
value="images/defaultmenuloggedinB.swf?Userid=#Session.Userid#&ExpireDays=#Session.ExpireDays#">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<param name=quality value=high>
<param name="scale" value="No Border">
<param name="Menu" value="0">
The HTML code is passing the ID after they login
value="images/UpperMenuloggedinB.swf?Userid=rjimenez&ExpireDays=-1">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<param name=quality value=high>
<param name="scale" value="No Border">
<param name="Menu" value="0"
I have created a dynamic text box with userid in the variable. Do I need to add an action to the symbol?