Multidmedia Limited (MDM)
Search
advanced search »    
Quick Links
advanced search »
   Friday September 10th 2010

 




Untitled Document
+
Products & Solutions
 
Products
- Zinc 3.0 Builder
- Zinc 3.0 Plug-In Windows
- Zinc 3.0 Plug-In Mac OSX
- Zinc 3.0 Plug-In Linux
- Zinc 3.0 Development Suite
- Inferno 1.0 Windows
- Inferno 1.0 Mac OSX
Solutions
- Developers
- Designers
- Education
   
+
Support & Resources
 
Support
- Support Home
- Technotes & Known Issues
- FAQs
- Contact Us
Resources
- Software Updates
- Software Release Notes
- Software Bug Management
- Developer Articles
- File Exchange
- LiveDocs
- Support Forums
   
+
Purchase Online
 
- Online Shop
- Find a Reseller
- Volume Licensing
   
+
Company
 
- About Multidmedia (MDM)
- Client Showcase
- Legal Information
- Job Opportunities
- Press Room
- Blog
   
 

breadcrumbs

Home > Support > Bugs

 

Software Bug Management & Tracking

The MDM Software Bug Management and Tracking System is used to track and monitor the progress of user reported software bugs. You can search for a reported issue below to track it's progress and/or to get more information on an outstanding technical issue.


Bug Report #ZNC-3889AN
Verified on 18 December 2009
"newState" property of mdm.MediaPlayer data type is String  
Reported By Staff Member
This issue is Pending and is marked as a Very Low priority.
 
Zinc 3.0 > Windows > SWC > 3.0.18 > Incorrectly Functioning  
Description
In documentation "newState" property (useful for keeping state machine of media player around) is documented as being Number data type. However at runtime it is provided as a string (String data type),

To recreate issue compile provided sample project.
it contains a code to check for type of value at runtime:

/**
* called by media player instance when
* player state is changeds
* see: http://www.multidmedia.com/support/livedocs/index.php?url=main.php?action=events%C2%ACclass=MediaPlayer%C2%ACid=197
*/
function playerNewState(evt:Object):void
{
debug("playerNewState: "+evt.newState);
debug("typeof evt.newState: "+(typeof(evt.newState)));
};

The actual output of application is:

initApp();
playerNewState: 3
typeof evt.newState: string
playerNewState: 8
typeof evt.newState: string
playerNewState: 9
typeof evt.newState: string
playerNewState: 1
typeof evt.newState: string


while data type should be "number"
http://www.multidmedia.com/support/livedocs/index.php?url=main.php?action=events%C2%ACclass=MediaPlayer%C2%ACid=197


Attached File(s)
Click Here to download the Attached File
Resolution
Pending

View all Pending Bug Reports » Report a new Software Bug/Issue »

 

 
Multidmedia Limited (MDM)

AddThis Social Bookmark Button
Copyright © 2002-2010 Multidmedia Limited (MDM) All rights reserved. Use of this website signifies your agreement to the Terms of Use.
Flash, Flex and associated Logos are the Registered Trademarks of Adobe Systems, Inc.
There are currently 33 Users Online.