0

Is it possible to specify the Domain for extra resource for the flash object?

I have a page with <OBJECT> tag and a flash obj.

The issue is that the flash app try to access to some extra resource (images, mp3, etc.) and because it is Embedded in ad index.php with MVC model it is pointing to the wrong URL.

Details:

  1. swf is hosted in BASE_URL/media/
  2. swf point to -> BASE_URL/index.php/files/...
  3. Files are hosted in BASE_URL/media/files/

Any way to force the flash to point to a particular dir. without changing the .swf code and so directly in the <OBJECT> tag ?


If you are trying to determine if polyB lies completely within polyA, all you need to do is ensure all the boundary points of polyB lie within polyA. Depending on what you want, either the Even-Odd Rule or the Non-Zero Winding Rule is what you should use to test that. If you are only trying to test a partial overlap, all you need is for one of the verticies to lie within the other polygon, in that case, Even-Odd or Non-Zero is still the way to go.

4

1 回答 1

0

解决了。

可以使用标签base的属性来解决这个问题<OBJECT>

参考: http ://helpx.adobe.com/flash/kb/flash-object-embed-tag-attributes.html

于 2012-11-28T12:32:35.650 回答