Jump to content


edmartino

Member Since 12/05/2004
Offline Last Active 30/12/2005, 08:56
-----

Posts I've Made

In Topic: Load Movie + Load Txt Com Scroll

01/09/2005, 13:00

Lembre-se que um arquivo dentro de outro arquivo de Flash fica com seu caminho alterado. Por exemplo, o _root do arquivo maior é o único _root. O do arquivo carregado não será mais um root.

In Topic: Onload No Dreamweaver

31/03/2005, 15:17

Coloquei até um botão de entre para quando não funciona.


O código é o seguinte:

<html>
<head>
<title>CB</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<link rel="shortcut icon" href="/favicon.ico">
</head>

<body bgcolor="#FFFFCC" link="#990000" vlink="#990000" alink="#990000">
<table width="100%" border="0" align="center">
<tr>
<td align="center" valign="middle"><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macr...rsion=6,0,29,0" width="550" height="350" onload="MM_openBrWindow('index_port.html','CB','width=800,height=550')">
<param name="movie" value="swf/abertura.swf">
<param name="quality" value="high">
<embed src="swf/abertura.swf" quality="high" pluginspage="http://www.macromedi...getflashplayer" type="application/x-shockwave-flash" width="550" height="350"></embed></object>
</div></td>
</tr>
<tr>
<td align="center" valign="middle"><table width="70%" border="0">
<tr>
<td><div align="center" onClick="MM_openBrWindow('index_port.html','CB','width=800,height=550')"><a href="#">Entre</a></p>
</div></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

IPB Skin By Virteq