vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Vbulletin Flash Logo (https://vborg.vbsupport.ru/showthread.php?t=66561)

The Realist 06-26-2004 12:55 PM

Vbulletin Flash Logo
 
Hi All,

I purchased this program called Anim-FX http://www.anim-fx.com specifically so I can do a simple SWF flash logo.

This program produces a SWF file and a TXT file. These files I have uploaded to the same directory SAMPLE FILE HERE but when I try to use the TXT file data in the header file it does not work?

The HTML it produces is as follows:

<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0
width=300
height=85>
<param name=movie value=Explosion.swf>
<param name=quality value=high>
<param name=BGCOLOR value=#000000>
<param name=SCALE value=exactfit>
<embed src=Explosion.swf
quality=high
pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash
width=300
height=85
bgcolor=#000000
scale= exactfit>
</embed>
</object>

Now does anyone here have any ideas how I can use this program and the SWF files it produces as a logo in VB.

Thanks all.

Brian

kneesparx 07-21-2004 09:06 PM

bump

Andreas 07-21-2004 09:21 PM

Check template header.
Basically, all you have to to is replace $stylevar[titleimage] with your code.

Btw: This is the wrong place to ask such questions, as it has nothing to do with code modifications. vbulletintemplates.com is the right place to go :)

deathemperor 07-22-2004 01:16 PM

ok, it's pretty easy:
there are too param you must modify to make it work, I mean to SWF to be loaded:

edit the header template.
replace

+++++++++++++++
src=Explosion.swf
+++++++++++++++

with

+++++++++++++++
src=$stylevar[imgdir_misc]/Explosion.swf
+++++++++++++++

replace
+++++++++++++++
<param name=movie value=Explosion.swf>
+++++++++++++++

with

+++++++++++++++
<param name=movie value=$stylevar[imgdir_misc]/Explosion.swf>
+++++++++++++++


make sure you place Explosion.swf in http://www.tech-tronix.com/forums/im...essional/misc/
and make sure the link to your misc directory is also that. (this can be edit in "all style option")

just ask when something occurs

The Realist 07-22-2004 01:24 PM

Thanks all.

TRANCEBUDHA 08-04-2005 03:06 PM

Quote:

Originally Posted by deathemperor
ok, it's pretty easy:
there are too param you must modify to make it work, I mean to SWF to be loaded:

edit the header template.
replace

+++++++++++++++
src=Explosion.swf
+++++++++++++++

with

+++++++++++++++
src=$stylevar[imgdir_misc]/Explosion.swf
+++++++++++++++

replace
+++++++++++++++
<param name=movie value=Explosion.swf>
+++++++++++++++

with

+++++++++++++++
<param name=movie value=$stylevar[imgdir_misc]/Explosion.swf>
+++++++++++++++


make sure you place Explosion.swf in http://www.tech-tronix.com/forums/im...essional/misc/
and make sure the link to your misc directory is also that. (this can be edit in "all style option")

just ask when something occurs


USEFULL, VERY USEFULL..
I WAS LOOKING FOR THIS. THANKS ALOT

bigcurt 08-04-2005 04:12 PM

Old thread 0_o lol.

~Curt

HeLLCiTo 12-15-2005 11:35 AM

it rules in explorer but not in firefox :(

HTML Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="95">
<param name="movie" value="jarvin.swf">
<param name="quality" value="high">
<embed src="jarvin.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="95"></embed>
</object>

does?t apear "install plugin" option, wich apear in other webs


All times are GMT. The time now is 08:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01003 seconds
  • Memory Usage 1,732KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete