I have a flash file which loads data from JSON and parses it. It works fine expect on one machine (specs below). On that machine it loads an image URL specified in the JSON, but nothing else. I’ve tested with a other machines (Dell E6400, Apple MacBook Pro) and it works just fine in all browsers. I compared Windows Updates between the Dell E6400 and the Dell Optiplex 745 and they only differ by one update (KB2525694) which isn’t applicable for my Dell E6400.
Machine Specs:
- Dell Optiplex 745
- Windows 7 SP1 64-Bit
- IE9, Chrome, Firefox 4 & Safari
- Flash 10.2.159.1 & 10.3.183.10
JSON:
{
"status":"success",
"album":{
"backCoverURL":"",
"description":"A Description of this content",
"digitalASIN":"B000UBLOP4",
"frontCoverURL":"http://sampleurl.com/TheOnlyThingThatGetsParsed.jpg",
"genre":"Jazz",
"id":"175264",
"originalReleaseDate":"1960",
"performer":"Wes Montgomery",
"physicalASIN":"B000NO28OO",
"rating":"",
"title":"Incredible Jazz Guitar of Wes Montgomery",
"tracks":[
{
"digitalASIN":"B000UBJCEY",
"durationSeconds":269,
"id":"264475",
"sampleURL":"http://sampleurl.com/B000UBJCEY.mp3",
"title":"Airegin",
"trackNum":1
},
{
"digitalASIN":"B000UBDHAE",
"durationSeconds":275,
"id":"264476",
"sampleURL":"http://sampleurl.com/B000UBDHAE.mp3",
"title":"Mr. Walker (Renie)",
"trackNum":2
}
]
}
}
As Amy Blankenship said in a comment to my question:
It in fact was a bad sound card.