Well there's a couple of ways to go here depending on your specific needs.
The easiest would be to simply tween your bug, using keyframes on the timeline. Note that this will result in a static animation that will be looped (or not). For a step by step tutorial (bug specific, but any tween tutoral will do), check this out:
http://www.ehow.com/how_8591153_make-insects-crawl-flash.html
http://www.youtube.com/watch?v=mYC1H_C02os
To have the wings move, you can tween a single movement (which will be looped automatically as long as you don't add any stop scripts) and place that animation inside the main bug movieclip so they will follow the bug around.
Now to have the bug move in a random fashion, actionscript is your friend. To have smooth movement, I would recommend to implement the TweenLite/-Max library. Check out these links:
http://www.webdesign.org/flash-swish/flash-tutorials/random-movement.11869.html
http://www.youtube.com/watch?v=z_yt_gz5TyI
Alternatively, you could purchase a premade script/file to implement into your project.
Some examples (just search for fly or bug at that website):
http://activeden.net/item/interactive-fly/24270?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=luisbenitogrande
http://activeden.net/item/swarming-bugs/15424?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=Interact
http://activeden.net/item/glowing-fireflies-lightning-bugs/54536?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=RJFlash
http://activeden.net/item/animated-bugs-and-motionwalker-class/73620?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=flextnet
This is probably your best bet as it will get you nice graphics and customizable scripts.