News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

mp3 Flash Player BBC Tag (XHTML_Compliant)

Started by Pierre29200, June 02, 2007, 10:57:05 PM

Previous topic - Next topic

kat

I wonder how we'd stand, legally, if people start posting mp3 files that are copyright protected, with this...?

locomotion182

Quote from: Pierre29200

In joined file a special customised version for locomotion182 only. I put in the mod his absolute url.

Pierre


thanks man!!
it works =)

Pierre29200

Quote from: gangsta on June 10, 2007, 10:43:57 PM
Quote from: locomotion182 on June 10, 2007, 10:41:17 PM
yeah i did the sme because the problem is not with the post.template
it has to be the subs.php

i guess it could be a mod we have installed

It has nothing to do with other mods, its this mod that is the problem. Just waiting on Pierre29200's reply for a resolution :)

Now it's fixed. There is an updated mod. See joined file.

Tell me it works for you now.

Regards,

Pierre
Pierre/Brest/Bretagne/France
PowerBook G4 1,5 Ghz/1 Go/160 Mo/Mac OS 10.4.8
NeoOffice 2.1
OpenOffice 2.1
Microsoft Word X Release 1
Seamonkey 1.1.1

Chuck

Hi, I tryied to install the mod.  It installed sucessfully except that the font size on my entire site got bigger.  There was a stray $txt['mp3'= 'mp3';  at the top of my board index page.

Pierre29200

#24
Quote from: Chuck on June 11, 2007, 10:21:04 PM
Hi, I tryied to install the mod.  It installed sucessfully except that the font size on my entire site got bigger.  There was a stray $txt['mp3'= 'mp3';  at the top of my board index page.
$txt['mp3'= 'mp3'  at the top of your board index page means a problem with carriage return in
Themes/languages/Modifications.<YourLang>.php
for example :
Themes/languages/Modifications.english.php

This file must be something like this :
<?php
// Version: 1.1; Modifications

$txt['myvideo'] = 'MyVideo insert Number';

$txt['youtube'] = 'YouTube';

$txt['dailymotion'] = 'DailyMotion';

$txt['mp3'] = 'mp3';

?>



So you can fix it unstalling mod, then editing this file and verifying there is at least these lignes :
<?php
// Version: 1.1; Modifications

?>



Let notice each ligne begins with :
$txt...

And then install again the mod.

Regards,

Pierre

Pierre/Brest/Bretagne/France
PowerBook G4 1,5 Ghz/1 Go/160 Mo/Mac OS 10.4.8
NeoOffice 2.1
OpenOffice 2.1
Microsoft Word X Release 1
Seamonkey 1.1.1

nitsua

i love this mod it works fine but, above avery page of my forum it displays this: $txt['mp3'] = 'mp3'; 

Pierre29200

#26
Quote from: nitsua on June 19, 2007, 03:06:59 PM
i love this mod it works fine but, above avery page of my forum it displays this: $txt['mp3'] = 'mp3';&nbsp;
As explained above it's only for one thing. The code of the file Themes/languages/Modifications.english.php if you are in english langage has a problem and it's very easy to correct. Please post this file here and i can correct it and post back.
But you can correct by yourself with an editor.
Be sure that the carriage return are in right place.
You must have something on that model :
<?php
// Version: 1.1; Modifications

$txt['myvideo'] = 'MyVideo insert Number';

$txt['youtube'] = 'YouTube';

$txt['dailymotion'] = 'DailyMotion';

$txt['mp3'] = 'mp3';

?>


Obvioulsy some lignes can be not present for your file and you can have some extra. But remember each lign must begin with
$txt[
and the three first lignes of this file are :
<?php
// Version: 1.1; Modifications

and the last lignes of this file is :

?>

Nothing else on this last line only two characters : ?>

This problem comes from your previous mod installations.

And with that you are sure to resolve it !

Here is an picture of the file Modifications.english.php :

Is english your language ?

Pierre
Pierre/Brest/Bretagne/France
PowerBook G4 1,5 Ghz/1 Go/160 Mo/Mac OS 10.4.8
NeoOffice 2.1
OpenOffice 2.1
Microsoft Word X Release 1
Seamonkey 1.1.1

Pierre29200

Quote from: nitsua on June 19, 2007, 03:06:59 PM
i love this mod it works fine but, above avery page of my forum it displays this: $txt['mp3'] = 'mp3'; 
Type this adress in semaonkey or firefox navigator :
view-source:http://rpgamer.auntlizzy.com/forum/Themes/default/languages/Modifications.english.php

And it's displayed :
$txt['mp3'] = 'mp3';

It means it miss :
at the beginning of your file Themes/default/languages/Modifications.english.php :
<?php
// Version: 1.1; Modifications

at the and of your file Themes/default/languages/Modifications.english.php

?>

If it's good you will have the same result that for my own forum :
view-source:http://forum.frequencebonheur.fr/Themes/default/languages/Modifications.english.php
displays nothing because there is no instruction for display in this file !

Pierre
Pierre/Brest/Bretagne/France
PowerBook G4 1,5 Ghz/1 Go/160 Mo/Mac OS 10.4.8
NeoOffice 2.1
OpenOffice 2.1
Microsoft Word X Release 1
Seamonkey 1.1.1

AllMassive

Hi - i'm using your MOD and its working fine so far.
Is there any chance that you modify the Flash-File to remove the 'Direct Download'-Podcast Button and would it be possible for you to 'scramble' the URL of the Mp3-Files in the Page-Source-Code?



gangsta


BigGunn

Quote from: AllMassive on June 22, 2007, 09:49:42 AM
Hi - i'm using your MOD and its working fine so far.
Is there any chance that you modify the Flash-File to remove the 'Direct Download'-Podcast Button and would it be possible for you to 'scramble' the URL of the Mp3-Files in the Page-Source-Code?

I would also like to know if the Podcast option can be removed. My forum is a music discussion forum and we want to just be able to provide short snippets of songs so people can preview before they buy. We don't want them to be able to download anything

Pierre29200

Try this customized version (without podcast) in joined file with this post :
http://www.simplemachines.org/community/index.php?topic=174907.msg1116110#msg1116110

Tell me if it works for you.


Pierre
Pierre/Brest/Bretagne/France
PowerBook G4 1,5 Ghz/1 Go/160 Mo/Mac OS 10.4.8
NeoOffice 2.1
OpenOffice 2.1
Microsoft Word X Release 1
Seamonkey 1.1.1

BigGunn

#32
I had to use one of the later versions because I was getting this:



So that file without the podcast option, would then make me have that error again.


This is the one I had to use to get the image to show up correctly:

Quote from: Pierre29200 on June 11, 2007, 02:16:24 AM
Quote from: locomotion182 on June 11, 2007, 01:50:37 AM
still nothing man = /
I uninsstalled the one i had, no problems

i uploaded the new one. installed it
now it doesnt even work on the preview

link of a post with the mp3 player
http://www.kenotiafans.com/forum/index.php/topic,93.new.html#new

here the code from the source
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="200" height="20" id="dewplayer" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/dewplayer.swf?son=http://kenotiafans.com/Photogragh.mp3&autostart=0&bgcolor=FFFFFF" /><param name="quality" value="high" /><param name="bgcolor" value="FFFFFF" /><embed src="/dewplayer.swf?son=http://kenotiafans.com/Photogragh.mp3&autostart=0&bgcolor=FFFFFF" quality="high" bgcolor="FFFFFF" width="200" height="20" name="dewplayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object> <a href="http://kenotiafans.com/Photogragh.mp3"><img align="absbottom" style="text-decoration: none;border: none;" src="/Themes/default/images/podcast.gif" alt="Podcast"></a>
Sorry !
I try that new version on two servers :
http://forum.frequencebonheur.fr/index.php/topic,282.0.html
http://forumpsycho.ovh.org/index.php/topic,282.0.html
with simplified url and here it works.
Unfortunately you server don't works with the same way.

So in this part of the code :
Quote<file name="$sourcedir/Subs.php">
      <operation>
         <search position="before"><![CDATA[
         array(
            'tag' => 'hr',
            'type' => 'closed',
            'content' => '<hr />',
            'block_level' => true,
         ),
]]></search>
         <add><![CDATA[
         array(            
         'tag' => 'mp3',            
         'type' => 'unparsed_commas_content',            
         'test' => '\d+,\d+,0|1,center|left|right\]',            
         'content' => '$1',            
         'validate' => create_function('&$tag, &$data, $disabled', '                        
         if (!isset($disabled[\'mp3\'])) {            
         if (strpos($data[0], \'|\') === false)
         {            
         $data[0] = "<p style=\"color: #000000;font-family: Arial, sans-serif;font-size: 11px;font-weight: normal;text-align: $5;text-decoration: none;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"$2\" height=\"$3\" id=\"dewplayer\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"/dewplayer.swf?son=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&bgcolor=FFFFFF\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"FFFFFF\" /><embed src=\"/dewplayer.swf?son=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&bgcolor=FFFFFF\" quality=\"high\" bgcolor=\"FFFFFF\" width=\"$2\" height=\"$3\" name=\"dewplayer\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed></object> <a href=\"".strtr($data[0], array(\'<br />\' => \'\'))."\"><img align=\"absbottom\" style=\"text-decoration: none;border: none;\" src=\"/Themes/default/images/podcast.gif\" alt=\"Podcast\"></a><br></p>";
         } else {
         $data[0] = "<p style=\"color: #000000;font-family: Arial, sans-serif;font-size: 11px;font-weight: normal;text-align: $5;text-decoration: none;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"$2\" height=\"$3\" id=\"dewplayer\" align=\"middle\"><param name=\"wmode\" value=\"transparent\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"/dewplayer-multi.swf?mp3=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&showtime=1&bgcolor=FFFFFF\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"FFFFFF\" /><embed src=\"/dewplayer-multi.swf?mp3=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&showtime=1&bgcolor=FFFFFF\" quality=\"high\" bgcolor=\"FFFFFF\" width=\"$2\" height=\"$3\" name=\"dewplayer\" wmode=\"transparent\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed></object></p>";            
         }
         } else {
         $tag[\'content\'] = \'$1\';
         }            
         '),            
         'block_level' => true,            
         'disabled_content' => '<a href="$1" target="_blank">$1</a>',         
         ),
]]></add>
      </operation>
   </file>

If adding / before files does not work anywhere, it is necessary to add the variable $boarddir before files.
Unfortunately, it doesn't work
.
Does somebody knows what is the right syntax or what is the way to introduce the full path name before files ?

Actually in red in the code, we have :
/dewplayer.swf
We can think that with $boarddir/dewplayer.swf
the problem is solved, but it is not.

Actually i have no idea to fix it :-[

Who know how to do ?

Waiting solution, it is possible to install manually writing your full absolute url before code in red color in the&nbsp; mp3_flash_player_bbc_xhtml_1.0.xml file.
For example for my site i have to write :
Quote<file name="$sourcedir/Subs.php">
      <operation>
         <search position="before"><![CDATA[
         array(
            'tag' => 'hr',
            'type' => 'closed',
            'content' => '<hr />',
            'block_level' => true,
         ),
]]></search>
         <add><![CDATA[
         array(            
         'tag' => 'mp3',            
         'type' => 'unparsed_commas_content',            
         'test' => '\d+,\d+,0|1,center|left|right\]',            
         'content' => '$1',            
         'validate' => create_function('&$tag, &$data, $disabled', '                        
         if (!isset($disabled[\'mp3\'])) {            
         if (strpos($data[0], \'|\') === false)
         {            
         $data[0] = "<p style=\"color: #000000;font-family: Arial, sans-serif;font-size: 11px;font-weight: normal;text-align: $5;text-decoration: none;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"$2\" height=\"$3\" id=\"dewplayer\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"http://forum.frequencebonheur.fr/dewplayer.swf?son=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&bgcolor=FFFFFF\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"FFFFFF\" /><embed src=\"http://forum.frequencebonheur.fr/dewplayer.swf?son=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&bgcolor=FFFFFF\" quality=\"high\" bgcolor=\"FFFFFF\" width=\"$2\" height=\"$3\" name=\"dewplayer\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed></object> <a href=\"".strtr($data[0], array(\'<br />\' => \'\'))."\"><img align=\"absbottom\" style=\"text-decoration: none;border: none;\" src=\"http://forum.frequencebonheur.fr/Themes/default/images/podcast.gif\" alt=\"Podcast\"></a><br></p>";
         } else {
         $data[0] = "<p style=\"color: #000000;font-family: Arial, sans-serif;font-size: 11px;font-weight: normal;text-align: $5;text-decoration: none;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"$2\" height=\"$3\" id=\"dewplayer\" align=\"middle\"><param name=\"wmode\" value=\"transparent\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"http://forum.frequencebonheur.fr/dewplayer-multi.swf?mp3=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&showtime=1&bgcolor=FFFFFF\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"FFFFFF\" /><embed src=\"http://forum.frequencebonheur.fr/dewplayer-multi.swf?mp3=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&showtime=1&bgcolor=FFFFFF\" quality=\"high\" bgcolor=\"FFFFFF\" width=\"$2\" height=\"$3\" name=\"dewplayer\" wmode=\"transparent\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed></object></p>";            
         }
         } else {
         $tag[\'content\'] = \'$1\';
         }            
         '),            
         'block_level' => true,            
         'disabled_content' => '<a href="$1" target="_blank">$1</a>',         
         ),
]]></add>
      </operation>
   </file>

In joined file a special customised version for locomotion182 only. I put in the mod his absolute url.

Pierre

BigGunn

Quote from: Pierre29200 on June 11, 2007, 02:16:24 AM
Quote from: locomotion182 on June 11, 2007, 01:50:37 AM
still nothing man = /
I uninsstalled the one i had, no problems

i uploaded the new one. installed it
now it doesnt even work on the preview

link of a post with the mp3 player
http://www.kenotiafans.com/forum/index.php/topic,93.new.html#new

here the code from the source
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="200" height="20" id="dewplayer" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/dewplayer.swf?son=http://kenotiafans.com/Photogragh.mp3&autostart=0&bgcolor=FFFFFF" /><param name="quality" value="high" /><param name="bgcolor" value="FFFFFF" /><embed src="/dewplayer.swf?son=http://kenotiafans.com/Photogragh.mp3&autostart=0&bgcolor=FFFFFF" quality="high" bgcolor="FFFFFF" width="200" height="20" name="dewplayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object> <a href="http://kenotiafans.com/Photogragh.mp3"><img align="absbottom" style="text-decoration: none;border: none;" src="/Themes/default/images/podcast.gif" alt="Podcast"></a>
Sorry !
I try that new version on two servers :
http://forum.frequencebonheur.fr/index.php/topic,282.0.html
http://forumpsycho.ovh.org/index.php/topic,282.0.html
with simplified url and here it works.
Unfortunately you server don't works with the same way.

So in this part of the code :
Quote<file name="$sourcedir/Subs.php">
      <operation>
         <search position="before"><![CDATA[
         array(
            'tag' => 'hr',
            'type' => 'closed',
            'content' => '<hr />',
            'block_level' => true,
         ),
]]></search>
         <add><![CDATA[
         array(            
         'tag' => 'mp3',            
         'type' => 'unparsed_commas_content',            
         'test' => '\d+,\d+,0|1,center|left|right\]',            
         'content' => '$1',            
         'validate' => create_function('&$tag, &$data, $disabled', '                        
         if (!isset($disabled[\'mp3\'])) {            
         if (strpos($data[0], \'|\') === false)
         {            
         $data[0] = "<p style=\"color: #000000;font-family: Arial, sans-serif;font-size: 11px;font-weight: normal;text-align: $5;text-decoration: none;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"$2\" height=\"$3\" id=\"dewplayer\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"/dewplayer.swf?son=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&bgcolor=FFFFFF\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"FFFFFF\" /><embed src=\"/dewplayer.swf?son=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&bgcolor=FFFFFF\" quality=\"high\" bgcolor=\"FFFFFF\" width=\"$2\" height=\"$3\" name=\"dewplayer\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed></object> <a href=\"".strtr($data[0], array(\'<br />\' => \'\'))."\"><img align=\"absbottom\" style=\"text-decoration: none;border: none;\" src=\"/Themes/default/images/podcast.gif\" alt=\"Podcast\"></a><br></p>";
         } else {
         $data[0] = "<p style=\"color: #000000;font-family: Arial, sans-serif;font-size: 11px;font-weight: normal;text-align: $5;text-decoration: none;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"$2\" height=\"$3\" id=\"dewplayer\" align=\"middle\"><param name=\"wmode\" value=\"transparent\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"/dewplayer-multi.swf?mp3=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&showtime=1&bgcolor=FFFFFF\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"FFFFFF\" /><embed src=\"/dewplayer-multi.swf?mp3=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&showtime=1&bgcolor=FFFFFF\" quality=\"high\" bgcolor=\"FFFFFF\" width=\"$2\" height=\"$3\" name=\"dewplayer\" wmode=\"transparent\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed></object></p>";            
         }
         } else {
         $tag[\'content\'] = \'$1\';
         }            
         '),            
         'block_level' => true,            
         'disabled_content' => '<a href="$1" target="_blank">$1</a>',         
         ),
]]></add>
      </operation>
   </file>

If adding / before files does not work anywhere, it is necessary to add the variable $boarddir before files.
Unfortunately, it doesn't work
.
Does somebody knows what is the right syntax or what is the way to introduce the full path name before files ?

Actually in red in the code, we have :
/dewplayer.swf
We can think that with $boarddir/dewplayer.swf
the problem is solved, but it is not.

Actually i have no idea to fix it :-[

Who know how to do ?

Waiting solution, it is possible to install manually writing your full absolute url before code in red color in the&nbsp; mp3_flash_player_bbc_xhtml_1.0.xml file.
For example for my site i have to write :
Quote<file name="$sourcedir/Subs.php">
      <operation>
         <search position="before"><![CDATA[
         array(
            'tag' => 'hr',
            'type' => 'closed',
            'content' => '<hr />',
            'block_level' => true,
         ),
]]></search>
         <add><![CDATA[
         array(            
         'tag' => 'mp3',            
         'type' => 'unparsed_commas_content',            
         'test' => '\d+,\d+,0|1,center|left|right\]',            
         'content' => '$1',            
         'validate' => create_function('&$tag, &$data, $disabled', '                        
         if (!isset($disabled[\'mp3\'])) {            
         if (strpos($data[0], \'|\') === false)
         {            
         $data[0] = "<p style=\"color: #000000;font-family: Arial, sans-serif;font-size: 11px;font-weight: normal;text-align: $5;text-decoration: none;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"$2\" height=\"$3\" id=\"dewplayer\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"http://forum.frequencebonheur.fr/dewplayer.swf?son=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&bgcolor=FFFFFF\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"FFFFFF\" /><embed src=\"http://forum.frequencebonheur.fr/dewplayer.swf?son=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&bgcolor=FFFFFF\" quality=\"high\" bgcolor=\"FFFFFF\" width=\"$2\" height=\"$3\" name=\"dewplayer\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed></object> <a href=\"".strtr($data[0], array(\'<br />\' => \'\'))."\"><img align=\"absbottom\" style=\"text-decoration: none;border: none;\" src=\"http://forum.frequencebonheur.fr/Themes/default/images/podcast.gif\" alt=\"Podcast\"></a><br></p>";
         } else {
         $data[0] = "<p style=\"color: #000000;font-family: Arial, sans-serif;font-size: 11px;font-weight: normal;text-align: $5;text-decoration: none;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"$2\" height=\"$3\" id=\"dewplayer\" align=\"middle\"><param name=\"wmode\" value=\"transparent\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"http://forum.frequencebonheur.fr/dewplayer-multi.swf?mp3=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&showtime=1&bgcolor=FFFFFF\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"FFFFFF\" /><embed src=\"http://forum.frequencebonheur.fr/dewplayer-multi.swf?mp3=".strtr($data[0], array(\'<br />\' => \'\'))."&autostart=$4&showtime=1&bgcolor=FFFFFF\" quality=\"high\" bgcolor=\"FFFFFF\" width=\"$2\" height=\"$3\" name=\"dewplayer\" wmode=\"transparent\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed></object></p>";            
         }
         } else {
         $tag[\'content\'] = \'$1\';
         }            
         '),            
         'block_level' => true,            
         'disabled_content' => '<a href="$1" target="_blank">$1</a>',         
         ),
]]></add>
      </operation>
   </file>

In joined file a special customised version for locomotion182 only. I put in the mod his absolute url.

Pierre

At least I think that's the one I ended up using, might have been the one you posted right after that. Maybe it was. I'm not sure.

Pierre29200

Quote from: BigGunn on June 26, 2007, 10:51:58 AM
At least I think that's the one I ended up using, might have been the one you posted right after that. Maybe it was. I'm not sure.

Lucky man, here is mp3 Flash Player BBC Tag version with absolute url without podcast in joined file.

Enjoy !

Pierre
Pierre/Brest/Bretagne/France
PowerBook G4 1,5 Ghz/1 Go/160 Mo/Mac OS 10.4.8
NeoOffice 2.1
OpenOffice 2.1
Microsoft Word X Release 1
Seamonkey 1.1.1

BigGunn

1.     Execute Modification     mp3_flash_player_bbc_xhtml_1.0.xml     Modification parse error
2.    Execute Modification    -    Modification parse error

any ideas?

Pierre29200

Quote from: BigGunn on June 26, 2007, 01:38:33 PM
1.     Execute Modification     mp3_flash_player_bbc_xhtml_1.0.xml     Modification parse error
2.    Execute Modification    -    Modification parse error
any ideas?
Quote from: BigGunn on June 26, 2007, 01:38:33 PM
1.     Execute Modification     mp3_flash_player_bbc_xhtml_1.0.xml     Modification parse error
2.    Execute Modification    -    Modification parse error

any ideas?
I take time to verify on my own site and the installation works right.
You can see result here :
http://psychostages.org/forum/index.php?topic=7.msg9#new

So, i don't know what is problem.

How do you proceed to uninstall the previous version ?

Have you warning before uninstallation ?

Have you erased the previous version after uninstall ?

You can install manually using :

http://modparser.dev.dansoftaustralia.net/

as soon it works again...

It's very easy to use...

Pierre
Pierre/Brest/Bretagne/France
PowerBook G4 1,5 Ghz/1 Go/160 Mo/Mac OS 10.4.8
NeoOffice 2.1
OpenOffice 2.1
Microsoft Word X Release 1
Seamonkey 1.1.1

BigGunn

#37
that site is down or something, but yeah... after doing some research here on the forums, it looks like it's SMF's package manager in conflict with my php.

*sigh*

I think I'm just gonna switch back to phpBB or something. This is ridiculous.

EDIT: K... after millions of attempts I finally got it working. Turned out to be a problem with my host that has since been resolved.

Mod now works great!


ManilaGurL

#39
Help, was able to install the mod successfully, but it's not working.
When I click on play, nothing happens. All I see is a question
mark inside the player. You think it has something to do with the
link or the site wherein I uploaded the mp3? ::)


Do you know a site where I can upload my mp3s?


Advertisement: