[HTML/FLASH] trying to set a flash as background(win xp)
im trying to get the http://www.diablo3.com/ angel you see at the front page(i have the image)
and setting it as my desktop background
ive tryed useing this code but gives me only a black background
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="1280"
HEIGHT="1024"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
<PARAM NAME="MOVIE" VALUE="frontpage.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="QUALITY" VALUE="high">
<PARAM NAME="SCALE" value="noborder">
<EMBED SRC="frontpage.swf"
WIDTH="850"
HEIGHT="610"
PLAY="true"
LOOP="true"
QUALITY="high"
scale="noborder"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
</head>
</html>
heres the flash if ya want it...
http://rapidshare.com/files/33845747...tpage.swf.html
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Why not upgrade your os to vista or higher, change the video`s format to mp4 and use it on dreamscene.
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Export it as a gif, then just set it as your background.
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Desktop bg using html? Wait what, where did you put that code anyway lol? This is completely nonsense.
Re: [HTML/FLASH] trying to set a flash as background(win xp)
seems to work fo evry thing else
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Yes, it'd work for your website somewhat, but for your windows background? How long are you using a computer, day, two?
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Properties -> Desktop -> Customize Deskop -> Web page
Quote:
Originally Posted by
foxx
Desktop bg using html? Wait what, where did you put that code anyway lol? This is completely nonsense.
It's a pretty good feature imo but I think it got taken over by the Vista/7 Sidebars and what not.
Re: [HTML/FLASH] trying to set a flash as background(win xp)
nvm im try coveting it into a video then web page then background
that failed
BUT this worked:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<embed name="RAOCXplayer" src="frontpage.swf" width="1270" HEIGHT="550" ShowControls="0" ShowStatusBar="0" AutoSize="false" EnableContextMenu="0" DisplaySize="0" ALIGN = ABSBOTTOM>
</head>
<body bgcolor=#000000 >
</html>
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Quote:
Originally Posted by
Parker
Properties -> Desktop -> Customize Deskop -> Web page
It's a pretty good feature imo but I think it got taken over by the Vista/7 Sidebars and what not.
So it actually exists, lmao. Suppose it uses IE somehow then, one more reason why I wouldn't use it :)
Re: [HTML/FLASH] trying to set a flash as background(win xp)
[ame=http://en.wikipedia.org/wiki/Active_Desktop]Active Desktop[/ame] is what it's called, I liked the feature when I was running XP, we had it on all the school computers as well which had links like mail, printing allowence, timetable and so on, don't think we had any major problems with it.
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Will it work if your not connected to the internet?
I'm sure it would, as its a local html file.
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Yeah, it's been around for years, I never knew how to do it, but I remember when I used to get flash backgrounds... I was young.. Just used the installer that came with it, never knew how it worked, really.
I was ready to suggest taking a screenshot, but yeah.. not the same..
btw Especially on my older system at the time, it takes loads of unnecessary memory when you use those :P
Re: [HTML/FLASH] trying to set a flash as background(win xp)
Quote:
Originally Posted by
foxx
So it actually exists, lmao. Suppose it uses IE somehow then, one more reason why I wouldn't use it :)
you know what windows is based on? Unix>dos>IE thats how windows runs...
http://i48.tinypic.com/t4y5ab.jpg
Re: [HTML/FLASH] trying to set a flash as background(win xp)