PDA

View Full Version : flash embedding in html


aroon
01-17-2009, 10:18 AM
hi
i m confused why i cant see my flash movie on browser

this is my html code

<HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
<!--
body {
margin-left: 0%;
margin-top: 0%;
margin-right: 0%;
margin-bottom: 0%;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</HEAD>
<BODY>
<!--url's used in the movie-->
<!--http://www.blackpulp.com/forums/-->
<!--text used in the movie-->
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','100&percnt;','heigh t','100&percnt;','id','rezrrctn','align','middle','src',' ../swf/rezrrctn','quality','high','scale','noscale','bgco lor','#999999','name','rezrrctn','allowscriptacces s','sameDomain','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','../swf/rezrrctn' ); //end AC code
</script><noscript><OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100&percnt;" height="100&percnt;" id="rezrrctn" align="middle">
<PARAM name="allowScriptAccess" value="sameDomain">
<PARAM name="movie" value="full prototype.swf">
<PARAM name="quality" value="high">
<PARAM name="scale" value="noscale">
<PARAM name="bgcolor" value="#999999">
<EMBED src="swf/full prototype.swf" quality="high" scale="noscale" bgcolor="#999999" width="100&percnt;" height="100&percnt;" name="full prototype" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</OBJECT></noscript>


</BODY></HTML>



plz suggest if there any problem with text
with this text i m seeing only blank screen nothing else

thnx in advance

CStrauss
01-26-2009, 10:28 PM
i been having the same problem lately the only file i can get to work is when I let flash publish it out and open that html page which is all well and good but useless to try to put that swf and code in another html document all I get is a blank page as well.

my problem is I have the swf files stored in their own folder in my site structure so I figured take the code that was published by flash copy and past it where it needs to be in my html document I want to use it in and modify the path. but to no avail nothing shows up.

Any ideas?