ed84c Posted November 10, 2004 Posted November 10, 2004 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?
Sayonara Posted November 10, 2004 Posted November 10, 2004 The page with the flash movie in it is being displayed in a frameset - I suggest checking the path.
SubJunk Posted November 10, 2004 Posted November 10, 2004 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?)
SubJunk Posted November 10, 2004 Posted November 10, 2004 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
ed84c Posted November 10, 2004 Author Posted November 10, 2004 yes Fp007 should be in the same folder of the page
ed84c Posted November 10, 2004 Author Posted November 10, 2004 The page with the flash movie in it is being displayed in a frameset - . wtf does htat mean?
ed84c Posted November 10, 2004 Author Posted November 10, 2004 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
SubJunk Posted November 10, 2004 Posted November 10, 2004 nice flash animation by the way, where did you get it? you really should sign up to http://www.f2g.net though, those ads up the top and the popups are just insane.
Sayonara Posted November 10, 2004 Posted November 10, 2004 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.
SubJunk Posted November 10, 2004 Posted November 10, 2004 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"
SubJunk Posted November 10, 2004 Posted November 10, 2004 ah... Okay, how did you make the page in the first place? With a program or by hand?
ed84c Posted November 10, 2004 Author Posted November 10, 2004 programme, front page express, flash was downloaded and i edited the txt files of the flash
SubJunk Posted November 10, 2004 Posted November 10, 2004 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>
ed84c Posted November 10, 2004 Author Posted November 10, 2004 oooooooh i see of course i htought you meant edit the flash .swf file
SubJunk Posted November 10, 2004 Posted November 10, 2004 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
ed84c Posted November 10, 2004 Author Posted November 10, 2004 ok well just did what yoy said, now its screwed up even more
SubJunk Posted November 11, 2004 Posted November 11, 2004 what are you talking about? the flash animation is showing up fine now
ed84c Posted November 11, 2004 Author Posted November 11, 2004 read the original post. The TEXT does not display.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now