The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
A flash post
hi
i need to make a flash posts where i can put flash movies in sum code thing like this any thing similar to that so can any body give me a hand in searching for these addons or can provide me with names. May be i am not explaining myself well but i hope this link will http://www.nochicktrix.com/forum/sho...494#post110494 For version 3.6.2 i.e. regrads Radar Or if something like this would help a lot http://www.nochicktrix.com/index.php?page=flash Something like a flash gallery Can anyone help me please |
#2
|
||||
|
||||
Well... first search for the hack that enables you to post html for usergroups. Then enable yourself to be allowed to post html and then use embed tags in your post...
PHP Code:
|
#3
|
|||
|
|||
sorry didn`t get you can you please elaborate your post ????
|
#4
|
||||
|
||||
https://vborg.vbsupport.ru/showthrea...ght=allow+html
That should also work for 3.6.2 (I hope) which allows you to keep html off for everyone (security reasons), but allows you to set html allowed for usergroups (like admins) so you, yourself, are still able to post html. Then you should (theoretically) be able to put the code above (after editing EMBED src=" " to your flash filename) into your post and it should show up... I think. Well crap... that didn't work :lol: Well I started a new thread and entered: Code:
<html> <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="587" height="57"> <param name='movie' value="movie"> <param name='quality' value="high"> <param name='bgcolor' value='#FFFFFF'> <param name='loop' value="true"> <EMBED src="YOUR FILE HERE" quality='high' bgcolor='#FFFFFF' width="587" height="57" loop="true" type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'> </EMBED> </OBJECT> </html> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|