Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/actionscript-3/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Actionscript 3 使用操作脚本3将网页加载到Flash文件中_Actionscript 3_Flash_Actionscript - Fatal编程技术网

Actionscript 3 使用操作脚本3将网页加载到Flash文件中

Actionscript 3 使用操作脚本3将网页加载到Flash文件中,actionscript-3,flash,actionscript,Actionscript 3,Flash,Actionscript,我正在为大学生创建一个关于经济援助的培训。我一直在使用AS3在Flash中创建培训。我希望能够将FAFSA.ed.gov网站拉入Flash文件。在左侧,我有要查看的主题菜单,在舞台的中间到右侧,我希望使用相当于html iframe的AS3 在AS3中,我可以使用什么将完整网页加载到Flash文件中?我做了大量的搜索,没有找到多少 谢谢 BJ Griffin查看HTMLLoader。这是你需要的吗?阅读有关安全限制的文档,以确保您能够完成所需的任务 在web浏览器中,无法将网页加载到Flash中

我正在为大学生创建一个关于经济援助的培训。我一直在使用AS3在Flash中创建培训。我希望能够将FAFSA.ed.gov网站拉入Flash文件。在左侧,我有要查看的主题菜单,在舞台的中间到右侧,我希望使用相当于html iframe的AS3

在AS3中,我可以使用什么将完整网页加载到Flash文件中?我做了大量的搜索,没有找到多少

谢谢


BJ Griffin

查看
HTMLLoader
。这是你需要的吗?阅读有关安全限制的文档,以确保您能够完成所需的任务


在web浏览器中,无法将网页加载到Flash中。simion314链接到HTMLLoader,但仅适用于AIR应用程序。在web浏览器中运行的Flash Player插件中,您根本无法加载网页。好的,很酷,脚本看起来会是什么样子:好的,很酷,谢谢!脚本看起来会是什么样子的:?@user3375807如果你阅读了文档,那么你会发现加载方法,还有一个HTML组件,文档中也有示例,所以进行了研究,所以我使用Flash CC创建了一个Air文件,但swf文件不会打开。。。它在air包中工作,但实际的swf文件无法独立打开。。。你知道为什么吗?