
I am trying to load a flash file in broser from local disk using jsps.But it's not loading. I used
<object id="flowplayer" width="300" height="200" data="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf"
type="application/x-shockwave-flash">
<param name="movie" value="E:\Vijay\NewProject/N8inpasadena-Flowers457.swf" />
<param name="quality" value="high">
<param name="allowfullscreen" value="true" />
<param name="flashvars"
value='config={"clip":"E:\Vijay\NewProject/N8inpasadena-Flowers457.swf"}' />
the broser gives error like this 303:Failed to load resources:Unable to load resources:#2035 can anyone help me to resolve this problem.