
Flashvars problems - escaping ampersand
on the page EMBEDDING FLASH
is written "& ? %26"
this does not work
I tried
a) player.swf?file=Test5.mp4%26image=preview.jpg
b) <embed src="player.swf" type="application/x-shockwave-flash" wmode="transparent" width="470" height="440" flashvars="file=test5.mp4%26image=preview.jpg"></embed>