A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: Does anyone know a good swf image host?

  1. #1
    NINJA CLAN XBOX360
    Join Date
    Aug 2007
    Location
    chicago
    Posts
    17

    Does anyone know a good swf image host?

    I know how to save my SWF movie and now im looking to find a flash host that does SWF files.I talked to blanius and i need that kind of hosting to see my SWF image on my myspace page or any other outside web site host..

  2. #2

  3. #3
    NINJA CLAN XBOX360
    Join Date
    Aug 2007
    Location
    chicago
    Posts
    17

    Stoke thanks ..

    I finally found out how to get my SWF to work but now i needed a host to get the right code so my SWF can display the image on my page..Blanius said it needed a Embed code and all i get are <a or http: how do i know what is the right code?

  4. #4
    That web bloke Stoke Laurie's Avatar
    Join Date
    Jan 2006
    Location
    England
    Posts
    869
    Add to Web Page


    To run a Flash animation from your web page involves: (1) creating a swf file with KoolMoves and (2) adding javascript and html object and embed statements to your web page which reference the swf file. KoolMoves will create these statements for you. You upload your .swf and .htm/.html files and a special .js (javascript) file supplied by Adobe to your web server. This is analogous to creating an image in an image editing tool and adding code to your web page to display this image.


    Look under File > Export Movie for a number of different approaches to creating swf files and adding the necessary code to your web page. We recommend using File > Add Flash Movie to Web Page Wizard which is appropriate for both novice and expert users.


    If your interest is animated gifs, use File > Export Movie > Capture Movie Frame to capture the portion of the screen inside the movie frame and save as a .bmp. Capture a series of frames (e.g., navigate to a frame, capture the frame, navigate to another frame probably the next, capture the frame, and so forth). Use software for creating animated gifs to transform the series of bmps into an optimized animated gif. There are many such specialized products available. See Gif Creation.


    Users of FrontPage, see Using KoolMoves with FrontPage.


    Users of CoolPage, see Using KoolMoves with CoolPage.


    Users of NetObjects Fusion, see Using KoolMoves with NetObjects Fusion.


    A KoolMoves animation can be exported as a Flash™ movie (.swf format) with File > Export Movie > Save as Flash Movie. You can create a stand-alone .swf file, a .swf file and a .html template file which references the .swf file, or add a Flash animation to an existing web page. Both swf and html files are needed for the animation to play on the internet. Movie properties (width and height, speed, background color or image) can be set with menu items associated with Movie menu bar prior to exporting the files.


    Koolmoves can provide you with the necessary javascript code to call the Flash movie as one of the choices in File > Export Movie > Add to Existing Web Page. To replace a gif or jpeg image in an existing HTML file with a Flash movie, manually replace the <IMG SRC="....gif" WIDTH="..." HEIGHT="..." BORDER="0" ALT="..."> HTML code in your existing HTML file with all javascript/object/embed code that KoolMoves and then pasting over the <IMG code... You can use copy/paste editing capability in your web page editor or in NotePad. A word of caution: do not paste javascript code onto your web page using FrontPage. The code will be pasted into a block of text and the javascript will not run correctly.


    The name of the .swf file in the HTML file must be the same as the name of the .swf file on the server. If your server does not accept a .html extension, you can rename the extension to .htm. It is best not to include spaces in the name as this causes problems with Netscape browser.


    Both the .html and .swf files are next sent to your web site by ftp. When you ftp the .swf file to your web site, make sure you send it as a binary file. The .html or .htm file must be sent as ascii. The better ftp programs like FtpVoyager do this automatically. www.pageresource.com/putweb/ provides assistance in how to ftp your files to your server.


    If you are having trouble getting the animation to play on the internet, these steps are recommended:

    1. If you double-click on the .html file generated by KoolMoves on your local disk, does the animation play in your default web browser. If it does, the .html and .swf files are OK. If it doesn't, your browser may not have Macromedia's Flash player. Go to the web site associated with your browser or to http://www.macromedia.com and download the player.

    2. Upload the KoolMoves generated .html (as ascii) and .swf (as binary) files to your web site. Does the animation play on your web site if you go to the KoolMoves generated web page? If not, there is a problem in how you sent the files to your web site. File > Export Movie > Diagnose Server Problems is a small expert system for diagnosing these types of problems.


    See Add to Web Page Details for more detailed information.

    Source Koolmoves > help try it sometimes or PM big B again

  5. #5
    I C SERVERS Makulaf's Avatar
    Join Date
    Dec 2003
    Location
    Fredericksburg, VA
    Posts
    506
    http://www.hodsondesign.com/myTuts.html

    Account (free) comes with a file host
    ~~Drew~~
    New Tutorial Site Coming
    Soon
    http://board.flashkit.com/board/show....php?p=4118485

  6. #6
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Let's get this straight, the problem you are having is with Photobucket NOT KM. And this is not a photobucket support forum. You would be better off looking at photobucket for the info.

    that being said I just can't help myself
    Ok Ok.... Since you are using Photobucket I signed up to get the info I needed.

    I uploaded a test swf file and the url is
    http://i185.photobucket.com/albums/x.../controlme.swf
    Apparently Photobucket allows you to upload swf files but dosen't seem to want to provide you with the code to embed it like it does for images and videos. So you are a bit on your own...

    try something like this substituting your own URL
    <embed id="controlmeswf" src="http://i185.photobucket.com/albums/x118/blanius/controlme.swf" wmode="transparent" type="application/x-shockwave-flash" ></embed>

  7. #7
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Oh and here's a link to a help post on their forum
    http://forums.photobucket.com/showth...ht=embed+flash

  8. #8

  9. #9
    Ubi bene, ibi patria Nightcap's Avatar
    Join Date
    Jun 2007
    Location
    GA, USA
    Posts
    184
    Quote Originally Posted by Stoke Laurie
    sigh


    Nightcap
    Everybody thinks of changing humanity,
    Nobody thinks of changing himself.

  10. #10
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Thanks I needed that

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center