PDA

View Full Version : A flash post


radarhunter
10-27-2006, 12:03 PM
hi

i need to make a flash posts where i can put flash movies in sum code thing like this (http://www.nochicktrix.com/forum/showthread.php?p=110494#post110494) 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/showthread.php?p=110494#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

SkyCatcher
10-27-2006, 04:18 PM
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...


<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>


You should be able to modify that bit of code there and put it in your post

radarhunter
10-27-2006, 04:45 PM
sorry didn`t get you can you please elaborate your post ????

SkyCatcher
10-27-2006, 06:16 PM
https://vborg.vbsupport.ru/showthread.php?t=96926&highlight=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:



<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>

The flash did show up but it had some formatting errors and some text too. Maybe try to put it into a table in the post?