Can't import a song I bought from Napster

G

Guest

I bought a song from Napster and when I try to import it into my movie I get this error message

The file D:\My Music\napster\Audio Tools - Deluxe Version The Essential Audio - Wedding March Intro.wma is protected using digital rights management and cannot be imported

Now what
Thanks
Tombo
 
P

PapaJohn \(MVP\)

Tombo,

See the Importing Source Files > Music and Audio page of my site.
--
PapaJohn

Movie Maker 2 - www.papajohn.org
Photo Story 2 - www.photostory.papajohn.org

..
Tombo said:
I bought a song from Napster and when I try to import it into my movie I get this error message:

The file D:\My Music\napster\Audio Tools - Deluxe Version The Essential
Audio - Wedding March Intro.wma is protected using digital rights
management and cannot be imported.
 
G

Guest

Thanks, Papa John - you rule
I did figure it out though...I burned the track to audio CD and then ripped it back onto my computer...worked fine. DRM is really dumb
Tombo
 
P

PapaJohn \(MVP\)

Tombo,

Did you check to see if you have the option of using Stereo Mix in a
narration? I'm curious as to how many can get it into MM2 that way.
--
PapaJohn

Movie Maker 2 - www.papajohn.org
Photo Story 2 - www.photostory.papajohn.org

..
Tombo said:
Thanks, Papa John - you rule.
I did figure it out though...I burned the track to audio CD and then
ripped it back onto my computer...worked fine. DRM is really dumb.
 
G

Guest

you can try transferring it to music match and then try to import it form there and if it still doesn't work you can just burn it to a cd and from cd to you hard drive and then import

ok i wanted to post my wideo clip that i made but i only have it on a cd and on my video so how do i post it on the web
 
J

John Kelly

Helo Raja,

There are several methods and it does rather depend on what you want
against what your provider will allow.

Some providers are for understanable reasons digging their heals in when
it comes to displaying video or just graphics. For example one web host
provider will automatically upgrade you to the next highest package and
debit your account without prior warning if your total graphics download
exceeds 50% of the entire download in that current month.

Another Host Provider will not allow you to have ANY file that is
greater than 10MB on your site

What they are doing is running their service very close to the
edge.....they may have a relatively small feed to the backbone and if there
are regular large downloads of video you will be eating into their own
overall bandwidth which makes for poor performance for their other clients.

So check it out first.

The actual mechanics of putting a file on a web site is quite easy. This
assumes you have a web site where you have control over the actual content
rather than having what I call a pretend web site. A pretend web site is
where the host allows you to choose colours and maybe some texture but the
whole layout is one that they not you decide upon.

Here is some code for a basic web page. It has two options, a click HERE
option so that the file is downloaded to the client computer and the other
is a generic setup to display a video on the web page itself. There are no
dimensions included in that peice of code...the window will therefore
re-size to accomodate your video.

<html>
<head>
<title>No title</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple"
alink="red">
<p>
Download my video. Click
<a href="Full File Path Goes Here">here</a>
<p>
&nbsp;
<p>
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.
cab#Version=6,4,5,715">
<param name="FileName"
value="Full%20File%20Path%20Goes%20Here">
<embed src="Full File Path Goes Here"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/Me
diaPlayer/">
</object>
</body>
</html>

Hope that this is of some use to you.

Best Wishes.....John Kelly
www.the-kellys.org
www.the-kellys.co.uk

raja maya said:
you can try transferring it to music match and then try to import it form
there and if it still doesn't work you can just burn it to a cd and from cd
to you hard drive and then import.
ok i wanted to post my wideo clip that i made but i only have it on a cd
and on my video so how do i post it on the web
 
G

Guest

Hi,
What exactly is ripping a cd. I am having the same problem you had. please respond as soon as u can thanx.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top