Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 2nd, 2003, 04:17 AM
Authorized User
 
Join Date: Aug 2003
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default Automatic redirection once page with SWF loaded

I would appreciate very much if someone could answer my problem as soon as possible: What HTML-Code must I add if I want the next page to load once the flash SWF-file had finished loading?

I have this code:
<META HTTP-EQUIV=REFRESH CONTENT="3;URL=http://www.acme.com/intro.html">

....but i dont want it to run after X secs, because it interrups the video. I just want it redirecting once eveything has loaded.
It won't work if i just take out the [3;], will it???

Thanks for any help or link to instruction page... Cya

(Normally the URL-redirect would be added to the SWF-file within Macromedia Flash, Swish, etc. but my trial period has ended and its not worth me buying the product for my simple 1-off presentation)

 
Old September 13th, 2003, 06:23 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 101
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Moharo
Default

Well, I'm not sure whether you can do it with HTML. You can use ActionScript for it (include something like this in your main timeline):

onClipEvent(load) {
      getURL('redirect.html');
}

:D

the genuine genius





Similar Threads
Thread Thread Starter Forum Replies Last Post
Redirection From Admin page stonesbg ASP.NET 2.0 Basics 3 January 10th, 2007 05:06 PM
check if page is loaded darkhalf Javascript 1 October 4th, 2005 05:26 AM
automatic 'redirection' stu9820 Flash (all versions) 4 September 20th, 2004 07:29 AM
PHP and Page Redirection joanncae BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 May 21st, 2004 11:07 AM
Automatic Redirection after SWF loaded Burton HTML Code Clinic 2 August 14th, 2003 12:15 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.