home *** CD-ROM | disk | FTP | other *** search
- var FlashVDDialog = {
-
- init : function()
- {
- document.getElementById("header").setAttribute("label",window.arguments[1]);
- document.getElementById("caption").setAttribute("label",window.arguments[2]);
- document.getElementById("text").value = window.arguments[3];
- },
-
- on_accept : function()
- {
- try
- {
- window.arguments[0].result = true;
- }
- catch(e)
- {}
- }
- }
-