Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
Flash Banner
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Flash Banner
PostPosted: 04/18/2007 1:10 PM Reply with quote
Seagull
Cowboy69
Seagull
Posts 111
Word Cnt. 6,112
BDay May 8
Sign Taurus
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 3:23 AM
norcarlEb.gif
I came across something weird one of my members told me he couldnt see the flash banner on site so I went to the skin hes using and I could see it fine , so asked if he was using a different browser he said no, he uses firefox and has been and could see it fine last night so I loaded firefox and sure enough I cant see it so popped over here with my firefox and can see yours fine , any Ideas?
Back to Top
View user's profile Find all posts by Cowboy69 Send private message   Phoogle Map
Re: Flash Banner
PostPosted: 04/18/2007 1:53 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:23 AM
Location: St Pete, FL
peace.gif
Your banner doesn't work correctly in any other browser and here's why.  The align setting is set to the path to the movie:

Code:
align="http://yahoo-attitude.com/pspexpressions/welcome.swf"

and the src is set to a non-existing flash file:

Code:
<embed src="leo welcome.swf"

So this line of code has problems:

Code:
<embed src="leo welcome.swf" quality=high  width="330" height="50" name="leo welcome" align="http://yahoo-attitude.com/pspexpressions/welcome.swf"

I just changed it to this in your GetawayPurple template overall_header.tpl file:

Code:
<embed src="http://yahoo-attitude.com/pspexpressions/welcome.swf" quality=high  width="330" height="50" name="leo welcome" align="center"

and it is now working in both Firefox and Opera.  You will want to make the same type of adjustments in your other two templates too...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Flash Banner
PostPosted: 04/18/2007 2:39 PM Reply with quote
Seagull
Cowboy69
Seagull
Posts 111
Word Cnt. 6,112
BDay May 8
Sign Taurus
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 3:23 AM
norcarlEb.gif
But it has been working in the other browsers and no changes have been made , I havent been installing it with your mod, cos im doing something wrong when i try it , i still havent figured out where everything goes in code swish gives me , so i have been usin a diff flash program and just uploading it and placing code in all 3 overall headers and everyones been able to view it the guy that said he couldnt view it today was viewing it last night and has been all along , just today for some reason he couldnt


that code you pasted must have come from your replacement mod i couldnt get it to work in that at all so went bk to doing it how i was b4 the mod and the file i have up isnt that file , the one i have up now is welcome.swf not the leo welcome.swf  maybe that was the problem i left that info in your replacement mod  dontknow


Last edited by Cowboy69 on 04/18/2007 2:42 PM; edited 1 time in total
Back to Top
View user's profile Find all posts by Cowboy69 Send private message   Phoogle Map
Re: Flash Banner
PostPosted: 04/18/2007 2:42 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:23 AM
Location: St Pete, FL
peace.gif
Someone modified the code because the code I saw today wouldn't work in any browser.  It was pointing to a file that didn't exist.  You should be able to see that the align shouldn't contain a URL and the src should be pointing to a valid flash file, which wasn't the case in your GetawayPurple overall_header.tpl file.  I imagine that the same problem could be true in the other two templates as well...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Flash Banner
PostPosted: 04/18/2007 2:47 PM Reply with quote
Seagull
Cowboy69
Seagull
Posts 111
Word Cnt. 6,112
BDay May 8
Sign Taurus
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 3:23 AM
norcarlEb.gif
I think thats cos your looking in your replacement mod and like i said in my edit  i didnt use it i tried to and couldnt so did it how i had been b4 the mod i think as i was adding that info you were replying already so didnt see what i said
Back to Top
View user's profile Find all posts by Cowboy69 Send private message   Phoogle Map
Re: Flash Banner
PostPosted: 04/18/2007 3:05 PM Reply with quote
Seagull
Cowboy69
Seagull
Posts 111
Word Cnt. 6,112
BDay May 8
Sign Taurus
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 3:23 AM
norcarlEb.gif
Nvm I think I see what I did wrong , i forgot to change name of file on those two templates where the 2nd url in code goes , I think thats it anyways i just looked at overall header after you fixed it and compared to one I had there b4 the fix and thats only difference I see I left the leo welcome in the 2nd url instead of making it just welcome ... is that what it was ?
Back to Top
View user's profile Find all posts by Cowboy69 Send private message   Phoogle Map
Re: Flash Banner
PostPosted: 04/18/2007 3:10 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:23 AM
Location: St Pete, FL
peace.gif
No, actually I downloaded a current copy of your GetawayPurple/overall_header.tpl and fixed the code there.  The code I posted above came from your most current GetawayPurple/overall_header.tpl file...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Flash Banner
PostPosted: 04/18/2007 3:17 PM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 11:23 AM
Location: UNITED ARAB EMIRATES
unitedACa.gif
I don't know whether to write about my problem here or not but i think it's quite related to Flash Banner topic here so I may ask here. And If i am wrong, I am really sorry to the topic author.

The banner which is there in my forum board on top left which is in gif format and it's name is logo_phpBB.gif so is it possible to add there .swf banner with the same name or any way to add it or i can only keep .gif  dontknow
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: Flash Banner
PostPosted: 04/18/2007 3:20 PM Reply with quote
Seagull
Cowboy69
Seagull
Posts 111
Word Cnt. 6,112
BDay May 8
Sign Taurus
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 3:23 AM
norcarlEb.gif
Ok I see what you mean , thats what i did was dl my current copy after you fixed it and compared to the one I had there b4 you fixed it , and where your using proper names like src i called it the 2nd spot I enter url but yea what you said is what i meant ....I think  lol idk maybe I'll get this one day
Back to Top
View user's profile Find all posts by Cowboy69 Send private message   Phoogle Map
Re: Flash Banner
PostPosted: 04/18/2007 3:23 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 3:23 AM
Location: St Pete, FL
peace.gif
You might not have noticed that our logo is a Flash movie.  Check it out.  You can do that too.  You don't have to keep a gif, jpg, bmp, etc logo.  Since this is Open Source, you can make it anything that you want...

Here is the code for our logo:

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version =4,0,0,0" id="logos.swf" width="191" height="120">
<param name="movie" value="images/logo/logos.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFCC00">
<embed name="logos.swf" src="images/logo/logos.swf" quality="high" bgcolor="#FFCC00" width="191" height="120" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1 _Prod_Version=ShockwaveFlash">
</object>






Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2  Next
Page 1 of 2


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0655s (PHP: 77% - SQL: 23%) - SQL queries: 57 - GZIP disabled - Debug on