PDA

View Full Version : kind of desperate fscommand("allowscale")


Taldos
12-01-2001, 12:29 AM
for some reason the fs command won't worrk.

the following in located in the first frame of my timeline

have fscommand("allowscale, "false");

to prevent the user to being able to change the content. it works fine in my flash player but when i bring it ot IE it still shrinks. any ideas. kinda of desperate

Jungl3M4n
12-01-2001, 04:04 AM
Have you looked at the HTML code, maybe there do you have some scale command,

dunno have never worked with that command without a projector.

maybe there is a command that allow you to control that via HTML, I will be looking for an answer then forward it to you.

Regards,

Taldos
12-01-2001, 04:30 AM
what i am tyring to accomplish is making the window so that whenever the user chooses to resize the window, the material withing tha window remains the same. aka, it does not scalle. i was pretty sure that was what

fscommand("allowscale", "false"); did, but it's not working. any alternative solutions would be appreciated at this point.

thanx and be well.

Jungl3M4n
12-01-2001, 05:48 AM
Now then I'm sutre that you have is an HTML problem, Go to Dreamweaver, open the HTML file in where you have the swf file, then select it, go to the properties window and set a size in pixels, and in the Scale box select "Default (Show all)"

Greets,

:D