FlashPlayerControl Help >> Extensions >> Functions

GetUsingFlashVersion

Syntax

DWORD WINAPI GetUsingFlashVersion();

Description

Returns an using version of the Flash.

Here's an example of how to use this function:

#include "FlashPlayerControl.h"

...
DWORD dwUsingFlashVersion = GetUsingFlashVersion(); TCHAR lpszBuffer[1024] = { 0 }; wsprintf(lpszBuffer, _T("Using version: %d.%d.%d.%d\n"), HIBYTE(HIWORD(dwUsingFlashVersion)), LOBYTE(HIWORD(dwUsingFlashVersion)), HIBYTE(LOWORD(dwUsingFlashVersion)), LOBYTE(LOWORD(dwUsingFlashVersion))); OutputDebugString(lpszBuffer);

Copyright © 2004 Softanics. All rights reserved.
Delphi is a trademark of Borland Software Corporation.
Macromedia and Shockwave Flash are trademarks of Macromedia, Inc.