Computer Hope

Internet & Networking => Web design => Topic started by: BScorpio on August 16, 2009, 08:25:02 PM

Title: How to make a presentation?
Post by: BScorpio on August 16, 2009, 08:25:02 PM
how can i connect different pictures and put music in the background to make a presentation in adobe premiere? 
i want to make a presentation of our family pictures for my mum.
Title: Re: How to make a presentation?
Post by: Geri12 on September 02, 2009, 05:37:52 AM
sorry i cant help you about connecting pictures but i know how to put music in the background.
Code: [Select]
<bgsound src="musicfile" loop=" " />at the loop you type the number of times you want the music to repeat or if you dont want it to stop write infinite.

example:
<bgsound src="C:\file.mp3" loop="3" />