I was wondering if there was a way to keep an image the same size even if the person maximizes the window
so If an image is 100x100 in flash and they maximize the window, it doesnt stretch.
image resize
Started by l3lueMage, Jan 06 2006 03:46 PM
7 replies to this topic
#1
Posted 06 January 2006 - 03:46 PM
#2
Posted 06 January 2006 - 08:02 PM
You can't maximize the flash window if it's embeded in a website
If you resize an swf withou AS, you will anyway distort everything that's included in there.
btw.. always convert imported images to a graphic symbor or a movieclip symbol
If you resize an swf withou AS, you will anyway distort everything that's included in there.
btw.. always convert imported images to a graphic symbor or a movieclip symbol
Edited by funkysoul, 06 January 2006 - 08:03 PM.
#3
Posted 06 January 2006 - 08:26 PM
okay one more thing, is there an action script to add into the first scene or w/e to check and make sure they have the right flashplayer, and if not it takes them to a URL?
#4
Posted 06 January 2006 - 08:29 PM
if you're using flash 8, you can choose to embend a version check when you publish the swf and html
Just go to File -> Publish Settings, set it up how you like it and then press F12 or File -> Publish
Just go to File -> Publish Settings, set it up how you like it and then press F12 or File -> Publish
#5
Posted 06 January 2006 - 10:51 PM
okay and one more thing...when I use getURL("http://www.google.com", "_blank");
for example...it always brings up a warning saying denied access to let action script run or whatever, then it takes me to the macromedia website and I have no idea what to do to fix it, I changed settings on their thing but it doesnt save, I tried FF and IE but IE cant even load the flash thing all the way and when it FINALLY DOES it doesnt save the settings either...so yea, why wont it let me redirect to websites?
for example...it always brings up a warning saying denied access to let action script run or whatever, then it takes me to the macromedia website and I have no idea what to do to fix it, I changed settings on their thing but it doesnt save, I tried FF and IE but IE cant even load the flash thing all the way and when it FINALLY DOES it doesnt save the settings either...so yea, why wont it let me redirect to websites?
#6
Posted 07 January 2006 - 07:17 AM
depending on which method you calling the URL, the security sandbox of flash comes into play, wanna post your fla, so I can have a look at it?
#7
Posted 08 January 2006 - 07:10 PM
I figured it out I think, there was some setting in the publish I think. but I was using the url method I posted above, I cant send the fla cause this is for some company o.o; but really its just a button with the action script as this
on (release) {
getURL("http://www.google.com", "_blank");
}
#8
Posted 09 January 2006 - 06:33 AM
well that code must work without any problem.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
