flash help please

Do you have a technical question that doesn't really fit a specific console? Want some general info on electronics, hacking, making cookies, etc? Here's the place to ask! Go nuts.

Moderator: Moderators

Post Reply
ganonbanned
Senior Member
Posts: 2211
Joined: Thu Feb 16, 2006 5:58 pm
Location: Wisconsin

flash help please

Post by ganonbanned »

http://www.inrainbows.com/

I think the background on that is awesome, and would like to get that as my myspace layout. does anyone know how to save that as HTML? I can use web dev toolbar (from firefox) but I really dont know how to.
ganonbanned
Senior Member
Posts: 2211
Joined: Thu Feb 16, 2006 5:58 pm
Location: Wisconsin

Post by ganonbanned »

I have the html here, I tried putting it on myspace but it wouldn't work

Code: Select all

<script>
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase',
 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', '100%',
			'height', '100%',
			'src', 'morph',
			'quality', 'autohigh',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'exactfit',
			'wmode', 'opaque',
			'devicefont', 'false',
			'id', 'morph',
			'bgcolor', '#ffffff',
			'name', 'morph',
			'menu', 'false',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'morph',
			'salign', ''
			); //end AC code
	}
</script><embed>
<object>
  <param>
  <param>
  <param>
  <param>
  <param>
  <param>
  <param>
  <param>
  <embed>
</object>
timmeh87
Senior Member
Posts: 3047
Joined: Mon Nov 14, 2005 10:19 pm
Location: Ontario, Canada

Post by timmeh87 »

Dude. before you go any further, I hope you realize that big flashy myspace backgrounds are incredibly annoying and gay.

Anyways, Im no expert in flash, and Ive been to myspace like once in my life (coincidentally they had a flashy background and some stupid song started playing over my music so I left). But dont you have to host the flash video on some server (or hotlink the one from that site... which is mean), then put some code in your webpage to embed it. There are firefox plugins you can use to steal flash videos from websites.
Image

"Linux is only free if your time is worthless"
Adam G
Posts: 212
Joined: Wed Aug 22, 2007 7:33 pm
Location: Olympia, WA
Contact:

Post by Adam G »

I essentially ripped it from them. :P

forumz are anti-HTML. Meh.

http://www.megauppit.com/pastebin.php?show=f1991c660

Enjoy,

~Adam~
Post Reply