What I do in these cases is either having <PARAM name=movie.swf?var1=text
...
Or use a file (something.php) which spits text like var1=xxxx&var2=xxxx.
Flash can read that file and get the variables 

_________________________
Marios Adamantopoulos
Senior Developer

Tonic
+44 (0)20 7691 2227
+44 (0)7970 428 372
www.tonic.co.uk

Recent projects
www.polydor.co.uk
www.adcecreative.org
www.sony-europe.com/pocketlife
............................................................................
....................................
Opinions, conclusions and other information in this message that do not
relate to the official business of Tonic Design Limited shall be
understood as neither given nor endorsed by them.
............................................................................
....................................


-----Original Message-----
From: Michiel van Heusden [mailto:[EMAIL PROTECTED]] 
Sent: 21 February 2003 16:37
To: [EMAIL PROTECTED]
Subject: [PHP] passing variables to flash


i want to pass variables to a shockwave-flash-file
currently that's working fine with

print " <PARAM NAME=movie
VALUE=\"$movie?idlinks=$idlinks&idcontent=$idcontent&idknoppen=$idknoppen\">
etc...

but passing the variables through GET makes iexplore think it's loading a
new *.swf-file

how to fix this?

1) is there a way around using GET to pass the variables from PHP?
2) is there a way to make Iexplore realise the file has been loaded before
:)?

thanks a lot
michiel



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to