|
-
CoverFlow XML modification
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
Last edited by ADVaughn; 11-20-2009 at 05:55 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|