07-18-2011 12:56 PM - edited 03-13-2019 07:27 PM
Rather new to the DMP world, but I have created a flash xml image slideshow that I want displayed. Knowing xml isn't a file type readable I ftp the files to a webserver and tried to add a play list using the URL to the swf file but it doesn't work. Anybody know how I should go about doing this?
07-20-2011 04:54 AM
Hi Colin,
I would start by having a look at the flash content creation guidelines for DMS:
This will give you more info on how the flash should be formatted to be played correctly on DMPs.
If you follow those guidelines and still have an issue, I would consider opening a TAC case to have it investigated.
Regards,
Nicolas
08-14-2011 09:45 PM
Use Path relative into AS script for loading image into flash, personal recommended not animate
not recommended animate or tween class
simple load as2 from XML
img.loadMovie("images/img1.jpg")
include setInterval(); for new load image.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide