Hi, I’m linking to a .WMV video file through a button in actionscript using this simple code:
on (release) {
getURL("videos/squaresUSHigh.wmv");
}
It links ok but the problem is that it puts the file in Internet Explorer’s stupid little docking bar at the side. Does anybody know a way around this to make it just open Windows Media Player?
Many thanks in advance,
David Fox