Return to FunctionReference page

Function

  • void Ming_useSWFVersion(int version);

Purpose

  • Set the version of swf to be produced.

Parameters

  1. int version - The version of swf to be produced. Only versions 4 through 8 inclusive are supported at this time.

Returns

  • void - No return value

Language

  • C

Ming version

  • (unknown). At least 0.4.0 and onwards, possibly earlier versions as well.

Notes

  • Only swf versions 4 through 8 inclusive are supported at this time

Example

  • None as yet