P
plyrshrk791
Guest
i have a meta tag to load a page after a swf finishes playing. The problem is when you access the page via I.E. an active x control prompts come up saying content has been blocked etc, therefore the swf wont be visible until activated. By the time a standard website viewer reads the I.E. banner the page would have already been redirected rendering the intro useless.
Is there a way to delay the meta from starting it's countdown , until a user clicks the active x prompt.
part of the page:
</style>
</head>
<meta http-equiv="refresh" content="2.7; url=home.html" />
<body>
<the rest......... etc>
Thx in Advance
Is there a way to delay the meta from starting it's countdown , until a user clicks the active x prompt.
part of the page:
</style>
</head>
<meta http-equiv="refresh" content="2.7; url=home.html" />
<body>
<the rest......... etc>
Thx in Advance