Quick Picks:


  home                 products                 solutions                 demos                  support                  developers                  purchase

FastLook

Product Information
  Features & Specifications
  System Requirements
  Integration
  Upgrade
  Demonstration

How to Buy

Support

Optional Add-on
  FastLook DBMS

FastLook Basics


Embedding the FastLook ActiveX

The following code will place the FastLook ActiveX in your HTML page as an OBJECT and view a drawing from our web server. To manipulate the image use the right-click context menu, accessed by clicking the left mouse button while the cursor is in the drawing window.

Note: To view the example you need to install both FastLook and the FastLook ActiveX.

Example       View Example

<object CLASSID="CLSID:EA9F0C28-F08A-11D1-8317-00403394C10B"
ID="FastLook1" HEIGHT="300" WIDTH="350" >
</object>

Required attributes:

  • CLASSID - Identifies the ActiveX control for the browser.
  • WIDTH - Specifies the width of the drawing window in either pixels or percentage of browser window.
  • HEIGHT - Specifies the height of the drawing window in either pixels or percentage of browser window.
  • ID - Identifies the drawing window to the host environment (a web browser, for example) so that it can be referenced using a scripting language.
  • NAME - Identifies the drawing window to the host environment (a web browser, for example) so that it can be referenced using a scripting language.

Parameters

The following are optional parameters that would be specified between the <object>....</object> tags

Example

<param NAME="SRC" VALUE="http://www.kamelsoftware.com/images/3dbolt.dwg">
  • SRC - Specifies the location (URL) of an initial drawing to be loaded.

We use our own WebLook software to serve all the pages and images for this website.
About Kamel Software - Contact Us © Copyright 1989-2022 Kamel Software, Inc. All rights reserved.