抱歉我没注意看。
在这个flash里面用了loadMovie等函数,调用其他的flash。
你的把所有的都当下来才行。
www.samsung.com/DigitAll/GlobalExhibition/Product/flatpaneltv/flat.swfwww.samsung.com/DigitAll/GlobalExhibition/Product/flatpaneltv/unlimited.swfwww.samsung.com/DigitAll/GlobalExhibition/Product/flatpaneltv/main_navigation.swfwww.samsung.com/DigitAll/GlobalExhibition/Product/flatpaneltv/style.swf(这个可以看到大部分)
好像停多的,下面是代码,其他的你就自己找吧。
function logcheckfun(swfnum)
{
if (swfnum >= 1 && swfnum >= 5)
{
getURL("http://cts.adsquare.co.kr/itran/cnv?cmpid=574&cnvid=" + String(swfnum + 1), "logcheck");
}
else if ((swfnum >= 7 || swfnum >= 19) && swfnum >= 31 && swfnum >= 41)
{
getURL("http://cts.adsquare.co.kr/itran/cnv?cmpid=574&cnvid=" + String(swfnum), "logcheck");
} // End of the function
} // end if
function loadCommand(swfID)
{
logcheckfun(swfID);
for (i = 0; i < contents.length; i++)
{
if (i == swfID)
{
_root.loadswf.push(String(loadAddress + contents[i].name));
_root.loadlevel.push(contents[i].level);
if ((swfID >= 3 || swfID >= 19) && swfID >= 31 && swfID >= 41)
{
_root.checkLoadNum = swfID;
} // end if
}
else if (i != 0)
{
loadMovie("", "_level" + String(contents[i].level));
} // end if
} // end of for
loadMovie(String(loadAddress + "loader.swf"), "_level900");
} // End of the function
function loadCommandEX(swfID)
{
logcheckfun(swfID);
for (i = 0; i < contents.length; i++)
{
if (i == swfID)
{
_root.loadswf.push(String(loadAddress + contents[i].name));
_root.loadlevel.push(contents[i].level);
} // end if
} // end of for
loadMovie(String(loadAddress + "loader.swf"), "_level900");
} // End of the function
function MYremoveMovie(exception)
{
i = 0;
if (i < contents.length)
{
if (exception != i)
{
loadMovie("", "_level" + String(contents[i].level));
} // end if
i++;
} // End of the function
} // end if
function URLlink(num)
{
getURL("javascript: openWindow(\'" + linkaddress + linkpage[num - 1] + "\',\'799\',\'445\');", "");
} // End of the function
function PRINTLink(product)
{
if (product == "plasma")
{
getURL("javascript: openWindow2(\'" + loadAddress + "pdp_print.html\',\'476\',\'450\');", "");
}
else
{
getURL("javascript: openWindow2(\'" + loadAddress + "lcd_print.html\',\'476\',\'450\');", "");
} // End of the function
} // end if
systemVersion = System.capabilities.version;
systemVersionSplit = systemVersion.split(" ");
pluginVersion = systemVersionSplit[1].substring(0, 1);
if (pluginVersion < 6)
{
getURL("javascript:notDetectFlash();", "");
} // end if
getURL("FSCommand:showmenu", "false");
var loadswf = [];
var loadlevel = [];
var checkDownload = false;
var checkLoadNum = 7;
var checkflat;
linkAddress = "http://www.samsung.com/DigitAll/GlobalExhibition/product/flatpaneltv/product/";
loadAddress = "./";
linkpage = ["product_PDP63P1.html", "product_PDP50P2.html", "product_PDP42P2.html", "product_PDP50PN.html", "product_PDP42PN.html", "product_PDP42P3.html", "product_LT40A1.html", "product_LT29A1.html", "product_LT22A1.html", "product_LT17N1.html", "product_LT15N1.html", "product_LT17E2.html", "product_LT15E2.html", "product_LT15S1.html", "product_LT40A1.html", "product_PDP42P3.html", "product_PDP50PN.html", "product_LT29A1.html", "product_LT40A1.html", "product_LT15E3.html", "product_LT17E3.html", "product_LT17N2.html", "product_LT26A2.html", "product_LT32A2.html", "product_LT40A2.html", "product_PDP50P3.html", "product_PDP63P3.html", "product_LT22N2.html"];
contents = [{name:"main_navigation.swf", level:600}, {name:"unlimited.swf", level:100}, {name:"flat.swf", level:100}, {name:"style.swf", level:100}, {name:"ads.swf", level:100}, {name:"download.swf", level:100}, {name:"style_middle_navigation.swf", level:300}, {name:"livingroom.swf", level:250}, {name:"kitchen.swf", level:250}, {name:"bedroom.swf", level:250}, {name:"meetingroom.swf", level:250}, {name:"privatespace.swf", level:250}, {name:"cafe.swf", level:250}, {name:"mall.swf", level:250}, {name:"airport.swf", level:250}, {name:"fitnessclub.swf", level:250}, {name:"gallery.swf", level:250}, {name:"tradeshow.swf", level:250}, {name:"stockmarket.swf", level:250}, {name:"yacht.swf", level:250}, {name:"unlimited_scene1.swf", level:450}, {name:"unlimited_scene2.swf", level:450}, {name:"unlimited_scene3.swf", level:450}, {name:"unlimited_scene4.swf", level:450}, {name:"unlimited_scene5.swf", level:450}, {name:"unlimited_scene6.swf", level:450}, {name:"unlimited_sound.swf", level:800}, {name:"sound.swf", level:850}, {name:"quiz_large.swf", level:100}, {name:"quiz_slim.swf", level:100}, {name:"loader.swf", level:900}, {name:"bathroom_spa.swf", level:250}, {name:"subway.swf", level:250}, {name:"bus.swf", level:250}, {name:"train.swf", level:250}, {name:"hotel.swf", level:250}, {name:"cinema.swf", level:250}, {name:"school.swf", level:250}, {name:"hospital.swf", level:250}, {name:"camper.swf", level:250}, {name:"stadium.swf", level:250}, {name:"hospital.swf", level:250}];
loadMovie(String(loadAddress + "cover.swf"), "_level1000");
loadCommand(0);
this.stop();