TLF text error
i building first flash site. when enter tlf text, gives me following error :
referenceerror: error #1065: variable tcmtext not defined.
below html code generated when ran swf file.
any , additional advice highly appreciated.
<!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" lang="en" xml:lang="en">
<head>
<title>indexrev25</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
html, body { height:100%; background-color: #ffffff;}
body { margin:0; padding:0; overflow:hidden; }
#flashcontent { width:100%; height:100%; }
</style>
</head>
<body>
<div id="flashcontent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="129" height="54" id="indexrev25" align="left">
<param name="movie" value="indexrev25.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="lt" />
<param name="allowscriptaccess" value="samedomain" />
<!--[if !ie]>-->
<object type="application/x-shockwave-flash" data="indexrev25.swf" width="129" height="54">
<param name="movie" value="indexrev25.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="lt" />
<param name="allowscriptaccess" value="samedomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="get adobe flash player" />
</a>
<!--[if !ie]>-->
</object>
<!--<![endif]-->
</object>
</div>
</body>
</html>
the error in code, not html.
please post relevant actionscript code. if tells find code (line number, frame number, etc) please go there , paste code here. chances you're trying access variable "tcmtext" in place doesn't have access it.
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment