This topic was locked 28th Apr 08 at 9:11pm by Michael |
MiNiCliP™ New Member
And Im Back..... Posts: 9 Status: Offline Gender: Male Joined:
pm | [F] Allow Flash In Siggy (23rd Apr 08 at 12:32pm UTC) Allows hosted swf files in siggy | | I was wondering of someone can make this code that allows hosted .swf files or flash in signatures
[flash width= height=]some .swf url[/flash]
this kind of ubbc tags in siggys
thanks and would be appreciated | |
|
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Allow Flash In Siggy (23rd Apr 08 at 4:12pm UTC) | | vF has [flash] tags already, that allow Youtube videos. Could you check if that works in sigs please? Then let me know, and I'll work from that! | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Allow Flash In Siggy (23rd Apr 08 at 9:17pm UTC) | | It does work in sigs; remember the "Get Firefox" video I had before?
Miniclip, the [flash] tag is already built-in for sigs. | |
rroll.to— Shorten a link, rickroll your friends. |
|
MiNiCliP™ New Member
And Im Back..... Posts: 9 Status: Offline Gender: Male Joined:
pm | Re: Allow Flash In Siggy (25th Apr 08 at 2:35pm UTC) | | No.. I Mean Allow .SWF Hosted Files On The Signature
im sure you guys get it , dont forget i meant not youtube videos
heres a sample .SWF URL: http://media4.a123.com/games/files/starwarsroguesquadron550x400.swf
and i know Wrighty You Know Chris From Studio Zero Right?
It's Similar To His Code: [Don't link to other forums] but im only requiring this on the siggy not on the post which this code does both for siggys and posts
| |
|
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Allow Flash In Siggy (25th Apr 08 at 2:38pm UTC) | | Perhaps if I get bored this evening. Don't think I have much else to do. I need to clear all of these requests so that I can start on my tutoring. | |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Allow Flash In Siggy (25th Apr 08 at 5:25pm UTC) | | Alter the height & width. This is the size that the SWF files will display as.
<script> /*Flash Tag .swf fix Created By Wrighty Do Not: Rip, Repost or Claim!*/
var width = '550px'; var height = '400px';
var f = get('font','tag'); for(a=0;a<f.length;a++){ if(f[a].innerHTML.match(/\[flash\](.+?)\[\/flash\]/) && location.href.match(/view_topic/)){ var link = (f[a].innerHTML.match(/\[flash\](.+?)http:\/\/(.+?).swf(.+?)\[\/flash\]/))? RegExp.$2 : ''; var new_link = 'http://' + link + '.swf'; var n = '<object width="'+width+'" height="'+height+'"><param name="movie" value="'+new_link+'"><embed src="'+new_link+'" width="'+width+'" height="'+height+'"></embed></object>'; var x = new RegExp('[(.*)]'); f[a].innerHTML = f[a].innerHTML.replace(x,n); } } </script>
Global footer
Any problems, reply! | |
|
MiNiCliP™ New Member
And Im Back..... Posts: 9 Status: Offline Gender: Male Joined:
pm | |
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Allow Flash In Siggy (27th Apr 08 at 9:53am UTC) | | it won't work on support. Could you link me to where you're trying it? | |
|
MiNiCliP™ New Member
And Im Back..... Posts: 9 Status: Offline Gender: Male Joined:
pm | Re: Allow Flash In Siggy (27th Apr 08 at 2:41pm UTC) | | yep i know it doesn't work here i just put the expample of what i typed on my test forum here: neonmagick.vforums.com | |
http://youtube.com/watch?v=aKWVCv8uWDI |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Allow Flash In Siggy (27th Apr 08 at 2:48pm UTC) | | You need to enable flash in the forum settings in | |
|
MiNiCliP™ New Member
And Im Back..... Posts: 9 Status: Offline Gender: Male Joined:
pm | |