//
Action script...
//
[onClipEvent of sprite 1
in
frame 1]
//Component
construct()
{
FV_AcceptedURLs_array = [];
FV_AcceptedURLs_array[0] =
"http://www.****.cn"
;
FV_AcceptedURLs_array[1] =
"http://www.****.net"
;
FV_AcceptedURLs_array[2] =
"http://www.******.com.cn"
;
FV_AcceptedURLs_array[3] =
"http://www.******.net.cn"
;
FV_AcceptedURLs_array[4] =
"http://www.******.cn"
;
FV_AcceptedURLs_array[5] =
"http://www.******.net"
;
FV_AcceptedURLs_array[6] =
"http://www.******.com"
;
FV_AcceptedURLs_array[7] =
"http://www.******.com"
;
FV_AcceptedURLs_array[8] =
"http://www.******.net.cn"
;
FV_ExactURL_bool =
false
;
FV_AllowFromHDD_bool =
false
;
FV_ShowWarning_bool =
false
;
}
//
[onClipEvent of sprite 1
in
frame 1044]
//Component
construct()
{
FV_AcceptedURLs_array = [];
FV_AcceptedURLs_array[0] =
"http://www.****.cn"
;
FV_AcceptedURLs_array[1] =
"http://www.****.net"
;
FV_AcceptedURLs_array[2] =
"http://www.******.com.cn"
;
FV_AcceptedURLs_array[3] =
"http://www.******.net.cn"
;
FV_AcceptedURLs_array[4] =
"http://www.******.cn"
;
FV_AcceptedURLs_array[5] =
"http://www.******.net"
;
FV_AcceptedURLs_array[6] =
"http://www.******.com"
;
FV_AcceptedURLs_array[7] =
"http://www.******.com"
;
FV_AcceptedURLs_array[8] =
"http://www.******.net.cn"
;
FV_ExactURL_bool =
false
;
FV_AllowFromHDD_bool =
false
;
FV_ShowWarning_bool =
false
;
}