Groups | Blog | Home
all groups > flash (macromedia) > october 2007 >

flash (macromedia) : Glitch in Flash CS3?


David Stiller
10/2/2007 2:42:23 PM
Morgen,

[quoted text, click to view]

Hmm, that sounds odd.

[quoted text, click to view]

I wonder if your publish settings were configured for ActionScript 3.0
in Flash CS3 and you didn't realize it? AS3 is different in quite a few
ways from AS2, so that would be the first place I'd check. My hunch is that
you were trying to use AS2 in an AS3 document.


David Stiller
Adobe Community Expert
Dev blog, http://www.quip.net/blog/
"Luck is the residue of good design."

captainmorgen8
10/2/2007 6:38:38 PM
I have just spent a day and a half trying to get the flash ad I made link to
the customer's website.....Its not that hard..... and I have done it before in
Flash 8..... but for some reason I could not get it to work untill I saved it
back to flash 8. Im just wondering if anyone else is having this problem and or
if anyone can help me to get this to work in CS3.
Thanks
Morgen
dzedward
10/2/2007 6:56:33 PM
cen213
10/2/2007 8:23:59 PM
I am having a similar problem here in CS3. I mean, everything works fine in
flash and the actual SWF file, but once uploaded to the server index.html file,
the whole thing doesn't show up at all. The source code is attached.


Any help is greatly appreciated!!! Freakin out

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Tyrnauer Media Projects</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<div align="center">
<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=9,0,28,0','width','550','height','400','align','absmiddle','src','../Sit
es/Tyrnauer/realtyrnauer3','quality','high','pluginspage','http://www.adobe.com/
shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Site
s/Tyrnauer/realtyrnauer3' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=9,0,28,0" width="550" height="400" align="absmiddle">
<param name="movie" value="../Sites/Tyrnauer/realtyrnauer3.swf" />
<param name="quality" value="high" />
<embed src="../Sites/Tyrnauer/realtyrnauer3.swf" width="550" height="400"
align="absmiddle" quality="high"
pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
n=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object>
</noscript>
</div>
</body>
</html>
dzedward
10/2/2007 9:01:37 PM
AddThis Social Bookmark Button