A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: CoverFlow XML modification

Threaded View

  1. #2
    Senior Member
    Join Date
    Mar 2008
    Posts
    168
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center