11-26-2008, 09:38 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 119
Thanks: 21
|
Change MP3 Link into Player?
Hello all you JS masters.
I know it's possible, but how would one go about changing all .mp3 links into a flash player? Like:
Code:
if(link = *.mp3){
insert player where link is at
}
Thanks!
|
|
|
|