Jump to content

Recommended Posts

Posted

I have just made a website;

 

http://www.ictrock.biz.ly but the text doesnt display on the flash opening, however i have uploaded all the .txt files in a txt folder, in the same way that it is on my comp (and it works there) what should i do?

Posted

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?)

Posted

I'm aware of this, I'm giving him the script like this so he knows what it's all for without having "// this does this" everywhere :P

Posted

I read about somebdoy who had to underscore the folder name and it worked, I under scorded _txt folder and now it displays the button names

Posted

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.

Posted

in the flash coding, you have:

<embed src="file:///http://ictrock.biz.ly/FP007_download.swf"

 

Change that to:

<embed src="http://ictrock.biz.ly/FP007_download.swf"

Posted

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>

Posted

Tell us when you've done it so we can marvel at your web-page-making brilliance :)

And if you don't sign up to f2g network I'll eat a baby

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.