wincc弹出画面窗口脚本_Flash脚本-Flash中的弹出窗口

wincc弹出画面窗口脚本

This tutorial will show you how to create a cool pop up windows with no toolbars.

本教程将向您展示如何创建没有工具栏的超酷弹出窗口。

1. Create a button in your Flash file.

1.在Flash文件中创建一个按钮。

2. Right click the button and go to actions give actions:

2.右键单击该按钮,然后转到动作进行动作:

getURL ("JavaScript:openWin('test.html', '250', '250')");

3. Publish your movie, selecting the HTML and Flash options you prefer.

3.发布电影,选择您喜欢HTML和Flash选项。

4. Open the html page in notepad, and insert the following code in between the and tags.

4.在记事本中打开html页面,然后在

你可能感兴趣的:(javascript,js,java,python,window,ViewUI)