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"
link|improve this question

11% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.