Mtv Type Of Player. 28.05.08
if you go to mtv.com you will notice in the front page there is a Flash player, it has 5 different small images, followed by a big one.
I want to have something like this, it should be through an XML feed, so that I can update it.
I should have the following:
<items>
<item>
<title></title>
<description></description>
<url></url>
<image></image>
<thumb></thumb>
</item>
<item>
<title></title>
<description></description>
<url></url>
<image></image>
<thumb></thumb>
</item>
</items>
I will give you the title, description, URL, image and thumbnail that will be applied to that. It should work and look the same.
It should rotate once in a while, I am going to have referal codes, so I would like to be able to use swfobject, and put a variable that will signify the referal code, and that should replace the referal code in the url.
example:
bob.com/:referal1:/:referal2:
it should replace :referal1: and :referal2:
with whatever I put in swfobject as a variable, hopefully I am making myself clear on this. I will have two referal different codes that need that change.
If I am not touching it, it should alternate the image like on the video within the amount of time i tell it to, I want to change this via params in swfobject.
It needs to work exactly like theirs.
I also want it to be flexible enough to where I can change the dimensions, for both the large image and the thumbnails. Thanks!



