Status
Not open for further replies.

cybertuga

Member
19
2008
0
0
Hi!

I want to create an swf or flv file that when loads it will redirect the visitors to another page..

Something like that code:
PHP:
<meta http-equiv="refresh" content="0;url=http://example.com/" />

But i need it in flash
wink.gif


Regards.
 
5 comments
What, Not flash? Yeah sure. But its easier in flash.
Try this:
Code:
<html>
<head> 
<title>Redirecting to the main site</title> 
<META http-equiv="refresh" content="4;URL=page where you want users to go">
</head>
 
What, Not flash? Yeah sure. But its easier in flash.
Try this:
Code:
<html>
<head> 
<title>Redirecting to the main site</title> 
<META http-equiv="refresh" content="4;URL=page where you want users to go">
</head>

I need this to my hi5.com personnal page..

They not accept any html code or javascript..

They accepted embed tag but just for youtube videos..

My question is if i can convert
PHP:
<head> 
<title>Redirecting to the main site</title> 
<META http-equiv="refresh" content="4;URL=page where you want users to go">
</head>
into an jpeg file.

Regards.
 
Status
Not open for further replies.
Back
Top