Click here to Skip to main content
15,922,007 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all,

i want to put a flash video on my page. my code is...
HTML
<object style="height: 380px; width: 595px">
    <param name="movie" value=""</param>
   <param name="allowFullScreen" value="true"></param>
   <param name="allowscriptaccess" value="always"></param>
   <embed src=""
          type="application/x-shockwave-flash" 
          allowscriptaccess="always" 
          allowfullscreen="true" 
          width="640" 
         height="385">
   </embed>
   </object>


Above code is working when i give value="http://www.youtube.com/v/jpiU5Y8luOQ&hl=en_US&fs=1&"[^]
and
src="http://www.youtube.com/v/jpiU5Y8luOQ&hl=en_US&fs=1&[^]"

above code is working properly

But when i give

HTML
value="MyMovie.flv"
src="MyMovie.flv"


then it's not working.
MyMovie.flv file is in my project folder.
Posted
Updated 29-Dec-11 21:27pm
v4
Comments
Rajesh Anuhya 30-Dec-11 3:29am    
what error you are getting?
Aniruddh Bhatt 30-Dec-11 3:39am    
there is no error. page blank..

1 solution

give full path and then try...
 
Share this answer
 
Comments
Aniruddh Bhatt 30-Dec-11 0:01am    
it's not working.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900