Saving A Flash Document?

Discussion in 'Gaming' started by OneTwo, Dec 11, 2006.

  1. OneTwo

    OneTwo Well-Known Member

    Posts:
    2,330
    Likes Received:
    0
    Joined:
    Oct 18, 2006
    Location:
    The Double 7 Zero
    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_
     
  2. bLiNd

    bLiNd Well-Known Member

    Age:
    37
    Posts:
    53
    Likes Received:
    0
    Joined:
    Jun 6, 2004
    Location:
    Memphis
    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
     
  3. OneTwo

    OneTwo Well-Known Member

    Posts:
    2,330
    Likes Received:
    0
    Joined:
    Oct 18, 2006
    Location:
    The Double 7 Zero
    oh ok, ill try that.. does anyone for sure know to save it corrently..? thanks
     
  4. FM Lawlhalla

    FM Lawlhalla Senior Member

    Posts:
    8,061
    Likes Received:
    0
    Joined:
    Mar 1, 2005
    [​IMG]
     
  5. OneTwo

    OneTwo Well-Known Member

    Posts:
    2,330
    Likes Received:
    0
    Joined:
    Oct 18, 2006
    Location:
    The Double 7 Zero
    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
     
  6. MattMann

    MattMann Well-Known Member

    Posts:
    334
    Likes Received:
    0
    Joined:
    May 31, 2004
    Location:
    Chicago, IL USA
    you can go file>export movie and save it as a gif
     
  7. OneTwo

    OneTwo Well-Known Member

    Posts:
    2,330
    Likes Received:
    0
    Joined:
    Oct 18, 2006
    Location:
    The Double 7 Zero
    yes, but gif is bad quality, and you cant, stop, play, pause a gif :(
     
  8. MattMann

    MattMann Well-Known Member

    Posts:
    334
    Likes Received:
    0
    Joined:
    May 31, 2004
    Location:
    Chicago, IL USA

    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> 
    
     
  9. OneTwo

    OneTwo Well-Known Member

    Posts:
    2,330
    Likes Received:
    0
    Joined:
    Oct 18, 2006
    Location:
    The Double 7 Zero
    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 :)
     
  10. David.

    David. Well-Known Member

    Age:
    34
    Posts:
    2,124
    Likes Received:
    0
    Joined:
    Jul 12, 2005
    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>
     
  11. OneTwo

    OneTwo Well-Known Member

    Posts:
    2,330
    Likes Received:
    0
    Joined:
    Oct 18, 2006
    Location:
    The Double 7 Zero
    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:
     

Share This Page