Adobe Flash Player
Want play some .SWF files, so download "Adobe flash player for IE", then install successfully, but it is a plug, can't open the swf files independently, by the other word, I just can play them in IE, but I don't like so.
At first, I think there is a .exe player can be executing, so locate C:\windows\system32\adobe\flash, but fink none .exe files.
Then maybe can download an individual player, but can't find in www.adobe.com, later I find out that, there are too players: adobe flash player, and adobe shockwave player, there are different, Flash player are used to play flash files, expecially swf, but shockware player are used to play the files made by Director studio.
At last, I need to install flash 8 or Flash MX, or Flash CS4.
Ïà¹ØÎĵµ£º
ExternalInterface
ExternalInterface ÀàÊÇÍⲿ API£¬ÔÚ ActionScript ºÍ Flash Player µÄÈÝÆ÷Ö®¼äʵÏÖÖ±½ÓͨѶµÄÓ¦ÓóÌÐò±à³Ì½Ó¿Ú£¬
ÀýÈ磬º¬ÓÐ JavaScript µÄ HTML Ò³¡£ ÍÆ¼ö¶ÔËùÓÐ JavaScript Óë ActionScript Ö®¼äµÄͨÐÅʹÓà ExternalInterface¡£
ÔÚ HTML Ò³ÖÐʹÓà JavaScript£¬¿ÉÒÔµ÷Óà Flash Player ÖÐµÄ Actio ......
-------------------ºǫ́´úÂë---------------------------
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
& ......
Êó±ê°´ÏµÄʱºò£¬Éú³É200¸öÁ£×Ó£¬Á£×ÓÏò²»Í¬µÄ·½ÏòÒÆ¶¯£¬´Ó¶ø²úÉúÒ»ÖÖÏñÏÉŮɢ»¨µÄ¸Ð¾õ¡£
ÏÂÃæÊÇÉ¢¿ªµÄЧ¹û£¬Í¬ÑùÄã¿ÉÒÔΪÄãµÄЧ¹ûÌí¼ÓºÜ¶àÔªËØ£¬°üÀ¨ÒýÁ¦£¬ÖØÁ¦£¬Ä¦²ÁÁ¦µÈµÈÇé¿ö£¬µ«Õⲿ·Ö¾Í¿¿×Ô¼º£¬»¹ÊÇÐèÒª×Ô¼ºÏë·¨³öÀ´
¼òµ¥µÄ×ö·¨£¬´úÂëºÜÉÙ£¬Éæ¼°µ½Ô˶¯µÄ·½Ïò×ö·¨¡£Ð§¹û¿´ÆðÀ´ÈÃÎÒ¾õµÃ¾ªÑÈ£¬²»¹ý»»À´´ú¼ÛÊÇ¿¨¿¨¿¨£ ......
Main.cpp (Win/*nix)
#include "FlexSecurityBox.h"
int main(int argc, char ** argv) {
char * address;
short port;
if (argc == 2)
{
address = "0.0.0.0";
port = atoi(argv[1]);
} else if (argc == 3)
{
address = argv[1];
port = atoi(argv[2]);
} else
{
printf("Y ......
Õ⼸Ì죬¶¼ÔÚÎÞËùÊÂÊ£¬Î¨Ò»¼ÄÍоÍÊÇÔÚÕâÀï¼Ç¼һÏÂ×Ô¼ºÑо¿³öÀ´µÄ¶«Î÷¡£³ÃÏÖÔÚÓеãʱ¼ä£¬¾Í°Ñ×î½ü¿´¹ýµÄÒ»ÖÖ³£ÓõÄflashÌØÐ§¼Ç¼һÏ£¬flash ×öÌØÐ§²»ÊÇΪ×öÌØÐ§¶ø×ö£¬ÔÚmake thing move ÊéÀï½²ÁËÐí¶àµÄÊýѧºÍÎïÀíÔÀí£¬Í¨¹ýÕâЩÔÀí£¬ÎÒ·¢ÏÖ×öÌØÐ§¾ÍÐèÒª¶®ÔÀí¡£¶®ÁËÕâЩÔÀíºó£¬ÌØÐ§¾Í»á±äµÃÇáËÉÈÝÒס£
ÏÖ ......