Page 1 of 1

Big-O Flash 'Button'

Posted: Thu Mar 06, 2003 11:01 pm
by Master Jedi
x Wasted Mind x wrote:Here's mine.. I made one if Flash.

Image


--Nevermind, the boards don't accept SWF files, and Schwippy's loader wont work with it either. I guess you wont be able to see it then.

EDIT-- It also seems to be screwy, I had it set small, but when it test loaded into my browser, it's full screen for some odd reason.
Schwippy's loader workd fine with it ( http://schwippy.com/loader/uploaded/big ... ftware.swf ). And SWF's are vector graphics, so they strech nicely to fill the space you give them.

Try this:

Code: Select all

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="88" height="31">
<param name=movie value="http://schwippy.com/loader/uploaded/big-o%20software.swf">
<param name=quality value=high>
<param name=menu value=false>
<param name=scale value=exactfit>
</object>

Posted: Thu Mar 06, 2003 11:04 pm
by Anthony
I like the animated gif. The flash is... big... lol

Posted: Thu Mar 06, 2003 11:07 pm
by fuuucckkers
PhaseDMA wrote:I like the animated gif. The flash is... big... lol
It's not suppose to be. I created and saved it in 88 x 31. (i think those are the correct numbers)..

For some reason when you view it in a browser, it blows it up huge.

Posted: Fri Mar 07, 2003 7:32 am
by Anthony
What about putting a table around it. Would that fix the problem or would the table grow too? I know there is a way... Web sites do it all the time.

Posted: Fri Mar 07, 2003 1:33 pm
by Master Jedi
x Wasted Mind x wrote:
PhaseDMA wrote:I like the animated gif. The flash is... big... lol
It's not suppose to be. I created and saved it in 88 x 31. (i think those are the correct numbers)..

For some reason when you view it in a browser, it blows it up huge.
AAAAHHHH...Look 2 posts above that. I just explained it! Put the code I provided into a web page, save it, then view it. It's really that simple!