File :-(, x, )
Anonymous
Hey guys, I need help. You know about the code that you type into notepad, insert a flash wallpaper into that code, and save it as a webpage so you can use that flash file as a wallpaper?

I need it again. I moved the file to a different directory and that changed the code, and is not recoverable. Help me out? In return here's something random I am pulling out of my /w/ folder.
>> Anonymous
>>insert a flash wallpaper

Sorry, I mean a flash file.
>> Anonymous
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="980" HEIGHT="720" id="MyMovieName">
<PARAM NAME=movie VALUE="dagobah.swf">
<PARAM NAME=quality VALUE=high>
</OBJECT>

Edit this part to your needs
WIDTH="980" HEIGHT="720" id="MyMovieName">
<PARAM NAME=movie VALUE="dagobah.swf">
>> Anonymous
>>354128

Uhh that doesn't look like the same code. Plus, do I insert the address of the SWF where "dagobah.swf" is?
>> Anonymous
Yes, dagobah.swf was the flash file I used to test it.
>> Anonymous
>>354131

Now I'm just a little confused. In "dagobah.swf", do I insert the location of the flash file? For example:

WIDTH="980" HEIGHT="720" id="MyMovieName">
<PARAM NAME=movie VALUE="C:\Documents and Settings\Dark\Desktop\Everything\DARK\Flash Objects\FLAIL.swf">

And what do I do with "MyMovieName"? Please be more specific since I haven't used this code before.
>> Anonymous
MyMovieName doesn't change.

I placed the .swf and the .htm in the same folder so I wouldn't have to write the full path name but if they are the full path "C:\Documents and Settings\Dark\Desktop\Everything\DARK\Flash Objects\FLAIL.swf" is needed.
>> Anonymous
>>354157

So I have the SWF and the HTML file in the same folder and it's not working.

Step by step steps please?
>> Anonymous
I still need help with this. Someone want to help me get that code that makes flash files into backgrounds?
>> Anonymous
Put FLAIL.swf and the .htm in the same folder

Copy/paste below in the .htm

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="980" HEIGHT="720" id="MyMovieName">
<PARAM NAME=movie VALUE="Flail.swf">
<PARAM NAME=quality VALUE=high>
</OBJECT>
>> Anonymous
Where do i put it so theres no sound.
>> Anonymous
Yeah, your code simply doesn't work. I have flail.swf and the html file in the same folder and when I click the html file, it doesn't redirect to the flail.swf file.

Inside of the HTML file is exactly what you told me to copy and paste:>>354216

Can I still get that other code?
>> Anonymous
>>354090
widescreen pls??
>> Anonymous
>>354281
Just add the extra black on the side.
>> Anonymous
Guys, I found it for you. It's much more simple than the other one.

<html>
<head></head>
<body style="border:0;margin:0;padding:0;">
<iframe src="INSERT ADDRESS OF FLASH FILE HERE" style="border:0;margin:0;padding:0;" width="100%" height="100%" />
</body>
</html>

You can have the flash file anywhere, just as long as you don't move the flash file from it's original place or rename it, then it'll stay as your wallpaper.