Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
enoughtobe dangerous #1
passing dynamic variables
Am creating a video library using a database to store the url links to the
videos - how do I pass a variable selection from one html page to another page
- is it a url variable, a form variable, etc. I am thinking I will have the
user pull the selection from a drop down menu combo of 2 choices - 1. the date;
2. the connection speed. Then I would like the selected video to play in a new
window with a windows media player . . . is this possible - what type of
variable do I need to use. Thanks, for suggestions and help!!!!
enoughtobe dangerous Guest
-
Passing Dynamic XML variables from CF Fusebox 3
Oh help and thanks in advance! I am converting a standard CF site to a Fusebox 3 site (encorporating it into Fusebox). I am using a DW Flash... -
Passing variables from one swf to another
I am facing problem to pass variable from one swf to another. I am using loadMovie to load another swf. how can I pass a variable value to another... -
Dynamic List/Menu Passing Variables
New to Dreamweaver. Using DreamWeaverMX 6.1. I am trying to create a page that the user can select an item from a drop down menu using Dynamic... -
Passing Variables from swf to swf
Is there a good tutorial to do this? I am building greeting cards - I am loading a seperate file before I print them out so I am trying to pass... -
variables, passing again to another.
if ($psi_shipping_addtnl_info != '') { echo '<< NO USER INPUT >>'; } Im catching a _POST variable from a form, now i wonder im filtering it out... -
jeremyluby #2
Re: passing dynamic variables
If you are using form elements to they are form variables, assuming you are
using Method=Post. If you use Method=Get you can use URL variables.
Post is recommended though, you can use any thype of variable you want, you
could even make them session variables and store the info in the session so
that you would not have to prompt the visitor each time they want to view a
movie
jeremyluby Guest



Reply With Quote

