A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: QUESTION: Does 7.2 update fix createEmptyMovieClip issues?

  1. #1
    Lifesaver Lightwave Network's Avatar
    Join Date
    Sep 2002
    Location
    Denver, CO, USA
    Posts
    649

    QUESTION: Does 7.2 update fix createEmptyMovieClip issues?

    Hello fellow Flash junkies,

    Recently found out that createEmptyMovieClip doesn't allow the onLoad event handler, (read something about it being corrupt.) My question is does the latest 7.2 update fix this issue, and will the following example work?


    PHP Code:
    _root.createEmptyMovieClip("myMovie"1)
    _root.myMovie.loadMovie("myfile.swf")
    _root.myMovie.onLoad = function() {
      
    this._width 500
      
    //etc.

    Thanks much!


    ... gimme just one more line of code to ease the pain.

    http://www.ln.tv
    http://www.davevillano.com
    http://www.premierloftsdenver.com
    http://www.backyard.cc -- coming soon!


  2. #2
    Lifesaver Lightwave Network's Avatar
    Join Date
    Sep 2002
    Location
    Denver, CO, USA
    Posts
    649
    Doesn't seem to be a difference after the update...but, oh well--where's there's a will, there's another way around it.



    ... gimme just one more line of code to ease the pain.

    http://www.ln.tv
    http://www.davevillano.com
    http://www.premierloftsdenver.com
    http://www.backyard.cc -- coming soon!


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