|
Quick links:
F-IN-BOX Delphi Edition Help >> TFlashPlayerControl / TTransparentFlashPlayerControl >> Events >> Extensions OnLoadExternalResource
Syntax
Remark
From version 3.1 the argument URL has been changed to WideString (in previous versions the type was AnsiString / string).
Description
The event OnLoadExternalResource is called when a movie tries to load an external resource (xml, jpeg, etc.) using a relative path.
The event is called only if the movie is loaded from a stream.
For instance, a movie loads an image using the following code:
You can provide the content of this image by handling the event OnLoadExternalResource:
Copyright © 2004 - 2008 Softanics. All rights reserved. Delphi is a trademark of Borland Software Corporation. Macromedia and Shockwave Flash are trademarks of Macromedia, Inc. |