Jump to content

Recommended Posts

Posted (edited)

Is it possible to make a wallpaper from a swf?

The swf file show a real clock, synchronized by pc.

Edited by Nic303

Posted

You don't actually need any software for this one :D

Just create an HTML-document with the following code:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head></head><body>
<object type="application/x-shockwave-flash" data="BBC1.swf" width="1280" height="1024">
<param name="movie" value="BBC1.swf">
<param name="WMode" value="Transparent">
</object>
</body></html>

Don't forget to alter the settings "width" and "height" to your screen-resolution and

the filename of the SWF; in my example I've used the "BBC1.swf"-clock, which

I found on this site (and they have a few more of them) ;)

Make sure you put both the HTML- as the Flash-file into some folder and go to

your desktop-settings (right-click on your desktop and choose "Properties" or

the "Display"-settings in your configuration-panel).

post-277568-12773845434_thumb.png

Press the "Browse"-button on the "Desktop"-tab and select the HTML-file.

You now have a working clock :thumbup

(You might actually have to tweak the settings in the HTML a bit to let the clock

fit nicely on your desktop).

Greetz,

Peter.

Posted

They took out that option in Windows 7, but made up for it with DreamScene (sic) and Gadgets, I guess. But I'd rather have Active Desktop back. I used to just have a Megaman animated GIF on my taskbar.

Posted (edited)

You don't actually need any software for this one...

Just create an HTML-document with the following code:

Not working on Windows Seven.

Edited by Nic303
Posted

Hmmm, that's what Tripredacus already said...

But since you didn't state the used OS (and I'm not very familiar with W7)

I gave you the solution I know about. ;)

Maybe someone else can recommend another solution? :unsure:

Greetz,

Peter.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...