Go Back   [TBF] - Teen Business Forum > Webmaster's Corner > Web Design

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-14-2008, 12:39 AM   #1 (permalink)
Upstart Entrepreneur
 
Join Date: Jun 2008
Location: UK
Posts: 32
Tony0930 is on a distinguished road
Default Hello friends. I have an issue regarding one of the concepts of web design.

Issue :
Let’s say you have a website where you have your database of mp3 songs. I have a similar site that doesn’t have a database but I want my site to have the same songs.
What I need are a few lines of PHP or Java script code which will allow me to link this site with the one that has database. In other words: I have a song called ABC.mp3, when the user clicks on that link, the song starts downloading into my webpage but the source will come from another site. That means I want to use another site’s resources. Is it called diverting or mirroring?
I need the script for it.
Tony0930 is offline  
Old 08-15-2008, 12:34 AM   #2 (permalink)
Upstart Entrepreneur
 
Join Date: Jul 2008
Posts: 53
chrispalko is on a distinguished road
Default Re: Hello friends. I have an issue regarding one of the concepts of web design.

Try this:

<object width="width" height="height">
<param name="src" value="songslink.mp3">
<param name="autoplay" value="true or false">
<param name="controller" value="true">
<param name="bgcolor" value="hexcode">
<embed src="songslink.mp3" autostart="true or false" loop="true or false" width="width" height="height" controller="true" bgcolor="hexcode"></embed>
</object>

where the embed attributes match the param attributes
__________________
[FONT="Verdana"][SIZE="2"][COLOR="Black"][B]Chris Palko[/B] | [I]Entrepreneur[/I][/COLOR][/SIZE]

[COLOR="Red"]Owner and CEO[/COLOR] [COLOR="Black"]|[/COLOR] [COLOR="Red"]Red Storm Hosting, LLC[/COLOR] [COLOR="Black"]|[/COLOR] [URL="http://www.redstormhosting.com/"]Florida Web Hosting[/URL]
[COLOR="Navy"]Full-Time Student[/COLOR] [COLOR="Black"]|[/COLOR] [COLOR="Navy"]Computer Programming[/COLOR]
[COLOR="DarkOrange"]Former Freelancer[/COLOR] [COLOR="Black"]|[/COLOR] [URL="http://www.designbychrispalko.com/"]Fort Myers Web Design[/URL]
[COLOR="Purple"]Domain Owner[/COLOR] [COLOR="Black"]|[/COLOR] [URL="http://www.homesforsaleincapecoralfl.com"]Homes for Sale in Cape Coral FL[/URL] [COLOR="Black"]|[/COLOR] [URL="http://www.homesforsaleincapecoralflorida.com"]Homes for Sale in Cape Coral Florida[/URL][/FONT]
chrispalko is offline  
Old 08-18-2008, 08:25 PM   #3 (permalink)
Edward
Guest
 
Posts: n/a
Default Re: Hello friends. I have an issue regarding one of the concepts of web design.

You can still do an <a href="http://newsite.com">link to song</a> - that should work too.
 
Old 08-21-2008, 11:48 PM   #4 (permalink)
Upstart Entrepreneur
 
Join Date: Jun 2008
Location: UK
Posts: 32
Tony0930 is on a distinguished road
Default Re: Hello friends. I have an issue regarding one of the concepts of web design.

thank you!!!
Tony0930 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi friends Stephen Member Introduction 1 02-11-2008 05:37 PM


All times are GMT -4. The time now is 05:35 AM.