A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Can you add drop shadow dynamically

  1. #1
    Senior Member
    Join Date
    Sep 2000
    Posts
    184

    Can you add drop shadow dynamically

    Hi...I am loading external SWWF into a empty movie clip called "container" Is there any way to add a drop shadow to the loaded SWF using actionscript?

    reel_btn.onRelease = function() {
    _root.createEmptyMovieClip("container", 1);
    loadMovie("reel.swf", "_root.container");
    _root.container._x = 590 ;
    _root.container._y = 165 ;
    }

    thanks in advance!

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    see the DropShadowFilter Class

    gparis

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