Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Flash Logo swf file

Asked Modified Viewed 4,447 times
C
Canny
C
Canny 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

I recently had help with my Flash Logo, now I noticed on my forums page it doesn't show up, Instead of seeing my logo you only see white in it's place. any ideas would be appreciated. http://battlefieldbc2.c-opshost.com/n...m/news.php
0 replies

5 posts

D
dusk
D
dusk 10
  • Member, joined since
  • Contributed 71 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

I guess the swf doesn't load on your forum pages because the forum is in a subdirectory and the flashplayer is searching for the movie within the 'themes/Enigma/images/' folder wich isn't in the 'forum'-folder but in basedir.

Change parameters (VALUE & EMBED SRC) for the flashfile to the full path of the movie : http://battlefieldbc2.c-opshost.com/themes/Enigma/images/C-oPs_UT99Gameheader-ByC-oPsJesus.swf . That should do the trick. (Or use BASEDIR to begin the path with).
0 replies
C
Canny
C
Canny 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

I tried it didn't work ,could you give me an example please?
0 replies
F
Falcon
F
Falcon 10
  • Member, joined since
  • Contributed 128 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Quote

Canny wrote:

I recently had help with my Flash Logo, now I noticed on my forums page it doesn't show up, Instead of seeing my logo you only see white in it's place. any ideas would be appreciated. http://battlefieldbc2.c-opshost.com/n...m/news.php


First link is the .swf from the index
.com/themes/Enigma/images/C-oPs_UT99Gameheader-ByC-oPsJesus.swf

Second is from forum, as you can see you have a forum in front of the themes folder.
.com/forum/themes/Enigma/images/C-oPs_UT99Gameheader-ByC-oPsJesus.swf

Please use a full link or see what changes you made in the last days.
0 replies
D
dusk
D
dusk 10
  • Member, joined since
  • Contributed 71 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

@Canny :

Search in your theme this code :


<OBJECT CLASSID='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' CODEBASE='http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0' ID='Header' WIDTH='926' HEIGHT='106' ALT='Header'> <PARAM NAME='movie' VALUE='themes/Enigma/images/C-oPs_UT99Gameheader-ByC-oPsJesus.swf'> <PARAM NAME='quality' VALUE='high'> <PARAM NAME='bgcolor' VALUE='#000'> <EMBED SRC='themes/Enigma/images/C-oPs_UT99Gameheader-ByC-oPsJesus.swf' QUALITY='high' BGCOLOR='#000' WIDTH='926' HEIGHT='106' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT>


and replace it with :

<OBJECT CLASSID='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' CODEBASE='http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0' ID='Header' WIDTH='926' HEIGHT='106' ALT='Header'> <PARAM NAME='movie' VALUE='http://battlefieldbc2.c-opshost.com/themes/Enigma/images/C-oPs_UT99Gameheader-ByC-oPsJesus.swf'> <PARAM NAME='quality' VALUE='high'> <PARAM NAME='bgcolor' VALUE='#000'> <EMBED SRC='http://battlefieldbc2.c-opshost.com/themes/Enigma/images/C-oPs_UT99Gameheader-ByC-oPsJesus.swf' QUALITY='high' BGCOLOR='#000' WIDTH='926' HEIGHT='106' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT>


That should do the trick... :)
0 replies
C
Canny
C
Canny 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Ok it worked thank you, now it shorten the width. So I want to add these 2 gifs to try to match the header width. I appreciate all your help sorry for being a noob. Email me canny@c-opsclan.com and i'll send you the the 2 gifs for the end i want to use if you need them.

Gif=darkSilverHeader_01.gif
Gif=darkSilverHeader_05.gif

Example: I want it to look like this header with both ends and match it up. www.c-opsclan.com
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

D
D
dusk 10
  • Member, joined since
  • Contributed 71 posts on the community forums.
  • Started 2 threads in the forums
F
F
Falcon 10
  • Member, joined since
  • Contributed 128 posts on the community forums.
  • Started 5 threads in the forums
C
C
Canny 10
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet