SourceURL Property

Structured Graphics Control

Enables the Structured Graphics control to use an external file as the vector shape description. Read-write at run time.

Syntax

HTML<PARAM NAME="SourceURL" VALUE="URL">
ScriptingSGObj.SourceURL=URL

Possible Values

URL
String value, describing the location of the specified shape primitive description file. Can be an http://, file://\\ or relative path. Default is null.

Remarks

This property can be very useful in the case of creating a structured graphic animation. Using this property, you can write code that very rapidly calls different source URLs, making it seem as if the shape is changing over time in a manner that exceeds scale or rotation transformations.

Example

Right-click inside the frame and choose View Source to see the HTML code for this example.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.