cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
713
Views
0
Helpful
2
Replies

flash xml image slideshow

Colin Crubaugh
Level 1
Level 1

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?

2 Replies 2

Nicolas Fournier
Cisco Employee
Cisco Employee

Hi Colin,

I would start by having a look at the flash content creation guidelines for DMS:

http://www.cisco.com/en/US/docs/video/digital_media_systems/5_x/5_2/dmd/best/practices/guidelines.html#wp1168116

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

marquez20
Level 1
Level 1

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.