资源描述:
《flash的动态文本如何调用》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、Flash的动态文本如何调用外部文本文件制作自助建站系统时候,每个会员的页面名称都不一样,如果单独用文本显示样式比较单一,所以打算使用FLASH,但是如果为每个会员制作独立的SWF,工作量又比较大,所以使用FLASH中的动态文本调用外部TXT文件动态显示就是必须工作,这样剩下的工作就是动态生成外部TXT文件就可以了。 一、了解FLASH中的“动态文本” 1,打开FLASH,新建一个文档,选择文本工具 2,在窗口中插入文本 3,“文本”属性面板中选择为“动态文本” 4,“实例名称”输入为“cnbruce”二、“动态文本”的值 1,选择第一帧,
2、添加帧动作 2,输入cnbruce.text="hello,world"; 3,“Ctrl+Enter”测试效果otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfte
3、rthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand三、“动态文本”的值显示的另一种方法 1,除了可以给动态文本取实例名称以外,还可以给其定义“变量” 2,同样,设
4、置第一帧动作为cnrose="hi,cnbruce"; 3,“Ctrl+Enter”测试效果,即“动态文本”被赋予的新的值otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommittee
5、AfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand四、动态文本调用外部文本文件的值 1,动态文本如何调用外部文本文件中的值,首先就是将FLASH源文件和文本
6、文件保持在磁盘目录下(本处是将FLASH和文本文件t1.txt放在同一目录下)。 2,在FLASH第一帧设置动作:swft=newLoadVars();//创建一个LoadVars对象的实例swftswft.load("t1.txt");//swft实例载入的对象是t1.txt文本文件swft.onLoad=function(a){ if(a){ cnrose=swft.wenben; //如果载入文件成功,FLASH动态文本中的值即为swft实例载入的t1.txt文件中wenben的内容 }}3,t1.txt的内容为:wenben=HI,你好吗
7、otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeofthe
8、FederationofStateenterprisesMinister,Shenmufugu