Log In · Register

 
 
Closed TopicStart new topic
Flash Slideshow
louisenatephoto
post Jan 28 2010, 12:09 PM
Post #1


Member
**

Group: Member
Posts: 17
Joined: Jun 2009
Member No: 731,512



I'm trying to embed this slideshow http://megaswf.com/view/7a5018ab5e76dfe1d1...7cfc1eef00.html

in the obvious place in this myspace http://www.myspace.com/louisenatetestpage

can anyone help me out?

here is the code so far

CODE
<style>



body {
background-color:000000;
background-image: url(http://img684.imageshack.us/img684/2250/bglhp3long.jpg);
background-position:top center;
background-repeat:no-repeat;
background-attachment:scroll;
}

.profileWidth table { margin-bottom:750px; width:800px; }
.gap {
background: top left no-repeat;
width:900px; height:2022px;
position:absolute; top:0; left:50%;
margin:0px 0 -400px -2022px;
}

.maincontent{
position: absolute;
width: 860px;
height: 1184px;
margin-left: -425.7px;
left: 50%;
top: 0px;
}

table, tr, td {
background-color: transparent;
border: 0px;
}

.dihdesigns {
position: absolute;
top: 0px;
left: 0px;
z-index:3;}

div.rollovers a:hover{border-top: none; opacity: 0.0; filter: alpha(opacity=0); width: 0px; height: 0px; z-index:2;}

.rollovers {
position: absolute;
top: 0px;
left: 50%;
height: auto;
width: auto;
overflow:
visible;
background-color: none;
margin-left: -425.7px; text-align: center; z-index:2;}



.friendsComments {display:none;}



.friendspace {position:relative; left:-200px; top:350px;}


.About {
position: absolute;
width: 464px;
height: 239px;
margin-left: -330px;
left: 50%;
top: 1270px;
text-align:left;
z-index:4;
}




</style>


<div class="about">
<h1>About Louisenatephotography</h1> <br /> <br />

<font size="2">
We are two photographers based out of the Greater Toronto Area specializing in promotional material for bands, musicians, and small businesses, as well as traditional portraits and concert photos. <br /><br />

You can look at our portfolio at www.LouiseNatePhotography.com To book a shoot, email us at <a href="mailto:Contact@LouiseNatePhotography.com">Contact@LouiseNatePhotography.com</a> <br /><br /> </font>
</div>





<div class="dihdesigns"><a href="mailto:dineinhellpromotions@gmail.com"><img src="http://img138.imageshack.us/img138/2914/dineinhell.png" border="0" /></a></div>

<div class="maincontent">
<table id="Table_01" width="860" border="0" cellpadding="0" cellspacing="0">
<tr>
<img src="http://img16.imageshack.us/img16/3085/natebg02.jpg" width="860" height="1130" alt="" /></td>

</tr>
<tr>
<img src="http://img44.imageshack.us/img44/4764/rolloveraltered.jpg" width="860" height="54" alt="" />

</tr>

<tr>

<img src="http://img30.imageshack.us/img30/8088/natebg08copy.jpg" width="860" height="734" alt="" /></td>
</tr>

</table>

</div>





<div class="rollovers"><table width="860" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4">

<img src="http://img16.imageshack.us/img16/3085/natebg02.jpg" width="860" height="1130" alt="" /> </td>

</tr>
<tr>
<td>
<a href="http://www.msplinks.com/MDFodHRwOi8vQURE">
<img src="http://img97.imageshack.us/img97/3664/natebg04.jpg" width="108" height="54" border="0" alt="" /></a></td>
<td>

<a href="http://www.msplinks.com/MDFodHRwOi8vTVNH">
<img src="http://img69.imageshack.us/img69/5787/natebg05.jpg" width="142" height="54" border="0" alt="" /></a></td>
<td>
<a href="http://www.msplinks.com/MDFodHRwOi8vQ09NTUVOVA==">
<img src="http://img695.imageshack.us/img695/4096/natebg06.jpg" width="135" height="54" border="0" alt="" /></a></td>
<td>
<a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmxvdWlzZW5hdGVwaG90b2dyYXBoeS5jb20=">
<img src="http://img16.imageshack.us/img16/4562/natebg07.jpg" width="475" height="54" border="0" alt="" /></a></td>
</tr>

<tr>
<td colspan="4">

<img src="http://img30.imageshack.us/img30/8088/natebg08copy.jpg" width="860" height="734" alt="" /></td>
</tr>

</table></div>


it may have something to do with the site that im hosting my swf on, but honestly i just dont know enough about it. any suggestions would be a ton of help! :)
 
Mickey
post Jan 28 2010, 12:21 PM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Upload the file in Photobucket or something instead of that site.
 
louisenatephoto
post Jan 28 2010, 12:40 PM
Post #3


Member
**

Group: Member
Posts: 17
Joined: Jun 2009
Member No: 731,512



alright

http://img694.imageshack.us/img694/2572/flashupinhere.swf
 
Mickey
post Jan 28 2010, 02:45 PM
Post #4


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Use this code to put it up and position it:

CODE
<div style="position: absolute; top: #px; left: 50%; margin-left: #px; z-index: 9;">
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="543" width="815" align="middle" data="http://img694.imageshack.us/img694/2572/flashupinhere.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://img694.imageshack.us/img694/2572/flashupinhere.swf" />
<param name="quality" value="high" />
</object>
</div>

Replace the pound symbols with appropriate values.
 
louisenatephoto
post Jan 30 2010, 06:21 PM
Post #5


Member
**

Group: Member
Posts: 17
Joined: Jun 2009
Member No: 731,512



Perfect. Thanks man.
 
Mickey
post Jan 30 2010, 06:29 PM
Post #6


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Topic closed & moved.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: