A Flash Developer Resource Site

Results 1 to 19 of 19

Thread: setmask not working on dynamil loaded image

Threaded View

  1. #17
    Senior Member
    Join Date
    Sep 2004
    Location
    West Mids, UK
    Posts
    101
    man i am rusty i was calling a direct _parent and not this._parent on the on mouse over lol

    PHP Code:
        target_mc.onRollOver = function() {
            
    this._parent.textbox this._parent.producttitle;        
        };
        
    target_mc.onRollOut = function (){
            
    this._parent.textbox " ";
        }
        
    target_mc.onRelease = function () {
            
    getURL(this._parent.linkage"_self");
        }
    };
    for (
    n=0n<=totalxmlitemsn++) {
        
    filename filenamearray[n];
        
    destinationclip "b"+n;
        
    loader.loadClip(filename_root[destinationclip].mainproductimage);
        
    _root[destinationclip].producttitle titlearray[n];
        
    _root[destinationclip].linkage linkarray[n];
        
    //I removed the following so it only loads the clip once.
        //loader.loadClip(filename, _root[destinationclip].r.holder);

    The only problem is when you hold the mouse on one of the products the text doesn't go away as it rotates, any ideas?
    Last edited by neomaximus2k; 01-19-2008 at 12:32 PM.

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