Namespaces
Variants
Actions

Archived:Getting memory and volume properties in Flash Lite

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

We do not recommend Flash Lite development on current Nokia devices, and all Flash Lite articles on this wiki have been archived. Flash Lite has been removed from all Nokia Asha and recent Series 40 devices and has limited support on Symbian. Specific information for Nokia Belle is available in Flash Lite on Nokia Browser for Symbian. Specific information for OLD Series 40 and Symbian devices is available in the Flash Lite Developers Library.
Article Metadata

Article
Created: Risalmin (03 Dec 2007)
Last edited: hamishwillee (14 May 2013)

Preface

To be able to perform any sort of memory management you need to know how much memory you have available, since the amount of memory allocated for Flash Lite applications varies a lot from one device to another. In Flash Lite ActionScript the way to do this is with the fscommand GetFreePlayerMemory.

This is only a short code example posting.

Code example

The following fscommand returns the amount of heap memory in kilobytes, or -1 if the fscommand is not supported on the device.

 FreeMem = fscommand2("GetFreePlayerMemory");
 FreeMem = fscommand2("GetFreePlayerMemory");
 FreeMem = fscommand2("GetFreePlayerMemory");


--Risalmin 00:41, 4 December 2007 (EET)

This page was last modified on 14 May 2013, at 09:19.
107 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved