The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Music Player

5 posters

Page 1 of 2 1, 2  Next

Go down

Music Player Empty Music Player

Post by Shahin912 April 21st 2009, 2:16 am

I made a HTML for my music player but it wont show in my widget section. The shoutbox worked perfectly fine but the music player wont show.... bwi
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by MrMega April 21st 2009, 3:15 am

Try it again and save.
MrMega
MrMega
Forumember

Male Posts : 981
Reputation : 11
Language : English, Polish, HTML, BBCode
Location : New York, United States

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 3:19 am

nope, still not working....
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Sanket April 21st 2009, 5:47 pm

can you post the code?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 9:24 pm

here:
<div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450px;"> <object width="435" height="270"> <param name="movie" value="http://www.profileplaylist.net/mc/mp3player_new.swf"></param> <param name="allowscriptaccess" value="never"></param> <param name="wmode" value="transparent"></param> <param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http%3A%2F%2Fwww.indimusic.us%2Floadplaylist.php%3Fplaylist%3D62458511%26t%3D1240260231&amp;wid=os"></param> <embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http://www.indimusic.us/loadplaylist.php?playlist=62458511&t=1240260231&amp;wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/> </object> <br/> <a href="http://www.profileplaylist.net"><img src="http://www.profileplaylist.net/mc/images/create_black.jpg" border="0" alt="Get a playlist!"/></a> <a href="http://www.mysocialgroup.com/standalone/62458511" target="_blank"><img src="http://www.profileplaylist.net/mc/images/launch_black.jpg" border="0" alt="Standalone player"/></a> <a href="http://www.mysocialgroup.com/download/62458511"><img src="http://www.profileplaylist.net/mc/images/get_black.jpg" border="0" alt="Get Ringtones"/></a> </div>
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by RoNo April 21st 2009, 10:50 pm

Hi guys... your player works with the code below > Example

Try it
Code:
<div align='center'><object width="435" height="270"> <param name="movie" value="http://www.profileplaylist.net/mc/mp3player_new.swf"></param> <param name="allowscriptaccess" value="never"></param> <param name="wmode" value="transparent"></param> <param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http%3A%2F%2Fwww.indimusic.us%2Floadplaylist.php%3Fplaylist%3D62458511%26t%3D1240260231&amp;wid=os"></param> <embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http://www.indimusic.us/loadplaylist.php?playlist=62458511&t=1240260231&amp;wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/> </object></div>
Some playlist.com players load slower than others.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 10:52 pm

RoNo wrote:Hi guys... your player works with the code below > Example

Try it
Code:
<div align='center'><object width="435" height="270"> <param name="movie" value="http://www.profileplaylist.net/mc/mp3player_new.swf"></param> <param name="allowscriptaccess" value="never"></param> <param name="wmode" value="transparent"></param> <param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http%3A%2F%2Fwww.indimusic.us%2Floadplaylist.php%3Fplaylist%3D62458511%26t%3D1240260231&amp;wid=os"></param> <embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http://www.indimusic.us/loadplaylist.php?playlist=62458511&t=1240260231&amp;wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/> </object></div>
Some playlist.com players load slower than others.

no, its not about loading. its about the Widget not showing. If the widget is not showing then i cant place it in my portal...... Evil or Very Mad
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by RoNo April 21st 2009, 11:07 pm

Oh no Shocked Sorry. See if this info helps > forum-widgets
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Music Player Empty Re: Music Player

Post by Pandemic April 21st 2009, 11:13 pm

    I use a similar code but i only use it on my portal.
    If you want it on each and every page of your forum (on your COMPLETE forum)
    Then fallow these steps:
      Administration Panel
        Modules
          Forum widgets management
            Display forum widgets: Music Player Type_subli Yes
              Width column 1 (left): 0
              (you can put this on 0 since you only got 2 songs in there, if you want more songs in there and want people to select their own songs you can put this at 180 or 200 or such)
                Scroll down to "Forum widgets management"
                  Music Player Editer Create a custom block
                    Widget name: Music Player
                    Use a table type*: No
                    Widget Title: Music Player
                    Widget Source:
                    Code:
                        <div align='center'><object width="435" height="270"> <param name="movie" value="http://www.profileplaylist.net/mc/mp3player_new.swf"></param> <param name="allowscriptaccess" value="never"></param> <param name="wmode" value="transparent"></param> <param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&mywidth=435&myheight=270&playlist_url=http%3A%2F%2Fwww.indimusic.us%2Floadplaylist.php%3Fplaylist%3D62458511%26t%3D1240260231&wid=os"></param> <embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&mywidth=435&myheight=270&playlist_url=http://www.indimusic.us/loadplaylist.php?playlist=62458511&t=1240260231&wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/> </object></div>
                      Save
                        goto "Personal Widgets"
                          Drag the widget with the name "Music Player" to the box on the left side of "Your forum content will be here."
                            save
    If you got your playlist on "auto play" then your songs will automatically be played on every page they enter however the song will start over each time you go to a different page.

    Personally i prefer to use it only on the portal page and if people want to listen to the music then they can just click on "index" and it will automatically open up a new tab.

    This does work and if it does not work with you then your doing something wrong because anyone fallowing these steps should be able to get it working.


    ~edit
    If you want it on your portal page then instead of going to "Forum widgets management" go to "Portal management" and then (since you have a portal already) click on "Structure" at your portal name action.
    The same music player widget you created using those steps is available at the personal widgets there as well since its already been created.
    Then just drag it into the place where you want it to show up.

    Be cautious about your player size though, you might want to check the code and resize the width of your player to somewhere around 240 because otherwise it will jack up your portal sizes.


Last edited by Pandemic on April 21st 2009, 11:54 pm; edited 3 times in total
Pandemic
Pandemic
New Member

Posts : 20
Reputation : 0
Language : dutch

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 11:16 pm

on the link you give me, it says go to here:

Go to the homepage message (Display / Homepage / Configuration) and paste the code below into the homepage message box:


but there is nothing called "homepage". but there is a tab called homepage then there is Generalities, Structure and hierarchy, and Headers & Navigation
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Pandemic April 21st 2009, 11:19 pm

i edited my post, fallow that and you should be ok.
Pandemic
Pandemic
New Member

Posts : 20
Reputation : 0
Language : dutch

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 11:20 pm

Pandemic wrote:
    I use a similar code but i only use it on my portal.
    If you want it on each and every page of your forum (on your COMPLETE forum)
    Then fallow these steps:
      Administration Panel
        Modules
          Forum widgets management
            Display forum widgets: Music Player Type_subli Yes
              Width column 1 (left): 0
              (you can put this on 0 since you only got 2 songs in there, if you want more songs in there and want people to select their own songs you can put this at 180 or 200 or such)
                Scroll down to "Forum widgets management"
                  Music Player Editer Create a custom block
                    Widget name: Music Player
                    Use a table type*: No
                    Widget Title: Music Player
                    Widget Source:
                    Code:
                        <div align='center'><object width="435" height="270"> <param name="movie" value="http://www.profileplaylist.net/mc/mp3player_new.swf"></param> <param name="allowscriptaccess" value="never"></param> <param name="wmode" value="transparent"></param> <param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&mywidth=435&myheight=270&playlist_url=http%3A%2F%2Fwww.indimusic.us%2Floadplaylist.php%3Fplaylist%3D62458511%26t%3D1240260231&wid=os"></param> <embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&mywidth=435&myheight=270&playlist_url=http://www.indimusic.us/loadplaylist.php?playlist=62458511&t=1240260231&wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/> </object></div>
                      Save
                        goto "Personal Widgets"
                          Drag the widget with the name "Music Player" to the box on the left side of "Your forum content will be here."
                            save
    If you got your playlist on "auto play" then your songs will automatically be played on every page they enter however the song will start over each time you go to a different page.

    Personally i prefer to use it only on the portal page and if people want to listen to the music then they can just click on "index" and it will automatically open up a new tab.

    This does work and if it does not work with you then your doing something wrong because anyone fallowing these steps should be able to get it working.


    ~edit
    If you want it on your portal page then instead of going to "Forum widgets management" go to "Portal management" and then (since you have a portal already) click on "Structure" at your portal name action.
    The same music player widget you created using those steps is available at the personal widgets there as well since its already been created.
    Then just drag it into the place where you want it to show up.

    Be cautious about your player size though, you might want to check the code and resize the width of your player to somewhere around 240 because otherwise it will jack up your portal sizes.


Thankkkkkkkk you sooo much..... :wouhou: :wouhou: :wouhou:


problem solved.
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Pandemic April 21st 2009, 11:22 pm

your welcome Hello
Pandemic
Pandemic
New Member

Posts : 20
Reputation : 0
Language : dutch

Back to top Go down

Music Player Empty Re: Music Player

Post by RoNo April 21st 2009, 11:25 pm

Great!
Re: the other "homepage" application it's...
Admin Panel > Display > Generalities > Homepage Message (content)
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 11:26 pm

how do i add music if i wanted to?
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 11:26 pm

do i have to go to playlist.com or can i just add it in my forum?
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Pandemic April 21st 2009, 11:28 pm

no if you want to add music you can just add it to the playlist.com playlist you have and it will automatically be updated on to your portal widget.
(atleast thats what its doing for me but i messed around in the code itself so could be i did something in there but i doubt it hehe)
It should auto update.

Whats your forum anyway?
Pandemic
Pandemic
New Member

Posts : 20
Reputation : 0
Language : dutch

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 11:31 pm

what do you mean?

my forum is from forum motion...
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Pandemic April 21st 2009, 11:34 pm

yeah i know but what is the link to your forum hehe.

about the playlist, just update the playlist at playlist.com and it will automatically change on your forum.

This is my forum btw, it also uses the playlist code your using.
Currently it holds 100 songs.

Its a "work in progress" due to some problems i had with my old one.


Last edited by Pandemic on April 21st 2009, 11:37 pm; edited 1 time in total
Pandemic
Pandemic
New Member

Posts : 20
Reputation : 0
Language : dutch

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 11:37 pm

this is mine:

http://nbafantasyexpert.forum-motion.com/forum.htm


but how do i make the portal my homepage, currently, my homepage is the forum...
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Pandemic April 21st 2009, 11:38 pm

ooh thats simple hehe, just remove the last part of the link you posted there "/forum.htm"
use this
http://nbafantasyexpert.forum-motion.com/
Pandemic
Pandemic
New Member

Posts : 20
Reputation : 0
Language : dutch

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 11:40 pm

how much do i have to pay to take the forum-motion out of my website?
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Pandemic April 21st 2009, 11:43 pm

ooh i dont know about that one, try to look at:
    admin portal - Forum Address - Personalized domain name
perhaps you can get more info from there.
Pandemic
Pandemic
New Member

Posts : 20
Reputation : 0
Language : dutch

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 11:44 pm

nah, it doesnt say anything about it....

i think its 7 euro to buy the website....i think...
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Pandemic April 21st 2009, 11:47 pm

no idea really hehe, but this is turning into a chat session Razz
I think your problem is solved Smile Wink
good luck with your forum Shahin.
Pandemic
Pandemic
New Member

Posts : 20
Reputation : 0
Language : dutch

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 21st 2009, 11:51 pm

yep Smile
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by RoNo April 22nd 2009, 2:27 am

One more thing about the playlist player Shahin912.
Clicking to enter a forum turns off a portal player by changing pages.
If you're interested in listening to music while you browse the forum
I've added a popout player link to the bottom of your player code > Example

[ player with true popout link added ]
Code:
<div align='center'><object width="435" height="270"> <param name="movie" value="http://www.profileplaylist.net/mc/mp3player_new.swf"></param> <param name="allowscriptaccess" value="never"></param> <param name="wmode" value="transparent"></param> <param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http%3A%2F%2Fwww.indimusic.us%2Floadplaylist.php%3Fplaylist%3D62458511%26t%3D1240260231&amp;wid=os"></param> <embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_black.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http://www.indimusic.us/loadplaylist.php?playlist=62458511&t=1240260231&amp;wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/> </object></div><br />
<div align="center" style=""><font style="" face="times new roman"><font style="" size="3"><font color=""><i>Listen While You Browse</i></font></font></font>&nbsp;&nbsp;<a href="http://www.mysocialgroup.com/standalone/62458511" target="popup20" title="NBA Fantasy Popup Player" onclick="window.open('http://www.mysocialgroup.com/standalone/62458511', 'popup20', 'width=500,height=400,height=200,left=150,top=250,scrollbars=yes'); return false"><img height="12" border="0" width="12" src="http://i40.tinypic.com/dvrns9.jpg" alt="NBA Fantasy Popup Player" title="Popup Tunes" /></a> <a href="http://www.mysocialgroup.com/standalone/62458511" target="popup20" title="NBA Fantasy Popup Player" onclick="window.open('http://www.mysocialgroup.com/standalone/62458511', 'popup20', 'width=500,height=400,height=200,left=150,top=250,scrollbars=yes'); return false"><font style="" face="times new roman"><font style="" size="3"><font color=""><i>Popout Version Of This Player</i></font></font></font></a></div><br />


Last edited by RoNo on April 22nd 2009, 2:43 am; edited 1 time in total
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 22nd 2009, 2:33 am

d


Last edited by Shahin912 on April 22nd 2009, 2:35 am; edited 1 time in total
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by Shahin912 April 22nd 2009, 2:34 am

d
avatar
Shahin912
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

Music Player Empty Re: Music Player

Post by RoNo April 22nd 2009, 2:36 am

It's all forums... happens everyday at this time. Must be a backup in progress.
Try again in a few minutes.


Last edited by RoNo on April 22nd 2009, 2:40 am; edited 1 time in total
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum