Device Central Clix profile tweak
Wednesday, May 9th, 2007
In using the new Adobe Device Central iRiver Clix profile to test, I noticed it brings up errors with loadMovie, which it informs you in the output are unsupported. This is incorrect, however, as I’ve been happily loading swfs, jpegs for some time. Even MovieClipLoader class is supported!
The fix is to edit the Clix profile xml, which on Mac is at:
/Users/[user]/Library/Application Support/Adobe/Adobe Device Central CS3/Devices/ReignCom_iriver_Clix.xml
At line 90, edit “None” to be “All”
loadmovie value="All"
Now loadMovie should perform correctly.
Also, as a side note, if any of you are using the DC Clix profile to test for the Clix 2, you can also edit the next line
loadvars value="All"
Note that this lets you test using the XML Class, and loadVariables, although I don’t believe the actual LoadVars class is implemented on the Clix 2.
This should help out folks until Adobe releases updates for these.
The