| View previous topic :: View next topic |
| Author |
Message |
PowerChaos
Joined: 19 Dec 2009 Posts: 440 Location: belguim
|
Posted: Jul 22, 2010 2:02 pm Post subject: embed mp3 error |
|
|
hi all
there is a small error with the embed mp3
maybe it is only me or maybe not
it is a small error so not a realy big problem and i just like to let you know about it
the error is that the mp3 that is embed only shows a part
and not the full song
as example
the original mp3 file on the site is 3:14
the embed mp3 is 3:05
it is missing 10 seconds
not sure if it is only me or that it is realy a small bug
Greetings From PowerChaos |
|
| Back to top |
|
 |
catalingmn
Joined: 27 Mar 2010 Posts: 15
|
Posted: Dec 05, 2010 3:35 am Post subject: Embed player problem |
|
|
Hello,
I have the same error, just that in my case, on the site the player plays the full song (lets say 4:00), and on site using the embed player code shows only 2:00. Please help, I really need to fix it! |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Dec 08, 2010 9:35 am Post subject: |
|
|
I strongly believe it's problem of JW Player. It reads metadata incorrectly sometimes.
Try any other flash player.
Setting track length in player code can help, but need to parse mp3 length, and that's another story  |
|
| Back to top |
|
 |
catalingmn
Joined: 27 Mar 2010 Posts: 15
|
|
| Back to top |
|
 |
komi
Joined: 27 Nov 2009 Posts: 159
|
Posted: Dec 09, 2010 3:25 pm Post subject: |
|
|
That is because the duration parameter is missing from the embed code.
Add to flashvars:
| Code: | | &duration=<TMPL_VAR mp3_secs> |
|
|
| Back to top |
|
 |
catalingmn
Joined: 27 Mar 2010 Posts: 15
|
Posted: Jan 05, 2011 9:39 pm Post subject: tnx komi |
|
|
tnx for your help and I need to ask you something else ..
How I make the script to generate embed code for mp3 directly when the uploads finishes, near the download link, link for forum, html code, delete code tabs ? |
|
| Back to top |
|
 |
|