I am using apples coverflow on a project and need to change XML node to load SWF into movie clip on maitimeline rather than an HTML page. Can anyone help?
Printable View
I am using apples coverflow on a project and need to change XML node to load SWF into movie clip on maitimeline rather than an HTML page. Can anyone help?
Here is more info that may help:
CURRENT AS CODE FROM COVERFLOW
__________________________________
img_info.artistLink.onPress = function() {
getURL(infostruc[current - 1].authLink, "_blank");
CURRENT XML NODES
_______________________________
<albuminfo>
<artLocation>album2.jpg</artLocation>
<artist>Answer</artist>
<albumName></albumName>
<artistLink>mayberry.swf</artistLink>
</albuminfo>
I am trying to get it to load an external SWF into a movieclip on main timeline called "answer_mc". The idea is that when the user clicks on artist link it loads external swf into movie clip "answer_mc" on maintimeline
Thanks