버튼 클릭시... 재생시작...
음.. 그냥 로컬 asf 파일은 재생되는데, 이건 왜 안될까요?
제코드에 무슨 문제가 있나요??
With MediaPlayer1 do begin
filename := 'mms://www.mnet27.com/wmt/live/mtv.asx';
//set Device compatibility to AVI
// DeviceType := dtAVIVideo; <-- 이거는 딴걸로 안 맞춰도 되나요?
Display := Panel1; //Set display device to a TPanel
Open;
Play;
end;