'fix'에 해당되는 글 1건
2009. 6. 8. 00:48
[이전 블로그에서 이동되었음]
When I used Silverlight video player extension for Blogengine.NET, I found bugs that the articles in video post more than one. One video didn't show and the ohter video show below video that post before. So I saw the html content and found that two id are same in javascirpt call video function.
I fixed the bug in the short time.^^; by using Random class.
But I didn't fix the bug when the video file name is same in differnet post.
Replace \App_Code\Extensions\SilverlightPlayer.cs file to here:
Blogengine.NET에서 Silverlight video player extension 를 사용하는데 글을 올리는데 비디오 파일이 있는 글을 1개 이상 올라갔을 대 개별 포스트 볼 때는 상관없는데 포스트리스트화면에서는 그럴 경우에는 나중에 비디오 파일이 이전에 올린 글의 비디오 파일이 재생되고 하단의 이전 글의 비디오 파일 중 처음 것이 빈칸으로 표시되는 버그를 발견했다.
그래서 html 파일 내용을 보니 비디오 파일을 재생하게할 실버라이트를 로딩할 자바스크립트에서 고유id가 두개가 같은 값으로 세팅되고 있었다.
그래서 버그를 고치기로 했다. 랜덤함수를 사용했다. 짧은 시간에 고친것이라 상단에 언급한 버그는 고쳤으나 보니 같은 파일명일때는 여전한 문제가 있긴하지만
같은 파일의 비디오가 있는 글을 계속 올릴 일은 없을 것같아서 이쯤에서 ...ㅋㅋ
경로 \App_Code\Extensions\SilverlightPlayer.cs 파일을 상단의 링크 파일로 대체하면 된다.
When I used Silverlight video player extension for Blogengine.NET, I found bugs that the articles in video post more than one. One video didn't show and the ohter video show below video that post before. So I saw the html content and found that two id are same in javascirpt call video function.
I fixed the bug in the short time.^^; by using Random class.
But I didn't fix the bug when the video file name is same in differnet post.
Blogengine.NET에서 Silverlight video player extension 를 사용하는데 글을 올리는데 비디오 파일이 있는 글을 1개 이상 올라갔을 대 개별 포스트 볼 때는 상관없는데 포스트리스트화면에서는 그럴 경우에는 나중에 비디오 파일이 이전에 올린 글의 비디오 파일이 재생되고 하단의 이전 글의 비디오 파일 중 처음 것이 빈칸으로 표시되는 버그를 발견했다.
그래서 html 파일 내용을 보니 비디오 파일을 재생하게할 실버라이트를 로딩할 자바스크립트에서 고유id가 두개가 같은 값으로 세팅되고 있었다.
그래서 버그를 고치기로 했다. 랜덤함수를 사용했다. 짧은 시간에 고친것이라 상단에 언급한 버그는 고쳤으나 보니 같은 파일명일때는 여전한 문제가 있긴하지만
같은 파일의 비디오가 있는 글을 계속 올릴 일은 없을 것같아서 이쯤에서 ...ㅋㅋ
경로 \App_Code\Extensions\SilverlightPlayer.cs 파일을 상단의 링크 파일로 대체하면 된다.
'.NET > SilverLight' 카테고리의 다른 글
실버라이트 웹서버 iis 세팅 (0) | 2009.06.07 |
---|---|
Silverlight DashBoard ver 0.1 (0) | 2009.06.07 |
Expression Blend 에서 DataGrid 컨트롤이 안나올 때 (0) | 2009.06.07 |