Go Back   CodingForums.com > Web Projects and Services Marketplace > Web Projects > Small projects (quick fixes and changes)

Notices

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
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
Old 08-10-2009, 10:03 PM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Are you storing the url to the sample audio in your database somewhere?
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Users who have thanked _Aerospace_Eng_ for this post:
cincinnatiboy4867 (08-11-2009)
Old 08-11-2009, 04:57 PM   PM User | #3
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
Yes everything is on my own server my own database.
__________________
durkmusicbeats . com
cincinnatiboy4867 is offline   Reply With Quote
Old 08-11-2009, 05:13 PM   PM User | #4
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
That isn't what I was asking. You said you have previews of the audio. Where are you storing the urls to those audiosamples?
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Users who have thanked _Aerospace_Eng_ for this post:
cincinnatiboy4867 (08-13-2009)
Old 08-11-2009, 07:17 PM   PM User | #5
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
Oh, sorry, It's in the durkmusicbeats . com/store/media folder

I haven't uploaded all the preview files yet.
__________________
durkmusicbeats . com

Last edited by cincinnatiboy4867; 08-11-2009 at 07:25 PM..
cincinnatiboy4867 is offline   Reply With Quote
Old 08-11-2009, 07:47 PM   PM User | #6
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
So how do you plan on telling the product to load a specific sample audio file? Manually? When you add a product? Here is what needs to happen.
  1. Change Add Product form to include new input
  2. Add field to table for products
  3. Change the code that pulls the products so that it gets the audio file
  4. Now rewrite the html for product listings to be an embedded player

This isn't a simple 20-30 dollar job.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Users who have thanked _Aerospace_Eng_ for this post:
cincinnatiboy4867 (08-13-2009)
Old 08-11-2009, 09:27 PM   PM User | #7
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
No no no no no your making it much to complicated. All I want to do is be able to go into the code and paste the embeded player in place of the image with the manually entered mp3 url. I just need someone to tell me how to do this that's all.
__________________
durkmusicbeats . com
cincinnatiboy4867 is offline   Reply With Quote
Old 08-13-2009, 01:44 PM   PM User | #8
tribalmaniac
Regular Coder

 
Join Date: Sep 2006
Posts: 122
Thanks: 4
Thanked 2 Times in 2 Posts
tribalmaniac is an unknown quantity at this point
I can help you with this, send me a PM and we'll discuss it no problem I've been working with php and many other web languages for about 6 years

Matt
tribalmaniac is offline   Reply With Quote
Users who have thanked tribalmaniac for this post:
cincinnatiboy4867 (08-13-2009)
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:00 AM.


Advertisement
Log in to turn off these ads.