1) Project Details: (be as specific as possible): This is a PHP project. Where the code designates a picture for the product, I want to replace with an embeded music player. Either the standard embeded or the one that I have the code for which you will find on the product details page. The player must play the preview file for that product. That's all there is to it. More info below:
2) Payment Amount: It's pretty simple so maybe $25-$30 (I will negotiate)
3) Payment method/ details (Paypal, check? Timeline?): paypal
4) Additional Info (about project or potential bidders):
http:// ******************* /store/index.php?main_page=index&cPath=1
My goal is to change the images on that page to a simple embedded music player that would play a sample for that song. I have the code for the player I just need to know how to implement it.
Code:
<div id="navCatTabsWrapper">
<div id="navCatTabs">
<ul>
<li><a class="category-top" href="http://*******************/store/index.php?main_page=index&cPath=1"><span class="category-subs-selected">Beats</span></a> </li>
<li><a class="category-top" href="http://*******************/store/index.php?main_page=index&cPath=2">eBooks</a> </li>
</ul>
</div>
</div>
Code:
<tr class="productListing-odd">
<td class="productListing-data" align="center"><a href="http://*******************/store/index.php?main_page=product_music_info&cPath=1&products_id=2"><img src="images/no_picture.gif" alt="Beat Test 002" title=" Beat Test 002 " width="100" height="80" class="listingProductImage" /></a></td>
<td class="productListing-data"><h3 class="itemTitle"><a href="http://*******************/store/index.php?main_page=product_music_info&cPath=1&products_id=2">Beat Test 002</a></h3><div class="listingDescription">Audio Preview Test 001</div></td>
<td class="productListing-data" align="right"><br /><br /><a href="http://*******************/store/index.php?main_page=product_music_info&cPath=1&products_id=2">... more info</a><br />Max: 1<br /></td>
</tr>
<tr class="productListing-even">
<td class="productListing-data" align="center"><a href="http://*******************/store/index.php?main_page=product_music_info&cPath=1&products_id=3"><img src="images/no_picture.gif" alt="Master" title=" Master " width="100" height="80" class="listingProductImage" /></a></td>
<td class="productListing-data"><h3 class="itemTitle"><a href="http://*******************/store/index.php?main_page=product_music_info&cPath=1&products_id=3">Master</a></h3><div class="listingDescription"></div></td>
<td class="productListing-data" align="right">$0.99<br /><br /><a href="http://*******************/store/index.php?main_page=product_music_info&cPath=1&products_id=3">... more info</a><br />Max: 1<br /></td>
</tr>
BTW ********************** = www . durkmusicbeats . com