English 中文(简体)
swf 文件没有动态地引用其他 swf 文件
原标题:swf file is not dynamically referring other swf files
  • 时间:2012-05-22 08:53:38
  •  标签:
  • html
  • flash

I have one website www.gotmilk.com, which is having a full web page flash content. The very first flash file that is being display is "shell.swf". When I capture the network traffic with etheral , I came to know this "shell.swf" , refers some other files (e.g. main.swf, some .flv and some other .mp3) , in order to make this website works.

现在我要问的是,如果我下载完整网页,然后试图再用下载的网页再加载,为什么这不起作用。

我可以看到只有“shell.swf”才从服务器下载, 但这个文件还没有被调阅 任何其他文件 。

问题回答

您下载的文件最有可能指来自 SWF 文件本身内的其他文件。 保存网页将无法捕捉其他文件。 如果您想要 shell. swf 总是装入外部文件, 请确保它用静态路径( 如“ http:// www.gotmilk. com/flash/ file. swf ”) 而不是相对路径( “ flash/ file.swf ” ) 来指这些文件 。

我希望这有帮助:)





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签