|
|||
|
Hi.
I want to set the base path to an http server. Is it possible? When I do: Application.setBasePath("C:\\"); // Works fine Application.setBasePath("http://myserver/"); // Doesn’t work I need this because I want to have a local file (exe projector) that loads a swf from an http server. That swf has components that are linked with a shared library by a relative path (something like ../library/library.swf). The problem is that the file tries to load the shared library from the local disk instead of the http server. Thks. |
|
|||
|
Sorry, no method need to be added. The following code in the "initialize" script will work well
Code:
FlashPlayer.base = "http://www.xxxsite.com"; |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|