Hi friends ,
I need to display flash file in
jsp. I am using struts2 frame work. I am able to play flash file in jsp if it is in war .But i need it to take from a folder .
here is the code i'm using can any body help me to resolve this problem
<object width="500" height="500">
<param name="movie" value="C:/dev/lmsdev/uploaded/m02s02.swf">
<embed src="images/m02s02.swf" width="500" height="500">
</embed>
</object>
Thanks in advance ,