:confused;:embarrassment;FLASH NEWBIE...:confused;:embarrassment;
I purchased a flash website template that I am editing. Having no problems
with the edit. However, when I test in my preview on Dreamweaver, it shows the
edited movie perfectly. When I go to test it in my browser it shows the
original movie version. I attempted to go through the code line by line, only
21 lines thank goodness, but must have missed something. Can anyone shed some
light on what I might be missing?
[b]NEW CODE[/b]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Sound recording studio</title>
</head>
<script src="active.js" type="text/javascript"></script>
<script language="JavaScript" src="active.js" type="text/javascript"></script>
<body bgcolor="#000000" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0
><!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script type="text/javascript">
AC_FL_RunContent('codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs
/flash/swflash.cab#version=8,0,0,0','scale','noscale','width','100%','height','7
68','id','b1','align','middle','src','flash2','quality','high','bgcolor','#00000
0','name','flash2','allowscriptaccess','sameDomain','pluginspage','http://www.ma
cromedia.com/go/getflashplayer', 'movie','flash' );
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=7,0,0,0" width="100%" height="768" id="flash2" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flash2.swf" /><param name="quality" value="high"
/><param name="scale" value="noscale" /><param name="salign" value="t" /><param
name="bgcolor" value="#000000" /><embed src="flash2.swf" quality="high"
scale="noscale" salign="t" bgcolor="#000000" width="100%" height="768"
name="flash2" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</body>
</html>
[b]OLD CODE[/b]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Sound recording studio</title>
</head>
<script src="active.js" type="text/javascript"></script>
<script language="JavaScript" src="active.js" type="text/javascript"></script>
<body bgcolor="#000000" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0
><!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script type="text/javascript">
AC_FL_RunContent('codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs
/flash/swflash.cab#version=8,0,0,0','scale','noscale','width','100%','height','7
68','id','b1','align','middle','src','flash','quality','high','bgcolor','#000000
','name','flash','allowscriptaccess','sameDomain','pluginspage','http://www.macr
omedia.com/go/getflashplayer', 'movie','flash' );
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=7,0,0,0" width="100%" height="768" id="flash" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flash.swf" /><param name="quality" value="high"
/><param name="scale" value="noscale" /><param name="salign" value="t" /><param
name="bgcolor" value="#000000" /><embed src="flash.swf" quality="high"
scale="noscale" salign="t" bgcolor="#000000" width="100%" height="768"
name="flash" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</body>
</html>
Much appreciated,
La~
mzlala4real - 30 Jul 2008 04:06 GMT
Do I have to have the fla/swf files actually uploaded to test in a browser?
Travis Newbury - 30 Jul 2008 13:04 GMT
On Jul 29, 10:18 pm, "mzlala4real" <webforumsu...@macromedia.com>
wrote:
> I purchased a flash website template that I am editing. Having no problems
> with the edit. However...
Put the HTML file and the Flash2.swf onto a web server and post the
URL here. My guess is it shows the correct one.
--
Travis
Flash Crap: http://travisnewbury.blogspot.com
mzlala4real - 31 Jul 2008 16:00 GMT
If someone can help me figure this out I would so greatly appreciate it!!! PLEASE... I am trying to get this site done asap!!!