Navigacija

Vartotojų tinkle

Prisijungusių svečių: 31
Prisijungusių narių: 1
Prisijungę nariai:
Wisedocs
Registruoti nariai: 25,962
Naujausias narys: Wisedocs

Naujausi straipsniai

Paskutiniai nariai

WisedocsNaršo
asdasdddz 2 dienos
Paslapties K... 1 savaitė
Audrius_17 3 savaitės
Reikalas 8 savaitės
Simbijanas16 savaitės
Karinacraft16 savaitės
Žmogus20 savaitės
Bruksnys24 savaitės
Darexs26 savaitės
Nepas27 savaitės
keistuole29 savaitės
Gizmis31 savaitės
Rytis40 savaitės
MaFetas44 savaitės
ozzWANTED46 savaitės
saulyzas48 savaitės
TOMIJUS49 savaitės
Jaunelis64 savaitės
lanis64 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.180
Naujienų: 529
Straipsnių: 235
Temų: 52,589
Postų: 522,549
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

Žmogus
2025 Geg. 31 10:05:18
Kas geresnio? šypsosi

Nepas
2025 Bal. 9 17:04:13
drovus

Nepas
2025 Bal. 9 17:04:08
drovus

Gizmis
2025 Kov. 15 14:03:50
OMG, smagu matyt sita puslapi veikianti

ozzWANTED
2024 Lap. 30 15:11:14
Taip, vis dar up šypsosi

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
v6: Music Modas v6
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: lonka Peržiūrų: 1389      Spausdinti temą
2010 Spa. 18 04:10:09          1 žinutė iš 1
Spausdinti pranešimą
www.cybercs.tt.lt man reiktu tokio modo kaip ce kad muzika groja iejus i web ir keli savo norimas dainas.Kas numes linka busiu labai dekingas jai imanoma toki pati šypsosi

Papildyta radau at moda bet nelabai man pavyksta ji instaliuoti gal aks galetu detaliau? ir lietuviskai? akinanti šypsen

Installation tips
Step 1
Copy all files to your webserver and try running flashmp3player.html. You should be able to listen demo songs. If it works, then move to the next step.
Note: Your server should support PHP for this script to work.
Step 2
You need to embed player into your webpages. You can copy and paste code from flashmp3player.html or from here.
Note: You can change the location of files in the following code. The path can be relative or absolute (except for mp3 folder, which should always be relative to php script).

Add this to the head of your webpage:

<!-- Location of <span style="border-bottom: 1px dotted black;">javascript</span>. -->
<script language="javascript" type="text/javascript" src="swfobject.js" ></script>


Add this to the body of your webpage, where you want player to appear:

<!-- Div that contains player. -->
<div id="player">
<h1>No flash player!</h1>
<p>It looks like you don't have flash player installed. <a href="http://www.macromedia.com/go/getflashplayer" >Click here</a> to go to Macromedia download page.</p>
</div>
 
<!-- Script that embeds player. -->
<script language="javascript" type="text/javascript">
var so = new SWFObject("flashmp3player.swf", "player", "290", "247", "9"); // Location of swf file. You can change player width and height here (using pixels or percents).
so.addParam("quality","high");
so.addVariable("content_path","mp3"); // Location of a folder with mp3 files (relative to <span style="border-bottom: 1px dotted black;">php</span> script).
so.addVariable("color_path","default.xml"); // Location of xml file with color settings.
so.addVariable("script_path","flashmp3player.php"); // Location of <span style="border-bottom: 1px dotted black;">php</span> script.
so.write("player");
</script>

Note: You can change player width and height (using pixels or percents).

Add this somewhere in the body of your webpage:
<!--
Please place this link anywhere on the page that uses Flash MP3 Player.
You can style it anyway you want, but do not change or delete it.
Read the license! Thanks. :-)
-->
Powered by <a href="http://www.flashmp3player.org">Flash MP3 Player</a>
Step 3
Upload your mp3-files to mp3 folder.


0 atsakymų
Peršokti į forumą: