简体   繁体   中英

XFL - What's the best way how to generate DOMBitmapItem's itemID?

XFL's DOMBitmapItem tag has attribute itemID. What is safe way how to generate such an ID if I want to add new media items from external tool?

The example of itemIDs looks like:

itemID="4cd28f37-00000036"
itemID="4cd1d136-0000029a"
itemID="4cd1bd22-0000003b"

So far it looks the best way is to not use this attribute when inserting new bitmap item at all and let the Flash IDE to add it during it's load time.

Anyway, the first part (like "4cd2a469") is hexadecimal representation of Unix epoch.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM