an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 1/16/2010 8:20:22 AM By Applied. 4 replies.
4/7/2009 11:08:15 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
A Dynamic Ad player
 
Hi Luke,
 
Pleaese open this Url :
 
If DSC had an Image/Ad Players Block, Then life was much easier.
 
The functionality is simple:
 
- A prameter for stting the delay for display each image
- 3 ,5 or 7 pictures or Graphics in JPG or PNG
- they have a naming convention like img1.jpg, img2.jpg......
-They are craeted by user and stored on a folder in Virtual directory
 
When you bundle it with DSC product, it is a very strong new media visualization tool and yet very simpe one in terms of development for both you and the users.
 
Bahram
 
 
 
 
 
4/7/2009 11:48:17 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: A Dynamic Ad player
Please move this to Suggestion and Feedback.
DotShoppingCart Staff
4/7/2009 2:18:29 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: A Dynamic Ad player
 Luke,
 
I did it, Can you give me a rough idea of Will it ? and if yes, then when will it be implemented.
 
Thanks,
Bahram
4/7/2009 4:18:39 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: A Dynamic Ad player
Yes, it will be in V4. The current timeline for V4 is the end of Q2. But it seems like we might have to slip into Q3.
DotShoppingCart Staff
1/16/2010 8:20:22 AM
Applied
Posts: 93
Joined: 9/18/2009
Re: A Dynamic Ad player
We amended the template that holds the logo, and in the right cell placed some html that acts as placeholders for our dynamic carousel. Then we added some JS and referred to these files in the master page. We also activated our carousel from the master page so the banners show on all pages. The JS uses Ajax to grab content from a virtual path, so you can easily change the content to be shown. Look on the web for example carousel and glider script based on html/css/js.