Media Players
Tuesday, June 5, 2007 by Raven1417 | Discussion: DesktopX

Thanks in advance.
Reply #2 Tuesday, June 5, 2007 7:25 AM
You could just use the built in scroll feature of DX media. To do this make a new object. On general page under additional abilities click add. Add DXplayer. then configure dxplayer Click Default. Where it says player button click drop down window and click text display. click clip name. At bottom click on Display.Uncheck "use built in destopx text" under alignment check scroll. use the width and height to set area for the text to scroll.
Hope this helps.
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Tuesday, June 5, 2007 6:47 AM
First create a back-plate for the scrollable area. This should be either black or transparent and placed in the area you want the scrolling text to appear, place it in the area you want and make it a child of the object you already have.
Then create a text object for your scrolling media information. Place it over the back-plate you just created, make the background transparent and make it a child of the back-plate object.
Now when you have a new media item to display set the text of that text object to that description.
Now to make it scroll you need to create a scripted timer to move the text, one pixel at a time to the new position of the text but because its a child of the back-plate object it will be clipped by the region of the back-plate.
If you want the text to cycle repetitively you may need to create two text objects that fit end-to-end so that the start of one can be seen at the same time as the end of the other. This can be achieved by cloning the original object when its required.
Regards
Wolfie