resource files on myspace, using notepad on your computer to update a "news" section |
resource files on myspace, using notepad on your computer to update a "news" section |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 628,712 ![]() |
does anyone know if you can code myspace to refer to a file (eg. notepad document) that's saved to an FTP site to update your notes.
Would allow you to change the news section on your myspace simply by changing the notepad document on your computer and uploading it to your ftp site. your myspace site would refer to that file for it's text. Posible?? Also, it seems that it's almost impossible to have a myspace music player on your band's page if your using a div layout approach. however bandspace-designed sites are using them fine. any ideas why everyone has so much trouble (including myself)?? Thanks! |
|
|
![]() |
![]()
Post
#2
|
|
![]() Resource Center Tyrant ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,263 Joined: Nov 2007 Member No: 593,306 ![]() |
FTP definitely does not transfer well with MySpace. There is no "auto-updating" from a text file.
It's not impossible to get a music player for a band layout. Just post your code and we can help you. |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Mar 2008 Member No: 628,712 ![]() |
okay cool. thought it might be easier if it could be done. here's the code i've been working with. i've seen more complicated code for the music player but they haven't worked either.
the code for the music player is at the bottom. the cleverly-named test page url is www.myspace.com/testingpages123 CODE <BACKGROUND DETAILS>
<div class="Main"> <div style="position:absolute; width:850px; z-index:0; overflow: visible; left:308px; top: 190px; height:1179px; visibility: visible; background-color: 000000;"> <img src="http://www.blissedmusic.com/myspace files/bg-1.jpg"><img src="http://www.blissedmusic.com/myspace files/bg-2.jpg"><img src="http://www.blissedmusic.com/myspace files/bg-3.jpg"><img src="http://www.blissedmusic.com/myspace files/bg-4.jpg"> <CONTACT TABLE> <div style="position:absolute; width:137px; z-index:1; overflow: visible; left:581px; top: 254px; height:0px; visibility: visible; background-color: transparent;"><a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=8018804&MyToken=94e84bf2-8486-4b8c-bed5-7aeae1d7d36a"><img src="http://www.blissedmusic.com/myspace files/add-1.jpg" border="0"></a><p><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=8018804&MyToken=94e84bf2-8486-4b8c-bed5-7aeae1d7d36a"><img src="http://www.blissedmusic.com/myspace files/msg-2.jpg" border="0"></a><p><a href="http://messaging.myspace.com/index.cfm?fuseaction=mail.forward&friendID=8018804&f=forwardprofile"><img src="http://www.blissedmusic.com/myspace files/fwd-3.jpg" border="0"></a><p><a href=http://collect.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=8018804&public=0""><img src="http://www.blissedmusic.com/myspace files/fav-4.jpg" border="0"></a><p><a href="http://groups.myspace.com/index.cfm?fuseaction=groups.addtogroup&friendID=8018804"><img src="http://www.blissedmusic.com/myspace files/grp-5.jpg" border="0"></a><p><a href="http://collect.myspace.com/index.cfm?fuseaction=block.blockUser&userID=8018804"><img src="http://www.blissedmusic.com/myspace files/blk-6.jpg" border="0"></a></div> <NEWS BOX CONTENT> <div style="width:217px;height:332px;text-align:left;padding:10px;background-color:000000;border:0px solid black;font-size:7px;position:absolute; z-index:1; overflow: auto; left:529px; top: 521px; visibility: visible"> <font color="cccccc"> TEXT HERE TEXT HERE this will be the newws who knjows if this will work at all.,. or maybe it will be the media section with a couope vids or something or whatever you know.<br> at least by wasting my time typing all of this i'll get to see how this turns out you know? <b> EVEN GOT SOME BOLD TEXT IN HERE TOO!</b> but you know whatever... will this be enough lines to make the scroll bars show up??<p> ? ? I sure hope so!!<p> yep!<p> I sure hope so!!<p> yep!<p>I sure hope so!!<p> yep!<p>I sure hope so!!<p> yep!<p>I sure hope so!!<p> yep!<p>I sure hope so!!<p> yep!<p> </font> </div <MUSIC PLAYER CODING> <style type="text/css"> .object {z-index:2; position:absolute; top:600; left:0px;} </style> |
|
|
![]() ![]() |