Hi i would like to display difrent swf movie when permalink is chaged. In my template header code i have custom div `<div id="flash"><embed wmode="transparent"
src="/modulinterijeri/wp-content/themes/modulinterijeri/movie1.swf" "
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
width="950" height="300"></embed></div>
</object></div>`
So when a user for example clicks /modulinterijeri/?page_id=10 i would like to change the code to something like src="/modulinterijeri/wp-content/themes/modulinterijeri/movie2.swf
Is this possible to do and any advice is appreciated.