PDA

View Full Version : publishing


rflorico
09-08-2003, 07:50 PM
1. if i'm going to make a flash site, how will i publish it, (i.e. if the window is only 700x400) what will happen if the resolution of the user is low, will the movie look bigger, is there any command so that the window will stay the same whatever the resolution of the user?

2. if i'm already finish with my swf (with interface, navigation, etc.) how can i upload it in the net, can you give me steps on how to do it and tips to have a good flash site.

3. What is the best application of web developing languange to use with flash other than server-sided languanges like Php and Asp?

Thank you very much for your time and effort. We (rookie flash users) really do appreciate your help....

Warrior
09-09-2003, 03:03 AM
1. if i'm going to make a flash site, how will i publish it, (i.e. if the window is only 700x400) what will happen if the resolution of the user is low, will the movie look bigger, is there any command so that the window will stay the same whatever the resolution of the user?
The smallest resolution for a computer these days is 800x600. If the resolution is low the movie will not look bigger but it will look less attractive because of the way it was setup in the first place.
This command stops the movie from scaling
-----------------------------------------
fscommand ("allowscale", false);
-----------------------------------------


2. if i'm already finish with my swf (with interface, navigation, etc.) how can i upload it in the net, can you give me steps on how to do it and tips to have a good flash site.
You use an FTP to upload to a webserver. Get a book on webdesign and it will teach you how to do it.


3. What is the best application of web developing languange to use with flash other than server-sided languanges like Php and Asp? XML for language conversion and visual basic and C++ but that's as far as you will go.