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.
Ïà¹ØÎĵµ£º
ÍøÉÏһţÈËдÁËһƪÎÄÕ£¬½éÉÜÓ¦ÓóÌÐòÈçºÎ²Ù×÷flashµÄ£ºhttp://blog.csdn.net/nanjianhui/archive/2008/03/19/2196466.aspx
ÓÉÓÚ¿Í»§µÄÒªÇó£¬ÐèÒªÏòϵͳflashÖÐдÈë²úÆ·ÐòÁкţ¬ÎÒÏë²ÉÓÃÏòÓ¦ÓóÌÐòÌṩ½Ó¿ÚµÄ·½·¨À´ÊµÏÖ¡£°´ÕÕÉÏÊöÎÄÕµÄ×ö·¨×öºÃÖ®ºó£¬ÔÚ·Çmulti-binµÄϵͳÏ£¬CreateFile(_T("DSK0:"),...)ÊÇûÓÐÈκÎÎÊÌâµ ......
ExternalInterface
ExternalInterface ÀàÊÇÍⲿ API£¬ÔÚ ActionScript ºÍ Flash Player µÄÈÝÆ÷Ö®¼äʵÏÖÖ±½ÓͨѶµÄÓ¦ÓóÌÐò±à³Ì½Ó¿Ú£¬
ÀýÈ磬º¬ÓÐ JavaScript µÄ HTML Ò³¡£ ÍÆ¼ö¶ÔËùÓÐ JavaScript Óë ActionScript Ö®¼äµÄͨÐÅʹÓà ExternalInterface¡£
ÔÚ HTML Ò³ÖÐʹÓà JavaScript£¬¿ÉÒÔµ÷Óà Flash Player ÖÐµÄ Actio ......
Êó±ê°´ÏµÄʱºò£¬Éú³É200¸öÁ£×Ó£¬Á£×ÓÏò²»Í¬µÄ·½ÏòÒÆ¶¯£¬´Ó¶ø²úÉúÒ»ÖÖÏñÏÉŮɢ»¨µÄ¸Ð¾õ¡£
ÏÂÃæÊÇÉ¢¿ªµÄЧ¹û£¬Í¬ÑùÄã¿ÉÒÔΪÄãµÄЧ¹ûÌí¼ÓºÜ¶àÔªËØ£¬°üÀ¨ÒýÁ¦£¬ÖØÁ¦£¬Ä¦²ÁÁ¦µÈµÈÇé¿ö£¬µ«Õⲿ·Ö¾Í¿¿×Ô¼º£¬»¹ÊÇÐèÒª×Ô¼ºÏë·¨³öÀ´
¼òµ¥µÄ×ö·¨£¬´úÂëºÜÉÙ£¬Éæ¼°µ½Ô˶¯µÄ·½Ïò×ö·¨¡£Ð§¹û¿´ÆðÀ´ÈÃÎÒ¾õµÃ¾ªÑÈ£¬²»¹ý»»À´´ú¼ÛÊÇ¿¨¿¨¿¨£ ......
Ò»£¬ÒýÑÔ
¶àÄêǰÓÐÒ»¸öºÜÖøÃûµÄ²¡¶¾Ãû½ÐCIH£¬µ±ÄêCIHµÄÁ÷ÐÐÔø¾Ôì³ÉÁ˾޴óµÄ¾¼ÃËðʧ¡£CIH¿ÉÒÔ¹¥»÷Ö÷°åÉϵÄBIOS FLASHоƬ£¬ÆÆ»µÀïÃæµÄÄÚÈÝ£¬´Ó¶øÊ¹µÃÊܺ¦ÕߵļÆËã»úÎÞ·¨Õý³£Ê¹Óá£ÕâÊÇÈËÀàÀúÊ·ÉϵÚÒ»¸ö¿ÉÒÔÆÆ»µÓ²¼þµÄ²¡¶¾¡£CIH¿ÉÒÔ¹¥»÷»ùÓÚIntel 430FXоƬ×éµÄÖ÷°å£¬ÓÉÓÚFXоƬ×éÔÚÄǸöÄê´úÊôÓÚÖ÷Á÷оƬ×飬ËùÒÔÎÞÊýµÄµçÄ ......
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 ......