A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Open xml based flash buttons in same window of Browser

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    1

    Open xml based flash buttons in same window of Browser

    want to know how to open xml based flash buttons in the same window of the browser...Im developing a website and i got a xml based flash buttons but when i click on them they open in the new window rather than in the same window....
    I have tried all the attributes in like _parent, _blank etc but they still open in the new window when clicked....
    The flash file also has some script in the actions panel to the button...Does it imply that i have to make changes in the actionscript code.???
    Im novice to both xml and actionscript....
    If anyone can help me out without posting the code then well and good....If not then i can post both xml and actionscript codes...
    Plz let me know...Thankx

  2. #2
    Junior Member
    Join Date
    Apr 2010
    Posts
    1

    Add and remove child

    Have also been searching.
    Is it:
    var _newLoader:newLoader = new Loader();
    addChild(_newLoader);

    with
    removeChild(previousLoader);
    Linked to previous loader name.

    Then specify the data ("data.xml") to load.

    ??

Tags for this Thread

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