Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Closed Thread
Results 1 to 9 of 9

Thread: Can you please give me some feedback

  1. #1
    Duke Guest

    Default Can you please give me some feedback

    First off, I suck at Flash. I'm starting to get used to the tools but really ache at compression.

    Here's my latest try (for my website). The files pretty large at 209 KB and jpg quality turned down to 25.

    Comments?

  2. #2
    crowebird is offline Senior Member crowebird is on a distinguished road
    Join Date
    Aug 2004
    Posts
    263

    Default

    your tweening and fadeing were done nicely but it seems that the animation runs a little slow, and the fact that the file size is soo large is a disadvantage for a banner. I would try lowing the amount of content in the banner. Another thing try publishing the banner as a gif image instead of a swf file.

    Cheers

  3. #3
    Duke Guest

    Default

    Thanks for the comments crowebird.

    I originally started off saving as .gif's but the filesize was huge if I wanted any text or image integrity. I ended up going with a .swf as it gave me the nicest quality at the smallest filesize.

    I'll likely have to pull out content which really sux. How do places like Miniclips.com do it I wonder?

  4. #4
    crowebird is offline Senior Member crowebird is on a distinguished road
    Join Date
    Aug 2004
    Posts
    263

    Default

    well first off their banners dont have so many items in them, another way is they pull objects from an outside location, or use pixles that can be reused, with duplicateMovieClip(), etc. Hope everything works out. Instead of making a huge banner like that, create a small one, like jsuyt one image, then use your idea for your banner as an intro or somthing.

  5. #5
    Duke Guest

    Default

    I'm a little curious as to what you mean pull objects from an outside location.

    Much of my problem stemmed from the fact that I used high-res images assuming Flash would size them down (wrong). I now have to go back and re-do much, if not all, of the .swf with pre-edited photos (man I feel like a dumbass).

    I've made a much smaller movie that looks allright in .swf but still loox like p00p in .gif. I can't figure out the .gif compression for the life of me.

    Anyway, here's the latest banner:

    clicky

    BTW, is there any way to actually post a .swf movie in a webforum or as part of a signature? I'm guessing no because you link to the .html file rather than directly to the .swf.

  6. #6
    crowebird is offline Senior Member crowebird is on a distinguished road
    Join Date
    Aug 2004
    Posts
    263

    Default

    Your latest banner took less time to load, but the overall time to display it went to fast, the pictures stayed for about a second then they were gone, I would chnage that. About pulling objects from an outside source, you can call objects from a file on your computer or a website, then create a blank movie clip and have the swf place that file in the blank movei clip, can be used for images, you can also use #include to load coding from an outside source, usually in a .as or .txt file. Another way would be for music that way the file size of the swf is not so large. Heres an example for you....

    Code:
    _root.song1 = new Sound(_root.song1);
    _root.song2 = new Sound(_root.song2);
    location = "http://www.theSite.com//subfolder//"
    _root.song1.loadSound(location+"songname1.mp3", false);
    _root.song2.loadSound(location+"songname2.mp3", false);
    
    _root.song1.start(0, 99); //seconds offset, loop

  7. #7
    Duke Guest

    Default

    Thanks crowebird, seems you really know your stuff. That said, I'm nohwere near coding, hell, I didn't even know that was an option till 2 minutes ago

    I found a flash forum that has approx. 9000 members that I'll likely be joining in the next few days. I'll try and pick up what I can there and press on. I'm thinking about joining your site as well actually.

  8. #8
    crowebird is offline Senior Member crowebird is on a distinguished road
    Join Date
    Aug 2004
    Posts
    263

    Default

    If you still want more info, flashkit.com/board
    Everything you could want about flash

    [about 500000 members]

  9. #9
    Duke Guest

    Default

    Quote Originally Posted by crowebird
    If you still want more info, flashkit.com/board
    Everything you could want about flash

    [about 500000 members]
    I do, I was just looking at the flash last night and really want to fix it up. Thanks for the lead crowebird, I'll definately check it out.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. My Feedback so far..
    By wakish in forum Feedback (Don't holdback :)
    Replies: 3
    Last Post: 07-07-2008, 07:40 AM
  2. Blogrush any feedback?
    By SkinnerW in forum Blogs and blogging
    Replies: 1
    Last Post: 11-28-2007, 05:23 PM
  3. UK Webmaster Forums Feedback
    By temi in forum Feedback (Don't holdback :)
    Replies: 0
    Last Post: 05-13-2007, 07:23 AM
  4. Visit and send your feedback
    By rakib in forum General Webmaster Talk
    Replies: 5
    Last Post: 01-24-2007, 10:07 AM
  5. Just saying hi and leaving some feedback.
    By monkey in forum New Members Introduction
    Replies: 2
    Last Post: 03-07-2005, 10:30 PM

Bookmarks

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124