 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Flash (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

November 8th, 2004, 07:51 AM
|
|
Authorized User
|
|
Join Date: Nov 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
nedd a flash loading screen with percentage
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
|
|

November 8th, 2004, 07:20 PM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

November 8th, 2004, 09:31 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 249
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
scrowler
I have a couple of different ones posted on my site.
http://www.eclecticpixel.com/scripts
they are the last 2
Mike
|
|

November 9th, 2004, 03:05 PM
|
|
Authorized User
|
|
Join Date: Nov 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|
|

November 9th, 2004, 03:51 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 249
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

November 9th, 2004, 04:15 PM
|
|
Authorized User
|
|
Join Date: Nov 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
"Scrowler,
You will first need to Publish it."
Wat did u mean by that and if i publish it can i then upload it?
|
|

November 9th, 2004, 04:21 PM
|
|
Authorized User
|
|
Join Date: Nov 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
thanks for ur help harpua, i knew how to publish it now.
thanks
|
|

November 9th, 2004, 04:26 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 249
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

November 9th, 2004, 05:56 PM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 451
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
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
|
|

November 11th, 2004, 02:35 PM
|
|
Authorized User
|
|
Join Date: Nov 2004
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Then how can i change my file to an swf format without publishing it?
|
|
 |