Jump to content

Flash Wont work on my homepage


ed84c

Recommended Posts

Well first of all, sign up at http://www.f2g.net to get a free account. They have no advertising of any kind. at all. nada. none. :)

Secondly, replace:

Our Inspiration http://www.ictrock.biz.ly/inspiration.html

with:

<a href="http://www.ictrock.biz.ly/inspiration.html><font size="2">Our Inspiration</font></a>

and do the same with all of them, it will make it look much better.

 

Now, in response to your question, your flash file (FP007_download.swf) is it in the main directory (e.g. not in another folder?)

Link to comment
Share on other sites

Am I right i thinking you are importing external content into a flash movie?

 

If so it will help us if we can see the directory structure on your PC, the directory structure on the server, and the actionscript that is importing the content.

Link to comment
Share on other sites

Go into your page coding and look for a bit that says:

 

<param name="movie" value="FP007_download.swf">

<param name="loop" value="false">

<param name="menu" value="false">

<param name="quality" value="best">

<embed src="file:///http://ictrock.biz.ly/FP007_download.swf" align="baseline" border="0" width="780" height="440" loop="false" menu="false" quality="best" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object>

 

Delete it and replace it with this:

 

<param name="movie" value="FP007_download.swf">

<param name="loop" value="false">

<param name="menu" value="false">

<param name="quality" value="best">

<embed src="FP007_download.swf" align="baseline" border="0" width="780" height="440" loop="false" menu="false" quality="best" bgcolor="#000000" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.