# Could anyone help me... (XML Help)

**URL:** https://forum.kirupa.com/t/could-anyone-help-me-xml-help/197762
**Category:** flash
**Created:** [August 18, 2006, 8:50pm UTC](https://forum.kirupa.com/t/could-anyone-help-me-xml-help/197762 "2006-08-18T20:50:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bashiMEDIA](https://avatars.discourse-cdn.com/v4/letter/b/b9e5f3/32.png) [@bashiMEDIA](https://forum.kirupa.com/u/bashiMEDIA)
#### Post date: [August 18, 2006, 8:50pm UTC](https://forum.kirupa.com/t/could-anyone-help-me-xml-help/197762/1 "2006-08-18T20:50:01Z")

</div>

\*\*[FONT=Arial]Help!!!

[/FONT]\*\*[FONT=Arial][COLOR=#494920]Okay… on [/COLOR][/FONT][[FONT=Arial][COLOR=#000000]http://www.luxurymotorsky.com/inventory.html[/COLOR][/FONT]](http://www.luxurymotorsky.com/inventory.html)[FONT=Arial][COLOR=#494920] …and Im wanting it to open a borderless window (none resizable). it is all controlled by xml  
well here is the script

on (release) {

address = goto;  
target\_winName = “popup”;  
width = w;  
height = h;  
toolbar = 0;  
location = 0;  
directories = 0;  
status = 0;  
menubar = 0;  
scrollbars = 0;  
resizable = 0;  
\_global.openWinCentre(address, target\_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);  
getURL(goto);  
}

any other way , you guys suggest to do it?[/COLOR][/FONT]
