|
-
Pocket PC Components
Is anyone aware of any documentation for the Pocket PC components provided by Macromedia? I'm attempting to adapt a flash application I developed with Flash MX 2004 for use on the Pocket PC. I'm having some trouble though since it appears that the Pocket PC components provided by Macromedia use different methods and properties than the ones built-in to Flash MX 2004. I've searched for some documetation with Google as well as on the Macromedia site with no luck.
The specific problem I'd like to solve is a simple reset button for a series of combo boxes and check boxes. With the MX 2004 components the code just zeroes the values like so:
combobox.selectedIndex = 0;
checkbox.selected = false;
This doesn't work with the Pocket PC components. Does anyone know an eqivalent way of accomplishing this with these components?
Thanks,
Brendan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|