Help - Search - Members - Calendar
Full Version: Flash not loading
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
Josh Thomas
I am customizing a wordpress theme to match an existing website, and I have all the elements copied and working. However, the <div id="header"> calls a javascript function which loads a flash file...don't ask me why it was set up this way, someone somewhere thought this would be a good idea. Anyway, it works on the original site, but not on the blog.

The site is www.purrinlot.com, and the blog is blog.purrinlot.com. The flash file in question is the Purrinlot.com graphic that runs vertically down the left side of the page. The blog appears to load it, but it seems to be invisible?? Any help getting this working would be greatly appreciated. Thanks!
pandy
Maybe upload the flash to the blog subdomain?

CODE
document.write('<param name="movie" value="logo.swf" />');


That will make the browser go look for http://blog.purrinlot.com/logo.swf, not http://purrinlot.com/logo.swf . Alternatively upload the script to the blog sub and edit the above line to reflect where the logo is. Or upload both to the blog sub... wink.gif
Josh Thomas
Brilliant! I didn't even think about the .js file using a relative path. Thanks for your help pandy!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.