Forum Moderators: open
<div style="float: right;align:left; margin-right: 5em; margin-left: 5em; margin-top: 4em; margin-bottom: 5px;z-index: -1; "> <embed src="http://www.somewebsite.com/myVideo.wmv" autostart="false" width="259" height="224"></embed> </div>
also, I can't seem to link wmv files via
<a href="http://www.somewebsite.com/myVideo.wmv">View</a>
FF always goes to a page and display weird characters. And it seems to use a lot of system resources after i click on ths link. it froze a few times.
this is what my htaccess file looks like.
## 26 April for PostNuke
php_flag magic_quotes_gpc on
## USER IP BANNING
<Files *>
deny from 131.158.199.72
deny from 202.75.33.221
</Files>
AddType video/avi .avi
AddType video/mpeg .mpeg
AddType video/wmv .wmv