Jump to content


0
- - - - -

MOD Inline Concepta V2 Mp3 Player


34 replies to this topic

#21 EchelonOne

    Administrator

  • Echelon Masters
  • 241 posts
  • LocationEngland
  • Your Forum Type:Invision Board
  • What Applications do you use?:Photoshop CS3, Photoshop CS4, Flash CS3, Flash CS4

Posted 26 August 2010 - 12:56 AM

Hi dilbert,

Can you show me a thread where it is being used, then I can see what we can do to fix the issue.

Regards,
X-Platform Modification Developers - Custom Coding & Design
Posted Image


#22 wendolm

    DP Member

  • Members
  • 73 posts
  • Locationtwitter.com/yourghost
  • What Applications do you use?:Photoshop CS4

Posted 31 August 2010 - 11:52 AM

I changed this: Disable BB Code Within This BB Code: Yes - took out the
[url] xxxx/mp3[/url]
] and it started to work! Would be great to add far more links though! :)

#23 kf4eok

    Beginner

  • Premium Member
  • 3 posts

Posted 23 September 2010 - 07:44 PM

I have the player working but when I click the play button I have no sound and the status bar dosent move.here is the link
My link

I also had a error when making the bb code. here is the error mesage.

The following BB Code replacement may not be properly formed. All HTML attributes should be enclosed within double quotes.
<object type="application/x-shockwave-flash" data="/concepta_mp3.swf" id="concepta_mp3" height="100" width="365"> <param name="movie" value="http:/thestarquestclub.com/forums/concepta_mp3.swf"> <param name="FlashVars" value="&stream=true&vb4mp3={param}"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object>

Here is what I entered.

<object type="application/x-shockwave-flash" data="/concepta_mp3.swf" id="concepta_mp3" height="100" width="365">
<param name="movie" value="http:/thestarquestclub.com/forums/concepta_mp3.swf">
<param name="FlashVars" value="&stream=true&vb4mp3={param}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>

#24 kf4eok

    Beginner

  • Premium Member
  • 3 posts

Posted 23 September 2010 - 08:03 PM

[quote name='kf4eok' timestamp='1285271091' post='204465']
I have the player working but when I click the play button I have no sound and the status bar dosent move.here is the link
[url="http://thestarquestclub.com/forums/t222/"]My link[/url]

I also had a error when making the bb code. here is the error mesage.

The following BB Code replacement may not be properly formed. All HTML attributes should be enclosed within double quotes.
<object type="application/x-shockwave-flash" data="/concepta_mp3.swf" id="concepta_mp3" height="100" width="365"> <param name="movie" value="http:/thestarquestclub.com/forums/concepta_mp3.swf"> <param name="FlashVars" value="&stream=true&vb4mp3={param}"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object>

Here is what I entered.

<object type="application/x-shockwave-flash" data="/concepta_mp3.swf" id="concepta_mp3" height="100" width="365">
<param name="movie" value="http:/thestarquestclub.com/forums/concepta_mp3.swf">
<param name="FlashVars" value="&stream=true&vb4mp3={param}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>
[/quote]
I fugured it out. For some reason the editor added the url tags around the file, I removed the url tags and it seems to work now.

#25 EchelonOne

    Administrator

  • Echelon Masters
  • 241 posts
  • LocationEngland
  • Your Forum Type:Invision Board
  • What Applications do you use?:Photoshop CS3, Photoshop CS4, Flash CS3, Flash CS4

Posted 23 September 2010 - 09:19 PM

View Postkf4eok, on 23 September 2010 - 08:03 PM, said:

I fugured it out. For some reason the editor added the url tags around the file, I removed the url tags and it seems to work now.

Hi,

What happens is that the url bbcode is being parsed within the main bbcode, therefore you need to check both of these settings are correct, this will rectify the issue.

Disable BB Code Within This BB Code: Yes
Disable Smilies Within This BB Code: Yes


Hope that helps!
X-Platform Modification Developers - Custom Coding & Design
Posted Image


#26 kf4eok

    Beginner

  • Premium Member
  • 3 posts

Posted 24 September 2010 - 07:41 AM

View PostEchelonOne, on 23 September 2010 - 09:19 PM, said:

Hi,

What happens is that the url bbcode is being parsed within the main bbcode, therefore you need to check both of these settings are correct, this will rectify the issue.

Disable BB Code Within This BB Code: Yes
Disable Smilies Within This BB Code: Yes


Hope that helps!
Thanks that did the trick, it works well now.

#27 Nasreddine

    Beginner

  • Members
  • 3 posts

Posted 24 October 2010 - 07:08 AM

Hi all,
I have installed the modification to play mp3 files in my forum. But unfortunately the player didn't appear on the post. Is there any solution ?

#28 EchelonOne

    Administrator

  • Echelon Masters
  • 241 posts
  • LocationEngland
  • Your Forum Type:Invision Board
  • What Applications do you use?:Photoshop CS3, Photoshop CS4, Flash CS3, Flash CS4

Posted 24 October 2010 - 11:03 AM

Hi,
Try the following code, just change the yourdoamin.com to whatever yours is, it needs to be the full url.

<object type="application/x-shockwave-flash" data="/concepta_mp3.swf" id="concepta_mp3" height="100" width="365"> 
<param name="movie" value="http://www.youdomain.com/concepta_mp3.swf"> 
<param name="FlashVars" value="&stream=true&vb4mp3={param}"> 
<param name="quality" value="high"> 
<param name="menu" value="false"> 
<param name="wmode" value="transparent"> 
</object>

X-Platform Modification Developers - Custom Coding & Design
Posted Image


#29 Nasreddine

    Beginner

  • Members
  • 3 posts

Posted 24 October 2010 - 05:47 PM

Thanks for replay.
Same problem, I have used v1 before and the player was appear but didn't plays the mp3 file.
With this version the player doesn't appear totally. Is there a solution ?

#30 EchelonOne

    Administrator

  • Echelon Masters
  • 241 posts
  • LocationEngland
  • Your Forum Type:Invision Board
  • What Applications do you use?:Photoshop CS3, Photoshop CS4, Flash CS3, Flash CS4

Posted 24 October 2010 - 08:33 PM

Hi,

PM me your boards url and I'll check the source code. Make sure it's a post that contains an mp3 file.

Regards,
X-Platform Modification Developers - Custom Coding & Design
Posted Image


#31 Nasreddine

    Beginner

  • Members
  • 3 posts

Posted 28 October 2010 - 06:58 AM

I thank that there is a problem with the script, I tried to explore this urlby kf4eok. I thank that he has the same problem. however have sent you my websiteurl.

#32 wendolm

    DP Member

  • Members
  • 73 posts
  • Locationtwitter.com/yourghost
  • What Applications do you use?:Photoshop CS4

Posted 12 November 2010 - 01:23 PM

Any update, Les? :)

View Postwendolm, on 21 May 2010 - 03:23 PM, said:

any chance of a full scale 'jukebox' where folks can add links?


#33 EchelonOne

    Administrator

  • Echelon Masters
  • 241 posts
  • LocationEngland
  • Your Forum Type:Invision Board
  • What Applications do you use?:Photoshop CS3, Photoshop CS4, Flash CS3, Flash CS4

Posted 17 November 2010 - 07:57 PM

View Postwendolm, on 21 May 2010 - 03:23 PM, said:

any chance of a full scale 'jukebox' where folks can add links?

This is one area that will not be added. The feature would not be of benefit to this actual modification and will be introduced in a new mp3 player with built-in playlist where users and admin can add their own mp3's, while permissions will prevent certain usergroups from adding or editing tracks.

Regards,
X-Platform Modification Developers - Custom Coding & Design
Posted Image


#34 wendolm

    DP Member

  • Members
  • 73 posts
  • Locationtwitter.com/yourghost
  • What Applications do you use?:Photoshop CS4

Posted 18 November 2010 - 11:31 AM

thx for the reply....any timeline for the new MP3 player? :)

#35 wendolm

    DP Member

  • Members
  • 73 posts
  • Locationtwitter.com/yourghost
  • What Applications do you use?:Photoshop CS4

Posted 25 October 2011 - 12:49 PM

Hi Les...the player still works fine on 4.1.7...demo at my site:
http://topicm.co.uk/...yle-Wild-Horses

any update on the new player yet, please?:)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users