PDA

View Full Version : Movie size


prozac_boY
03-24-2002, 11:48 PM
How do I make it so that the movie will always take up the whole page on the browser? Is it possible for a movie to be of the same size (pixel wise) when you change the screen settings? i.e 640x480 to 1024x7something

FiZzIk
03-25-2002, 03:19 AM
you can change the options in publish settings, on the html tab there is an option for the dimesions, just change it to percent and put 100 in the height and width boxes.

keep it real.:D

farafiro
03-25-2002, 06:17 AM
or place that code in the very first frame/ top layer

fscommand("fullscreen", true)

prozac_boY
03-25-2002, 09:05 AM
Thanks for you peoples help, i didn't think i'll get a response so soon. But i tried both of your instructions and i cant seem to make it work. Wat do i put on the html? Currently i got this in there:

<EMBED SRC="movie.swf" swLiveConnect=FALSE Width="700" Height="400"

TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/
shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">

By specifying the width and height will it stop it from displaying like i want it? Sorry I'm abit slow, i appreciate u guys helping me out.

mad_A
03-25-2002, 09:23 AM
yeah, specifying a fixed sizer will overwrite your code.

prozac_boY
03-26-2002, 03:04 AM
i've tried getting rid of the part width="700" height="400" and the movie became really small, can someone tell exactly wat to put in the html? Thankx

FiZzIk
03-26-2002, 04:26 AM
if you WANT to manually edit the html you can change
Width="700" Height="400" to
Width="100%" Height="100%"

i think thats the way?




maybe it is.



:confused:

farafiro
03-26-2002, 06:02 AM
That's right Fiz but if u r gonna do so u must change the Dimensions in the Publish setting (HTML tab) to percent

FiZzIk
03-27-2002, 01:23 AM
thats what i tried to tell him.

mad_A
03-27-2002, 08:54 AM
fizzic - how did you make that footer? I know how to get the player stuff, but how did you get the rest?

farafiro
03-27-2002, 09:07 AM
It's a pure FMX MAD_A

mad_A
03-27-2002, 10:25 AM
I guessed that much, I have MX, and have been working with the beta for 3 or 4 months for macromedia, but never came across a method of getting dpi and all. That's what I was asking.

A

farafiro
03-27-2002, 11:31 AM
Oooops, sorry for I got u wrong

But why don'y u try the MM AS dictionary

here is what I found under the "system"
System (object)
This is a top-level object that contains the Capabilities object. You must use the System object to use the Capabilities object and its properties. For example, the following code checks to see if a system has audio capabilities.


System.capabilities.hasAudio



here is the link
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/

mad_A
03-27-2002, 11:40 AM
Great! Thanks a lot:D