Forum Moderators: open
<html>
<head> This is a flash website</head>
</html>
Where can I put it.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Title of page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="32" height="32">
<param name="movie" value="movie.swf">
<param name="quality" value="high">
<embed src="movie.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="32" height="32"></embed></object>
</body>
</html>
how can you create a page title for a flash website. where will i type the html tags. i am not embedding.
I want to do it this way, it is right:
1. I will publish my html page.
2. I will open the page in Explorer and copy the source code
3. I will do the editing and then save the page under the same name.
Will the flash movie etc be preserved?
I want to create a log in for my flash site. I have the script and everything.
Should I put the script in the action script area called expert mode (?). Where should I put my script. This is the script :
<html>
<body>Welcome <?php echo $_POST["name"];?>.
You are <?php echo $_POST["age"];?> years old!</body>
</html>
Should I use the same method for the title above or I can type this in the action script area somewhere.