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?

Replacing banner with JW image rotator

Asked Modified Viewed 5,216 times
L
lesiulodz
L
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hello, I ve got a little trouble. I want to replace banner image with this image rotator:
http://www.longtailvideo.com/players/...e-rotator/
but I can
t find file with defines location of the banner. All I have to do is to find it and replace with:

<embed 
  src="imagerotator.swf"
  width="470"
  height="160"
  allowscriptaccess="always"
  allowfullscreen="true"
  flashvars="file=imagerotator.xml&transition=blocks"
/>

Can someone guide me to that file?
Edited by lesiulodz on 07-09-2009 20:48,
0 replies

4 posts

H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

Your banner is set by the showbanners() function in includes/theme_functions_include.php

However, there's no need to edit files. Use the banner manager. Enter your code above into the banner 1 or 2 [left or right] textbox. You'll have to change "src="imagerotator.swf" " to the full url to the swf file - eg; "src="http://www.yoursite.com/imagerotator.swf" and when entering the images into the xml file use full urls too.
0 replies
L
lesiulodz
L
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thank you very much, I was using php fusion v.6 for very long time and now I`m discovering v. 7, many thanks ;)
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

Full urls not necessary, urls may be slashed like this:
http://site.com/file.swf
to
/file.swf
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

If you don't enter full url , movie won't display in other directories, ie; infusions
0 replies

Labels

None yet

Statistics

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

3 participants

H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
L
L
  • Newbie, joined since
  • Contributed 5 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