Forum Discussion
crawfishmedia
12 years agoBinge Watcher
Think I solved it. I looked at the USBPlayer DSK code in main.brs. I used the following:
' replace the current entry with new data
ssContentAA["TextOverlayBody"] = blogname
ssContentAA["url"] = ssURL
ssContentA.Push({
TextOverlayBody: blogname
url: ssURL
})
This seems to work fine. You're right, trying to load an AA into an A does not seem to work.
Thanks.
' replace the current entry with new data
ssContentAA["TextOverlayBody"] = blogname
ssContentAA["url"] = ssURL
ssContentA.Push({
TextOverlayBody: blogname
url: ssURL
})
This seems to work fine. You're right, trying to load an AA into an A does not seem to work.
Thanks.