Flash server time?
Flash server time?
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- unfittoprint0
retrieve server time using PHP. Before the html tags put this inside PHP syntax notation somethin like:
$servertime = time();
then you'll be able to send your variable within your movie's HTML paramaters:
*attn: I can't use bigger, smaller symbols in NT, therefore the brackets...
[PARAM NAME=movie
VALUE="myTime.swf?flashTime=[php print $servertime; php]"]and for theother browsers
[EMBED src="myTime.swf?flashTime=[php print $servertime; php]"]
you'll then be able to use the server time variable...