home *** CD-ROM | disk | FTP | other *** search
- // Copyright 1999 Macromedia, Inc. All rights reserved.
-
- //--------------- API FUNCTIONS ---------------
-
- function objectTag() {
- var bDialogState = dw.getShowDialogsOnInsert(); // Was dialog shown?
- var newURL = dw.doURLEncoding(browseForFileURL());
-
- if ((newURL == '') && bDialogState) { return ''; }
-
- // Return the html tag that should be inserted
- return '<EMBED SRC="' + newURL + '" WIDTH="32" HEIGHT="32"></EMBED>';
- }
-