A Flash Developer Resource Site

Search:

Type: Posts; User: HoofSC

Search: Search took 0.04 seconds.

  1. Replies
    23
    Views
    14,716

    Try This

    Try This:

    maximizeButton.onRelease = function() {
    Stage["displayState"] = Stage["displayState"] == "normal" ? "fullScreen" : "normal";
    }
  2. stopped working

    musicman,

    thanks that did the trick. i was able to load the xml object (in this case a php file) by either typing in the url:

    http://mysite.com/swffile.swf?id=[my choice]

    or

    embedding...
  3. Exactly How

    Hi,

    I am trying to do what you're describing (and I've seen done before) however I'm a n00b, and getting lost at the very beginning.

    Here is what I'm trying to do:

    Have a unique page ID...
Results 1 to 3 of 3




Click Here to Expand Forum to Full Width

HTML5 Development Center