vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   Flash Headers, Footers, and Avatars for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=147744)

ShawnV 01-19-2008 11:03 PM

Quote:

Originally Posted by MoviePropCollec (Post 1409952)
Does Shawn still come here and respond any longer?

Quote:

Originally Posted by MoviePropCollec (Post 1421673)
I followed the instructions exactly as I see here to put a flash header/logo and it is not working.

I removed <!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

and replaced it with

<script type="text/javascript" src="http://www.mysitename.com/swfobject.js"></script>

<div id="header">
<script type="text/javascript">
var so = new SWFObject("http://www.mysitename.com/forum/flash/nameofmovie.swf", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000", "1000", "274", "8", "#000000");
so.addParam("quality", "high");
so.addParam("salign", "t");
so.write("header");
</script>
</div>

And all it did was remove my header logo picture. What am I doing wrong?

Thanks.

I am back, had some family issues to deal with.

I know this is a dumb question but did you change the path in that script to the correct one for your site, ergo replace the "mysitename.com" parts?


Cheers,

_V

--------------- Added [DATE]1200791212[/DATE] at [TIME]1200791212[/TIME] ---------------

Quote:

Originally Posted by bigjoe7 (Post 1361804)
gents,

do you mind having a look at my forum.

I have used the flash code provided by ShawnV

Here is my forum link > www.trs-clan.co.uk/forum

As you can see the banner is on the piss.

Really dont know what to do to fix it.

any help would be appreciated.

--------------- Added [DATE]1192569169[/DATE] at [TIME]1192569169[/TIME] ---------------

If you select the red teal skin, you will see that the forum is nicely centred, but the banner is off on the left

Big, I looked at the red fixed and it looks fine, was there another one, or did you fix it already?

Cheers,

_V

Tharos 02-18-2008 06:34 PM

it´s very nice
thanks a lot ^^

mark|3 02-20-2008 12:10 AM

hi,

this used to be working for both IE and firebox. Currently i am only able to display the header only in firefox.

Need help pls.

Quote:

<a name="top"></a>


<script type="text/javascript" src="http://www.xxx.com/forums/swfobject.js"></script>

<div id="header" align="center">
<script type="text/javascript">
var so = new SWFObject("http://www.xxx.com/flash/forum.swf", "clsid27CDB6E-AE6D-11cf-96B8-444553540000", "800", "225", "8", "#FFFFFF");
so.addParam("quality", "high");
so.addParam("salign", "t");
so.write("header");
</script>
</div>
<!-- /logo -->
<!-- content table -->
$spacer_open

$_phpinclude_output

$welcomeheaders

rafa3l 02-21-2008 03:32 PM

Hello,

I already did a flash header for my forum before, but now I need share the same header with another pages (PhotoPost with the style integration). Ok, this flash header have a menu and I think need pass some parameter to highlight the current option (VB or PP). What parameter could be?

Thanks in advance

zeus_r6 03-13-2008 04:46 AM

I'm thinking about adding a flash banner on my site...if I am the only one allowed to run HTML on the site as admin and I personally upload the banner, am I still at security risk?

ShawnV 04-10-2008 03:15 AM

Quote:

Originally Posted by zeus_r6 (Post 1463533)
I'm thinking about adding a flash banner on my site...if I am the only one allowed to run HTML on the site as admin and I personally upload the banner, am I still at security risk?

You should be fine.

_V

--------------- Added [DATE]1207801149[/DATE] at [TIME]1207801149[/TIME] ---------------

Quote:

Originally Posted by rafa3l (Post 1448165)
Hello,

I already did a flash header for my forum before, but now I need share the same header with another pages (PhotoPost with the style integration). Ok, this flash header have a menu and I think need pass some parameter to highlight the current option (VB or PP). What parameter could be?

Thanks in advance


Depends on what your doing, also what method are you using?

SWFObject has been updated to 2.0 and has some new features, there are some examples of flashvars, params and object's attributes.

http://code.google.com/p/swfobject/w..._documentation

_V

Sean James 07-01-2008 05:42 AM

Shawn great information mate ;)

Im currrently working on a new template http://www.autoelectric.info/forums/index.php but i need the 'new posts' in the flash navigation to work correctly, ive tried everything and it still points to the search page.

I know its a problem with flash not understanding this 'search.php?$session[sessionurl]do=getnew'

ANy help would be appreciated

Jase2 07-01-2008 12:23 PM

Wow - great article! Thanks for sharing! :)

yotsume 09-26-2008 07:47 AM

I have two questions when it comes to the code here for placing flash as your banner. First, the code worked perfect for me in Firefox. However, IE my flash header banner is pushed off to the right a bit. I have vbadvanced installed. This only happens on the VBA homepage of my site and in IE. How can I adjust this to be aligned corectly on my vba pages in IE?

Second, How can I have my flash header banner linked to my homepage when a members clicks on it?

My site is: www.globalschoolconnect.com

goxy63 10-08-2009 05:01 PM

Can anyone help me with this issue:

I got flash-header on my homepage and it produces my CPU usage up to 90-100%

New to flash and vb so help will be appreciated...

Iam using this code
Code:

<!-- logo -->
<script type="text/javascript" src="http://www.mysite.com/test/testvb/swfobject.js"></script>

<div id="header" align="center">
<script type="text/javascript">
  var so = new SWFObject("http://www.mysite.com/test/testvb/flash/header.swf", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000", "900", "200", "8", "#445c8a");
  so.addParam("quality", "high");
  so.addParam("salign", "t");
  so.addParam("wmode", "transparent");
  so.write("header");
</script>
</div>
<!-- /logo -->

Header flash is 100KB


All times are GMT. The time now is 11:15 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01360 seconds
  • Memory Usage 1,749KB
  • 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_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete