Below is the coding for 3 frames(not the Flash time frame) webpage.
Below highlighted in red & bolded is the main page in which I have to change frequently. What frustrate me is I have no idea how to change the movie size(not capacity). E.g. “newmap.swf”, the map I created using background size 440w x 400h pixel is too big when I post it at main page. Re-create new map with smaller size?? I spent much effort & time! After complete a movie the size can be reduced?? Have to adjust all the texts n images!
I know how to use the “embed” code like <object width=“550” height=“400”>…, but when it mixes with other frames in a window, this method can’t be used.
Anyone can help? Many thanks!!!
<html>
<head>
<title>T108</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
</head>
<frameset rows=“35,*” frameborder=“NO” border=“0” framespacing=“0”>
<frame name=“topFrame” scrolling=“NO” noresize src=“top.htm” marginwidth=“0” marginheight=“0” frameborder=“NO” >
<frameset cols=“276," frameborder=“NO” border=“0” framespacing=“0” rows="”>
<frame name=“leftFrame” scrolling=“NO” noresize src=“left.htm”>
[COLOR=DarkRed] **<frame name=“mainFrame” src=“newmap.swf”>[/**COLOR]
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>