|
| :cool; hello.... i have made some html pages with 1 swf file of 9 sequences.
The links on each page on click jumps to the particular frame of swf file. But
whenever a new link among those is clicked makes an instance of swf in the
cookies folder thus reloading the file again and again with multiple instances.
What i want to do is to stop those multiple instances of flash file and just
run 1 swf with all the pages. what tags should i use with that pls tell me. i m
pasting my link for your observation. pls help me...
http://www.tushararts.com/tests/LEBD/test/cul_int.htm regards tushar
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="cul_int.htm">cul Int</a></td>
<td><a href="li.htm">Li</a></td>
<td><a href="svpi.htm">svpi</a></td>
<td><a href="wm.htm">wm</a></td>
<td><a href="ee.htm">ee</a></td>
<td><a href="umr.htm">umr</a></td>
<td><a href="div.htm">div</a></td>
<td><a href="bp.htm">bp</a></td>
<td><a href="maa.htm">maa</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">
<p> </p><p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="228" height="167">
<param name="movie" value="cul_int_2.swf?frame=816" />
<param name="FlashVars" value="frame=816">
<param name="quality" value="high" />
<embed src="cul_int_2.swf" FlashVars="frame=816" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="228" height="167"></embed></object>
</p></div></td>
</tr>
</table>
<p> </p>
</body>
</html>
|
|