- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Minor
 - 
    3.0.7-PL1
 - 
    None
 
Attached flash files (.swf) are not visible in post because the template
File affected : attachment.html
Find :
					<param name="movie" value="{_file.U_DOWNLOAD_LINK}" />
			 | 
		
Replace with :
					<param name="movie" value="{_file.U_VIEW_LINK}" />
			 | 
		
Find :
					<embed src="{_file.U_DOWNLOAD_LINK}" 
			 | 
		
Replace with :
					<embed src="{_file.U_VIEW_LINK}" 
			 | 
		

