A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: loading external swf xy still doesn't work.

  1. #1
    Member
    Join Date
    Jan 2006
    Posts
    61

    loading external swf xy still doesn't work.

    mike, thanks, but it does't work . it does load it in a separate window when i use

    on (release) {
    loadMovienum("cooling.swf", "_root.holder_mc")
    _root.holder_mc._x = 125;
    _root.holder_mc._y = 50;
    }



    i can't get it to work with

    on (release) {
    loadMovie("cooling.swf", "_root.holder_mc")
    _root.holder_mc._x = 125;
    _root.holder_mc._y = 50;
    }

  2. #2
    It's a long way to the middle launchpad67's Avatar
    Join Date
    Oct 2004
    Location
    Prescott, Arizona
    Posts
    1,387
    post your fla file and I'll look at it.

  3. #3
    It's a long way to the middle launchpad67's Avatar
    Join Date
    Oct 2004
    Location
    Prescott, Arizona
    Posts
    1,387
    I emailed your finished file back to you.

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