We have a swf which has navigation and other UI (a.swf). From this
file, we dynamically load external swf's (x.swf) based on user
interaction. The paths to these swf's are stored in a database, and
do not share any common path.
Loading the external movie (x.swf) is no problem, but when a
particular movie has external assets itself (such as flv's etc), file
paths become invalid, since a.swf and x.swf are not on the same
relative path. Is there a way to dynamically set, or change the base
path for x.swf when its loaded, so that all relative paths for
external assets become valid for x.swf?
Thanks for any help. |