Forum Moderators: coopster
Now anyway, I have it set up like this:
index.php?pa=videoviewer.php&id=25
id being the id on the database,
on that play page i have a script that gets the FILEname "$thefilename" of that id and puts it in a variable, after this code I have a flash with a FLVplayer compononent.
loadVariables("index.php?pa=videoviewer.php&view=" + id ,_root.test);
var xx = trace(_root.test.thefilename);
var xoo = 'contentsss/' + xx;
theplayer.load(xoo)
and ofcourse, its not working... I dont want to use the method of echoing => echo "&thefilename=" . $thefilename; because i dont the file name to be shared...
Any ideas?
good luck