PDA

View Full Version : Need help i dont think this should be to difficult


shadiguy1
11-11-2004, 01:38 PM
ok i had this in my forumhome template. it woul;d play the sound when they went to the forums page when clicking the forums tab on my navbar. this is what i had.

<embed src="http://www.nextelelite.com/nextelchirp.wav" hidden="true" autostart="true" loop="false" playcount="1" />

what i want tho is it to play the sound when the HOMEPAGE CMPS comes up after the person logs in. i have it in the portal one but it plays soon as the portal is loaded before they log in. And i want it to play after they login.

Brian
11-11-2004, 02:19 PM
<if condition="$bbuserinfo['userid']">
Code
</if>

Our Sponsors
 

shadiguy1
11-11-2004, 02:23 PM
where exactly do i put this here is the end of my adv_portal template and what i have currently

$home[rightblocks]

</td>
</if>

</tr>
</table>
<embed src="http://www.nextelelite.com/nextelchirp.wav" hidden="true" autostart="true" loop="false" playcount="1" />
$footer

</body>
</html>

Brian
11-11-2004, 02:24 PM
adv_portal template.

Our Sponsors
 

shadiguy1
11-11-2004, 02:30 PM
look up 2 posts where exactly i put up the end of my adv_portal template look at what i have let me know where exactly to put it.

Brian
11-11-2004, 02:32 PM
I've never really used background sounds so I don't remember if it needs to go in the head tags or if it can go anywhere. You said you had it working on your forum's index, so just compare the code.