I keep trying to download the "Mediaplayer" folder for the JW player but it always sends me MACOSX folders and files, and I have Windows xp. I deleted my cookies and it still delivers MAC files. Why is this?
I found a source for windows JW player files. now I need help installing them --on my local machine first, please. this is the code on my page:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title></title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><script type="text/javascript" src="http://www.jeroenwijering.com/embed/swfobject.js"></script></head><body><div id="player">This text will be replaced</div><script type="text/javascript">
var so = new SWFObject
('http://www.jeroenwijering.com/embed/player.swf','mpl','470','320','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','file=video.flv');
so.write('player');
</script></body></html>