hey…
how to load a swf into the original index.fla via the xml button…?
if you load a swf from at normal button you will [FONT=VERDANA][SIZE=2]write something like that:[/SIZE][/FONT]
on(relese){
mc.loadMovie(sdf.swf)
}
but how do i do that in the xml…?
<button>
<name>scb</name>
[COLOR=#0000ff]<[/COLOR][COLOR=#990000]url[/COLOR][COLOR=#0000ff]>[/COLOR]http://www.scbdesign.frac.dk[COLOR=#0000ff]</[/COLOR][COLOR=#990000]url[/COLOR][COLOR=#0000ff]>[/COLOR]
</button>
insted of the url i will like to load the swf in the same site…?
Master_thief