jamiebettles
Technical User
Hello everyone,
Complete novice trying to fumble around using PHP for the first time i'm afraid. I've been told that server side scripting provides an easy way to rotate several flash movies I have on the homepage of my website. ie. i want a different flash banner to run along the top of the site every time the homepage is opened.
I guess the basic script for embedding a flash movie is
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
but if anybody could tell me what i need to add to serve up a random movie from a list of .swf files, I would be extremely grateful,
thanks very much
jamie
Complete novice trying to fumble around using PHP for the first time i'm afraid. I've been told that server side scripting provides an easy way to rotate several flash movies I have on the homepage of my website. ie. i want a different flash banner to run along the top of the site every time the homepage is opened.
I guess the basic script for embedding a flash movie is
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
but if anybody could tell me what i need to add to serve up a random movie from a list of .swf files, I would be extremely grateful,
thanks very much
jamie