| From version 0.935 and up there is a method exposed to the default object giving users the option the load external modules and extensions providing extended functionality to the crossProbe object with the cp.loadModule method.. We have never seen this kind of thing been done in the world of clientside javascripting before, although the technique is pretty simple, so it can be considered innovative. The method is highly influenced from PERLs "use" and the C/C++ "include" commands. The loadable modules is divided into two groups depending on behavior. | |
syntax; myMedia = new crossProbe( ); myMedia.someExtension( ); |
|
|
|
|
| Available crossProbe modules. | |
| crossProbe Extensions | |
|
crossExt_dragTarget
( February 6, 2000 ) |
|
| crossExt_fixTarget
( February 6, 2000 ) version: 1.01 filesize: 2.66 kB Enables target fixing. Scrollable documents with fixed media targets. Cool as phuck together with the crossExt_dragTarget. |
|
| crossExt_soundCard
( December 7, 1999 ) version: 0.91 filesize: 1.14 kB Find out if MSIE client has a soundcard connected to the system and bypass common errors related to the dreaded no soundcard issue. |
|
| crossProbe Modules | |
| crossPlayer_basic
( February 5, 2000 ) version: 1.50 filesize: 9.90 kB Wrap your media objects in a console application-style mediaplayer based on graphical skins. Use a pre-made skin or make your own from one of the templates. The player scales itself to fit the object media. Add buttons to provide functions. Dynamically resizing + alot of other features. Visit the showroom to see it in action.. |
|
| |
|