주제: jw player 삽입시 실행이 안되는 문제
Jw player 오브젝트 삽입시 실행이 안되는 문제가 있습니다.
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='470' height='320' id='single1' name='single1'>
<param name='movie' value='player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='wmode' value='transparent'>
<param name='flashvars' value='file=http://content.longtailvideo.com/videos/flvplayer.flv'>
<embed
id='single2'
name='single2'
src='player.swf'
width='470'
height='320'
bgcolor='#000000'
allowscriptaccess='always'
allowfullscreen='true'
flashvars='file=http://content.longtailvideo.com/videos/flvplayer.flv'
/>
</object>
인데요
몇가지 밝혀낸게 있습니다.
1. 메인화면에서는 "동영상이 로드되지 않습니다"라고 나온다.
2. 편집화면에서 미리보기로 하면 잘나온다!
3. 저 코드 부분만 따로 html 파일로 서버에 올려서 브라우져에서 읽으면 잘 실행된다.
제발 해결 방법을 알려주세요~!