Heeeere's PORKY!!

><swf width=100 height = 50>SWFURL</swf>
>
>But with square brackets instead.
>
>It follows another forum's style for
>SWF movies, it makes it
>pretty convenient.

Isn't it <embed> for all types of media (including Flash)?

[TABLE border=5" cellspacing="0" cellpadding="15" bgcolor="#000000" bordercolor="#4B5359" bordercolorlight="#008DE6" bordercolordark="#002FA4][TR][TD]
[a href=//www.modsquad.f2s.com/][IMG SRC=//www.modsquad.f2s.com/logo2.jpg" border=0][/a]​

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]Webmaster: [a href=//www.modsquad.f2s.com/" style="font-family:arial;color:#008DE6;text-decoration:underline;font-size: 9pt;]The Mod Squad[/a]
[/td][/tr][/table]​
 
Nevermind, you'er talking about a link, not an emdedding, right?

Also, why can't you just use the <A> tag if you're linking?

[TABLE border=5" cellspacing="0" cellpadding="15" bgcolor="#000000" bordercolor="#4B5359" bordercolorlight="#008DE6" bordercolordark="#002FA4][TR][TD]
[a href=//www.modsquad.f2s.com/][IMG SRC=//www.modsquad.f2s.com/logo2.jpg" border=0][/a]​

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]Webmaster: [a href=//www.modsquad.f2s.com/" style="font-family:arial;color:#008DE6;text-decoration:underline;font-size: 9pt;]The Mod Squad[/a]
[/td][/tr][/table]​
 
>Nevermind, you'er talking about a link,
>not an emdedding, right?
>
>Also, why can't you just use the <A> tag if you're linking?

No, we're talking about an easy way to embed SWF movies into the messages. Putting this:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=640 HEIGHT=480>
<PARAM NAME=movie VALUE="movie.swf"> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="movie.swf" quality=best bgcolor=#000000 WIDTH=640 HEIGHT=480 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>

is kind of a pain in the ass.

-Xotor-

[div align=center]

http://www.poseidonet.f2s.com/files/nostupid.gif
[/div]
 
Just do <embed src="sound.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" quality="low" menu="false" width="0" height="0"></embed>

[embed src=//www.nopokemonallowed.com/sound.swf" pluginspage="//www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" quality="low" menu="false" width="0" height="0][/embed]

[TABLE border=5" cellspacing="0" cellpadding="15" bgcolor="#000000" bordercolor="#4B5359" bordercolorlight="#008DE6" bordercolordark="#002FA4][TR][TD]
[a href=//www.modsquad.f2s.com/][IMG SRC=//www.modsquad.f2s.com/logo2.jpg" border=0][/a]​

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]Webmaster: [a href=//www.modsquad.f2s.com/" style="font-family:arial;color:#008DE6;text-decoration:underline;font-size: 9pt;]The Mod Squad[/a]
[/td][/tr][/table]​
 
>Just do <embed src="sound.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" quality="low" menu="false" width="0" height="0"></embed>

Even that's too long. A simple <swf width=100 height=100>SWFURL</swf> would be a lot nicer and simpler.

-Xotor-

[div align=center]

http://www.poseidonet.f2s.com/files/nostupid.gif
[/div]
 
Does that actually work?

Also, with javascript functions: If you define them before you call them, does it matter where you put them? For example could I have a random quote caller in my signature?

[TABLE border=5" cellspacing="0" cellpadding="15" bgcolor="#000000" bordercolor="#4B5359" bordercolorlight="#008DE6" bordercolordark="#002FA4][TR][TD]
[a href=//www.modsquad.f2s.com/][IMG SRC=//www.modsquad.f2s.com/logo2.jpg" border=0][/a]​

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]Webmaster: [a href=//www.modsquad.f2s.com/" style="font-family:arial;color:#008DE6;text-decoration:underline;font-size: 9pt;]The Mod Squad[/a]
[/td][/tr][/table]​
 
>Does that actually work?

No it doesn't, that's what I want to be added to the board script.

>Also, with javascript functions: If you
>define them before you call
>them, does it matter where
>you put them? For example
>could I have a random
>quote caller in my signature?

With the relatively laxed HTML standards you find nowadays you probably could. I'm sure it isn't W3C compliant, but then again, what is?

You'd probably have to include every quote you're planning on "randomizing" however.

-Xotor-

[div align=center]

http://www.poseidonet.f2s.com/files/nostupid.gif
[/div]
 
>>Does that actually work?
>
>No it doesn't, that's what I
>want to be added to
>the board script.
>

My custom hack is even better, allowing for embedding of just about anything.

Check out http://www.unwashed-forums.com For an example (look in the HTML reference)
 
Man...

Is that just laziness taking over? Personally, I've found simply EMBED's to be very effective.

*chuckles* Soon you'll be telling us we'll have to type in XHTML here.
 
RE: Man...

[font size=1" color="#FF0000]LAST EDITED ON Oct-01-00 AT 03:57PM (GMT)[p]>Is that just laziness taking over?
>Personally, I've found simply EMBED's
>to be very effective.


However, with the current script, there is NO way to put in Flash or embed other movies.

I've tried, with no luck.

So, just like with named URLs....

And it's easy to do as well, with my shortcut:

<flash: (url minus the http:// )|width|height>

And that's it.
 
Actually it is possible..

>However, with the current script, there
>is NO way to put
>in Flash or embed other
>movies.
>
>I've tried, with no luck.
>
>So, just like with named URLs....
>
>
>And it's easy to do as
>well, with my shortcut:
>
><flash: (url minus the http:// )|width|height>
>
>And that's it.

Actually it is possible, Smackrazor put in a real annoying sound.swf in one of his messages. Here's an example:

[embed src=//www.poseidonet.f2s.com/files/cheating.swf" pluginspage="//www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" quality="high" menu="false" width="100" height="75][/embed]

Heh, it's from Planescape:Torment.

-Xotor-

[div align=center]

http://www.poseidonet.f2s.com/files/nostupid.gif
[/div]
 
RE: Actually it is possible..

Really annoying, aww :-(

;-)

[TABLE border=5" cellspacing="0" cellpadding="15" bgcolor="#000000" bordercolor="#4B5359" bordercolorlight="#008DE6" bordercolordark="#002FA4][TR][TD]
[a href=//www.modsquad.f2s.com/][IMG SRC=//www.modsquad.f2s.com/logo2.jpg" border=0][/a]​

[a href="mailto: Smackrazor@mailandnews.com" style="font-family:arial;font-size: 9pt;color:#008DE6;text-decoration:underline;]Smackrazor[/a]

[font style=font-family:arial;font-size: 9pt;color:#008DE6;]Webmaster: [a href=//www.modsquad.f2s.com/" style="font-family:arial;color:#008DE6;text-decoration:underline;font-size: 9pt;]The Mod Squad[/a]
[/td][/tr][/table]​
 
Back
Top