묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
스크롤바를 따라다니는 배너를 플래시로 만들어서 앵커를 걸었거든요. 근데 문제가 .....ㅡㅡ
2005.03.30 18:24
현재 적용된 홈페이지는 http://www.ottowelders.com 이구요,
첨 들어갔을때는 배너의 top이라는 버튼이 인식을 못하는데, 상위 다른페이지 이동후에는 정상적으로 작동을
합니다....우째 된건지....
플래시 top에 걸어준 액션은
on(press) {
fscommand("#","top");
}
이구요.
페이지마다 앵커는 걸려있습니다.
그리고
fscommand 적용에 쓰인 스크립트는
<script language="JavaScript">
<!--
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
function page_banner_DoFSCommand(command, args) {
var page_bannerObj = isInternetExplorer ? document.all.page_banner : document.page_banner;
window.location.href="#"+args;
//
// Place your code here.
//
}
// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write('<script language="VBScript">n'+ '+ ');
document.write('On Error Resume Nextn');
document.write('Sub page_banner_FSCommand(ByVal command, ByVal args)n');
document.write(' Call page_banner_DoFSCommand(command, args)n');
document.write('End Subn');
document.write('</script>n');
}
//-->
</script>
입니다.
고수님들 좀 도와주세요
첨 들어갔을때는 배너의 top이라는 버튼이 인식을 못하는데, 상위 다른페이지 이동후에는 정상적으로 작동을
합니다....우째 된건지....
플래시 top에 걸어준 액션은
on(press) {
fscommand("#","top");
}
이구요.
페이지마다 앵커는 걸려있습니다.
그리고
fscommand 적용에 쓰인 스크립트는
<script language="JavaScript">
<!--
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
function page_banner_DoFSCommand(command, args) {
var page_bannerObj = isInternetExplorer ? document.all.page_banner : document.page_banner;
window.location.href="#"+args;
//
// Place your code here.
//
}
// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write('<script language="VBScript">n'+ '+ ');
document.write('On Error Resume Nextn');
document.write('Sub page_banner_FSCommand(ByVal command, ByVal args)n');
document.write(' Call page_banner_DoFSCommand(command, args)n');
document.write('End Subn');
document.write('</script>n');
}
//-->
</script>
입니다.
고수님들 좀 도와주세요
리플래시 부분에서 걸리는 것 같네요.
유용한 팁 게시판에서 리플래시로 찾아보시면 해결책이 있을겁니다.