moving the player |
![]() ![]() |
moving the player |
Nov 15 2004, 08:21 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Nov 2004 Member No: 61,408 |
I searched the forum, but I could not exactly find what I was looking for. Does anyone know how to move a movie player up underneath the profile or subscriptions? Thank you.
|
|
|
|
Nov 15 2004, 08:26 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
eh-hem can you give me the code and any examples as of you seen to get the idea? O_O
|
|
|
|
Nov 15 2004, 08:31 PM
Post
#3
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
use div layers located in the tutorials section
|
|
|
|
Nov 15 2004, 08:49 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Nov 2004 Member No: 61,408 |
It is in a div layer right now, but the positioning is not working. It is still in the bottom right corner. I would give the site, but it is not mine and she wishes that I not post it. And I didn't necessarily get the idea from anywhere. My friend just asked if I could put it there.
CODE <div id=layer1 style="position:absolute; top:20; left:20; width:300; height:300; z-index:1; padding:5px; border: #000000 2px solid; background-color:#000000; background-image:url(yourfilename.gif); layer-background-image:url(yourfilename.gif);">
<!-- begin code provided by createblog.com --> <object ID="Player" CLASSID="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"> <param name="AutoStart" value="True"> <param name="Loop" value="True"> </object> <script LANGUAGE="JavaScript"> <!-- function StartMeUp1() { Player.URL = "http://clickit.go2net.com/search?pos=4&ppos=0&plnks=0&uplnks=20&cat=video&cid=372674&site=srch&area=srch.info.singingfishvideo&shape=textlink&cp=info.dogpl&cluster-click=0&pd=0&coll=1&query=welcome+to+my+life&rawto=http://wm.atlrec.com/simple_plan/stillnotgettingany/video/welcometomylife_450k.wmv" } --> </script> <script LANGUAGE="JavaScript"> <!-- function StartMeUp1() { Player.URL = "http://www.vteens.org/media/TDG/low.asx" } --> </script> <FORM> <INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Welcome to My Life" OnClick="JavaScript:StartMeUp1()"> </FORM> <!-- end code provided by createblog.com --> <FORM> <INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="I Hate Everything About You" OnClick="JavaScript:StartMeUp2()"> </FORM> <!-- end code provided by createblog.com --> <script LANGUAGE="JavaScript"> <!-- function StartMeUp2() { Player.URL = "http://www.vteens.org/media/TDG/low.asx" } --> </script> <FORM> <INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Dare You to Move" OnClick="JavaScript:StartMeUp3()"> </FORM> <!-- end code provided by createblog.com --> <script LANGUAGE="JavaScript"> <!-- function StartMeUp3() { Player.URL = "http://www.redmusic.com/video/Switchfoot/DareYou_live.asx" } --> </script> <FORM> <INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="1985" OnClick="JavaScript:StartMeUp3()"> </FORM> <!-- end code provided by createblog.com --> <script LANGUAGE="JavaScript"> <!-- function StartMeUp4() { Player.URL = "http://www.findvideos.com/videos.php?id=1426" } --> </script> <script LANGUAGE="JavaScript"> <!-- function StartMeUp5() { Player.URL = "http://www.findvideos.com/videos.php?id=1426" } --> </script> <FORM> <INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="On the Way Down" OnClick="JavaScript:StartMeUp5()"> </FORM> <!-- end code provided by createblog.com --> <script LANGUAGE="JavaScript"> <!-- function StartMeUp5() { Player.URL = "http://q1005.com/asx/vidpg_RyanCabrera_OnTheWayDown_low.asx" } --> </script> </div> |
|
|
|
![]() ![]() |