From: Leif W <war...@us...> - 2004-11-11 20:53:23
|
> ----- Original Message ----- > From: David > To: dyn...@li... > Sent: Thursday, November 11, 2004 13:26 > Subject: [Dynapi-Help] including other files in a package > > > hi, > I have added the following line to packages.js > l.add('dynapi.Slider','ext/slider.js','DynLayer'); I think the packages.js file refers to the new DynAPI 3. Are you using DynAPI 3? Are you referring to the Slider object (v2.0, 2001-06-26) created by Jeff Greenberg? The source code clearly states that it was designed for DynAPI 2.5x. The two versions of DynAPI are not entirely compatible. > but it doesnt seem to include the file . > The slider.js file holds another object. > Can you give me some advice on how to get it working? To use this object with DynAPI 3, the object will need to be ported. The differences between version 2.5x and version 3.x are described in the dynapi3x/docs/changelog.html folder. Leif |