cationt
Little Devil

Registered: Sep 2008
Local time: 04:45 PM
Location: Pakistan
Posts: 36
|
add following line in your Html page
<param name="allowScriptAccess" value="sameDomain" />
then you code look like following:
<table width="878" height="859" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td valign="top" width="766" height="750" ><object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="864" height="829">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flash/main.swf">
<param name="quality" value="high">
<embed src="flash/main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="864" height="829"></embed>
</object></td>
</tr>
</table>
------------------------------------------------------------------
Help me to help other
Upload, Shere and download your favorite Mobile Stuff for free
http://mygsm.co.nr
__________________
Cationt
http://www.cationt.com
user121@cationt.com
Report this post to a moderator | IP: Logged
|