외부에서 플래쉬 파일 로드할때요 다 불러오면 로딩바를 없에게 하고싶은데요~~
외부에서 플래쉬 파일 로드할때요 다 불러오면 로딩바를 없에게 하고싶은데요~~
<object type="application/x-shockwave-flash" data="http://3-january-21st-2008.swf" width="100%" height="400pt">
해당 플래쉬파일은 외부에서 가져옵니다.
<script>
$(window).load(function() {
$("#loding").hide();
});
</script>
이걸하게되면 페이지는 다불러와져서그런지 바로 로딩바가 없어져버리더군요
고수님들 아시는분 계시나요~~
<object type="application/x-shockwave-flash" data="http://3-january-21st-2008.swf" width="100%" height="400pt">
해당 플래쉬파일은 외부에서 가져옵니다.
<script>
$(window).load(function() {
$("#loding").hide();
});
</script>
이걸하게되면 페이지는 다불러와져서그런지 바로 로딩바가 없어져버리더군요
고수님들 아시는분 계시나요~~
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 2개
<script>
$("#loding").hide();
</script>
순차적으로 하니깐요...