View Single Post
Old Sep 12th, 2005, 2:29 PM   #10
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4 Polyphemus_ is on a distinguished road
Quote:
Originally Posted by Obtruse_Man4
I think I found the problem, atleast partly. It's these two lines of code:

<link href="style.css" rel="stylesheet" type="text/css" />

<base href="http://www.farsideofthegalaxy.com/skins/plain/">

Together they form the green header bar, but flash doesn't work. With only the first line of code in, only the links show up (no green graphics), but the flash works. With just the second line of code in, the flash doesn't work nor do the green graphics show. I have no clue why that is, but I think I'm getting a little farther.
that will probably your problem. use for the URL "../../photos/APG.swf" instead of "APG.swf".

Hope that helps
Polyphemus_ is offline   Reply With Quote