|
Subject:
|
nedd a flash loading screen with percentage
|
|
Posted By:
|
scrowler
|
Post Date:
|
11/8/2004 6:51:21 AM
|
i Need a Flash loading screen before the user enters my site, i dont care if it takes time to load, i just want to know how to do it, and how much space does it take.
thanx
|
|
Reply By:
|
Ben Horne
|
Reply Date:
|
11/8/2004 6:20:03 PM
|
Which version of Flash are you using?
Ben Horne ------------------------- I don't want to sound like I haven't made any mistakes. I'm confident I have.
Most likely using FireFox and concocting my next Macromedia Flash project Snibworks Forums Moderator
Welcome to the New Age
|
|
Reply By:
|
harpua
|
Reply Date:
|
11/8/2004 8:31:49 PM
|
scrowler I have a couple of different ones posted on my site. http://www.eclecticpixel.com/scripts they are the last 2
Mike
|
|
Reply By:
|
scrowler
|
Reply Date:
|
11/9/2004 2:05:48 PM
|
thanks for ur help, but i want to extend my question alittle bit, i'm still abit new on usin flash and loading screens and the .fla files, wat is the code for uploading a flash file. Is it the same way for uploading any other file?, plz i need ur help.
|
|
Reply By:
|
harpua
|
Reply Date:
|
11/9/2004 2:51:04 PM
|
Scrowler, You will first need to Publish it. Which will give you an HTML and SWF file. Then you will upload these files the same way you do your other html or jpeg files. Do not upload the .fla file.
The HTML file is a placeholder for the SWF file. I usually put my SWF files in my images folder, so make sure the path on your HTML is correct as such.
<PARAM NAME=movie VALUE="images/myfile.swf"> <EMBED src="images/myfile.swf"
Mike
|
|
Reply By:
|
scrowler
|
Reply Date:
|
11/9/2004 3:15:39 PM
|
"Scrowler, You will first need to Publish it."
Wat did u mean by that and if i publish it can i then upload it?
|
|
Reply By:
|
scrowler
|
Reply Date:
|
11/9/2004 3:21:11 PM
|
thanks for ur help harpua, i knew how to publish it now.
thanks
|
|
Reply By:
|
harpua
|
Reply Date:
|
11/9/2004 3:26:28 PM
|
On a Mac under File there are some publishing settings.
I would suggest reading over this in the Help section or your users manual, it gives all this information in full detail. There are alot of other options available.
Mike
|
|
Reply By:
|
Ben Horne
|
Reply Date:
|
11/9/2004 4:56:14 PM
|
quote: Originally posted by harpua
The HTML file is a placeholder for the SWF file.
It's not a an absolute must to publish your movie in HTML format. I mean, yeah, some people do this. Others don't. I always just publish the movie in SWF format and put that directly on a page I'm working on.
Ben Horne ------------------------- I don't want to sound like I haven't made any mistakes. I'm confident I have.
Most likely using FireFox and concocting my next Macromedia Flash project Snibworks Forums Moderator
Welcome to the New Age
|
|
Reply By:
|
scrowler
|
Reply Date:
|
11/11/2004 1:35:13 PM
|
Then how can i change my file to an swf format without publishing it?
|
|
Reply By:
|
Ben Horne
|
Reply Date:
|
11/27/2004 12:07:56 AM
|
quote: Originally posted by scrowler
Then how can i change my file to an swf format without publishing it?
Just take the SWF file that is used in the HTML page and this time, use a web editor such as Dreamweaver to insert the movie. Then, I would center the movie on the page using a table with ONLY 1 row and one column. To get the SWF file centered on the page you'll need to center the table. If you don't already have the HTML page published, publish the Flash movie as an SWF and do exactly what I said to do.
Ben Horne ------------------------- I don't want to sound like I haven't made any mistakes. I'm confident I have.
Most likely using FireFox and concocting my next Macromedia Flash project Snibworks Forums Moderator
Welcome to the New Age
|