Thread: PHP Project
View Single Post
Old 08-10-2009, 05:56 PM   PM User | #1
cincinnatiboy4867
Regular Coder

 
Join Date: Nov 2008
Posts: 317
Thanks: 159
Thanked 0 Times in 0 Posts
cincinnatiboy4867 is an unknown quantity at this point
Cool PHP Project

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&amp;cPath=1"><span class="category-subs-selected">Beats</span></a> </li>
  <li><a class="category-top" href="http://*******************/store/index.php?main_page=index&amp;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&amp;cPath=1&amp;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&amp;cPath=1&amp;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&amp;cPath=1&amp;products_id=2">... more info</a><br />Max:&nbsp;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&amp;cPath=1&amp;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&amp;cPath=1&amp;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&amp;cPath=1&amp;products_id=3">... more info</a><br />Max:&nbsp;1<br /></td>
  </tr>


BTW ********************** = www . durkmusicbeats . com
__________________
durkmusicbeats . com

Last edited by cincinnatiboy4867; 08-10-2009 at 05:59 PM..
cincinnatiboy4867 is offline   Reply With Quote