hey, how do I save my flash document so I can upload it properly.. Ive saved, well, expored my animation as a movie swf type.. I uploaded it, but then when I click on the url, the animation is full screen and it is only suppose to be 150x150.. and then the url of the animation, I cant put it on any bords as an I cant even post the url normally.. like http://soandso.swf .. so can someone tell me how I can save it with the proper size that I want without it beign a gif please.. like this sig (first sig) thanks _Here_
I don't nomrally work with flash but the simplest way I can think of would be to embed it in HTML setting the width and height restrictions. -bLiNd
hmm, thats what i did..? so after I do that, there's that box that pps up with all the settings.. put it to high quality, and then ok.. so did I upload it wrong or something..? cauz I did that and when I uploaded it, it was full screen and I couldn't post it anywhere..? thanks for the reply though
sorry i thought you wanted a gif. but swf are vector based basically meaning that they are meant to expand to the greatest size they can but not loose quality. so you can't use it in a forum unless they support a swf tag. If you want to link to it just use this in an html file. Code: <object width="150" height="150"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="150" height="150"> </embed> </object>
so would I put in the info I needed like so..? <object width="178" height="252"> <param name="movie" value="OneTwo.swf"> <embed src="http://fwrestling.com/host/UWIwrestling/OneTwo.swf" width="178" height="252"> </embed> </object> because if its right, shouldn't it be working..? but thanks for your help
If you have access to an FTP then, in the root/base folder upload OneTwo.swf and FlashMovie.html In FlashMovie.html have: Code: <object width="178" height="252"> <param name="movie" value="OneTwo.swf"> <embed src="OneTwo.swf" width="178" height="252"> </embed> </object>
thanks for your help, but i actualy found the code for the boards.. Its Code: [FLASH=400,600]http://.swf[/FLASH] So thats for anyone who doesn't know... but yh, 400 is width and 600 is the height part thanks for all your help everyone :wub: