Jump to content

It's so beautiful....


Geoffrey Taucer
 Share

Recommended Posts

So, I downloaded the flash file, embedded it into a simple html file and then loaded the html as a desktop background. Awesomeness! One thing though - does anyone know how to load a flash file in html, but muted? Having that sound playing constantly in the background does get on your nerves. :wink:

If that were my desktop background, I would never ever accomplish anything on my computer again.

Link to comment
Share on other sites

Here's the code:

<html>

<head>

</head>

<body bgcolor="black"><center><object width="1280" height="990">

<param name="movie" value="whitneyCrank.swf">

<embed src="whitneyCrank.swf" width="1280" height="990">

</embed>

</object><center></body>

</html>

Just save the whitneyCrank.swf file in the same folder as the html file, load up the desktop properties and select the html file for your desktop background. In case anyone wants to. You could, of course, pick any of the other ones as well...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...