Flash/swf Embedded At View Return Error 404?

I’m trying to embed a flash/swf file on my view, the swf file is store in the view folder

<param name="movie" value="test.swf" />

when i browse to the view localhost/testyiiapp/testswf the swf will not load and

checking the browser network shows it’s trying to load localhost/testyiiapp/test.swf

and it receive error 404 The system is unable to find the requested action "test.swf".

What is the right way to embed swf in yii’s view?