I see the problem your experiencing. DynAPI was designed to load browser specific library files as it is with DynLayer and MouseEvents. These browser files will have to be compressed individually. The compressor can then include JavaScript code to load the browser specific library.
For an example of how files are loaded see the ext/packages.js file -- Raymond Irving --- Jesse Vitrone <[EMAIL PROTECTED]> wrote: > I've got a question about how stuff gets loaded in > for the different > browsers. > > When I do the compression stuff, I have the xml > config determine what > .js files are compressed and merged. > > But it seems like if I only include mouse_dom.js, it > works in Mozilla, > but not IE. If I include mouse_dom and mouse_ie.js, > then it works in > IE, but not in Mozilla :( > > Is this because I'm not using the library stuff to > load in the mouse > stuff? I'm loading in the js files in this order: > > dynapi/src/dynapi.js > dynapi/src/ext/packages.js > dynapi/src/api/event.js > dynapi/src/api/dyndocument.js > dynapi/src/api/dynlayer_base.js > dynapi/src/api/dynlayer_dom.js > dynapi/src/api/mouse_dom.js > dynapi/src/api/ext/dynlayer.inline.js > > Any idea where things are going wrong, and is there > a solution? Or am I > stuck because of how I'm loading things in? > > Thanks, > Jesse > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The best > thread debugger on the planet. Designed with thread > debugging features > you've never dreamed of, try TotalView 6 free at > www.etnus.com. > _______________________________________________ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/