It doesn't work !
Why about swfobect call in index.html ?
If i use :
var so = new SWFObject('ultimate_v2.swf' + Math.round(Math.random() * 99999), "Ultimate", "100%", "100%", "8", "#000000",true);
then it displays a black screen.
If I use :
var so = new SWFObject('ultimate_v2.swf?r=' + Math.round(Math.random() * 99999), "Ultimate", "100%", "100%", "8", "#000000",true);
it doesn't open correctly the swf file.
Thanks for your help.
I correct my previous post because I can't edit it.
The script works fine
online.
Before I tried locally under EasyPHP and it did not work...
But uploading the files onto a web space, it works.
Notice : You have to use :
var so = new SWFObject('ultimate_v2.swf?r=' + Math.round(Math.random() * 99999), "Ultimate", "100%", "100%", "8", "#000000",true);
Dont miss the '
?r=' !!!
