i have bought this html executable software but its not loading flash html code when i start project as a new it showing me blank page and nothing else except white page can any one tell me the reason i tried alot and also contact to the site admin but no answer
Could you post the HTML code used to display your Flash movie?
here is the code um using in it
<body style="background-color:#CCCCCC">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="http://sabkichat.com/chat/swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("myId", "9.0.0", "expressInstall.swf");
</script>
</head>
<body>
<div>
<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100% " height="100%">
<param name="movie" value="http://sabkichat.com/chat/slight.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="http://sabkichat.com/chat/slight.swf" width="100%" height="100%">
<!--<![endif]-->
<div>
<p align="center"><a href="http://www.adobe.com/go/getflashplayer"><img src="http://chatpaki.com/images/get_flash_001.jpg" alt="Get Adobe Flash player" /></a>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<style type="text/css">
html, body, div, iframe { margin:0; padding:0; height:100%; }
iframe { display:block; width:100%; border:none; }
body {overflow: hidden};
</STYLE>
</style>
</head>
<body>
<div>
</div>
</body>
</html>
The problem comes from: http://sabkichat.com/chat/slight.swf
You are trying to load a Flash movie from a remote server, so did http://sabkichat.com domain allow it? Look for crossdomain.xml + Flash with Google.