自动打开外部链接

时间:2011-08-01 16:04:43

标签: html flash

我的网站有一个flash介绍,我希望在flash完成后自动打开外部链接, 我该怎么做? 这是index.html:

script>
        swfobject.embedSWF('main.swf', 'intro', '100%', '100%', '9','js/expressinstall.swf', {XMLSource:'intro.xml', domain: '*'}, {allowfullscreen: "true", allowscriptaccess: 'always',  bgcolor: '#ffffff', menu: 'false'}, {id: 'intro'});

    </script>

</head>

<body style="margin:0px;overflow:hidden"> 

<div id="intro">
        <p>In order to view this page you need Flash Player 9+ support!</p>
        <p>
            <a href="http://www.adobe.com/go/getflashplayer">
                <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
            </a>
        </p>
    </div>

1 个答案:

答案 0 :(得分:0)

使用元刷新并将时间长度设置为swf文件的长度 -

http://www.web-source.net/html_redirect.htm

但永远不要使用flash介绍页面:)