vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Flash banner doesnt redirect to mainpage (https://vborg.vbsupport.ru/showthread.php?t=184448)

pureturk 07-05-2008 04:52 PM

Flash banner doesnt redirect to mainpage
 
Hello guys,

I have just created a flash banner for my site. everything seems to be good except the banner does not redirect to mainpage when you click on it..

this is the code I am using..

Am i missing something?

HTML Code:

<object classid="clsid:d27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="880" height="151">
  <param name="movie" value="http://mysite.com/images/flash.swf" />
  <param name="quality" value="high" />
    <embed src="http://mysite.com/images/flash.swf"
      quality="high"
      type="application/x-shockwave-flash"
      width="880"
      height="151"
      pluginspage="http://www.macromedia.com/go/getflashplayer" />

</object>


Princeton 07-05-2008 08:42 PM

you will have to modify the flash file (.swf) "URL" to your mainpage ..
edit .swf with Adobe/Macromedia Flash application

pureturk 07-05-2008 09:08 PM

Princeton

I did it.

This is how it looks like.
PHP Code:

on (release)
{
    
getURL("http://www.mysiteurl.com");


it still doesnt redirect.

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

This is what happens;

when coded like this;
PHP Code:

{
    
getURL("http://www.mysite.com""_self");


It does not redirect..


But when i code it like this;
PHP Code:

{
    
getURL("http://www.mysite.com""_parent");


it opens in a new window. I am trying to get it to open in the same window.

pureturk 07-07-2008 04:40 AM

Found the solution..


I had to add these to the code (shown in red)

Quote:

<object classid="clsidd27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="880" height="151">
<param name="allowScriptAccess" value="always" />
<param name="movie" value="http://mysite.com/images/flash.swf" />
<param name="quality" value="high" />
<embed src="http://mysite.com/images/flash.swf"
quality="high"
type="application/x-shockwave-flash"
width="880"
height="151"
pluginspage="http://www.macromedia.com/go/getflashplayer"
allowScriptAccess="always" />
</object>


All times are GMT. The time now is 02:41 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.01217 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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