| Featured Tutorial: Create Flash Slide Show from Your Photos In today's world, we now depend more on digital cameras to capture our photos, and this has caused significant growth in computer software that helps digital camera owners with the transfer, storage, and especially enhancement of all their digital images. This guide covers creating Flash slideshows from photos by using Wondershare Flash SlideShow Builder. Featured Gallery Image: XTS New Xtreme Stuff Logo. Featured FLA: Map Of The Future This is a demo from a website I am doing. It is designed to be a peek in the window as to what Flash can do. Featured Sound Loop: Crazy Action An energetic beat with some strings. Featured Flash Site: Welcome to destination Moscow A digital magazine for Heineken in association with KLM. Featured Sound FX: Insane Frogger Just a frog effect. Featured Font: Fake Receipt Want to print a receipt? Great! Then use this font. From the Internet.com eBook Library: Navigating Your IT Career A career in information technology usually has its share of ups and downs. Download this Internet.com eBook to learn where the jobs are in IT, how to negotiate a salary, and helpful advice on job security and how to deal with a layoff. Join Internet.com now to download! http://www.devx.com/ebook/Link/34938 | Interested in placing your TEXT AD HERE? Click Here Forum query: text not rendering as html online Locally, this code works fine but as soon as I put it online, the text in press_field renders only partially as html (<b> works but <br /> and </br> doesn't) var pressRequest:URLRequest = new URLRequest("press.html"); var pressLoader:URLLoader = new URLLoader(); pressLoader.load(pressRequest); pressLoader.addEventListener(Event.COMPLETE,fileLoader2); function f... Forum query: Download Video Button Hi, I am working on a simple flash site with a showreel on it but I need to put a button on the site that allows users to download a quicktime/avi to their pc. Can anyone point me in the right direction? Forum query: Roll_over & Roll_out Hello, I have a navigation section that i want to fade in whenever the entire navsection has an active cursor over it. The navsection also includes a series of button_mc's that allow the user to navigate. I have the Nav Section (instance named bg) animating properly, but whenever i move from 1 button to the next, it replays the alpha fade in. Here's my code: package { import fl... Forum query: PrintJob/addPage methods Hey I'm trying to figure out the PrintJob method. I have a long document that is about 1500 pixels long, I have the print function working ok, except it will only print 1 page, which is about half of the document I'm trying to print. How do I get it to print out the rest of the document? This is the current code I'm using: print_btn.onRelease = function() { var pj = new PrintJob(); &#... Forum query: [F8] UFHO - my first real multiplayer game Hi all! I'm really new here and I hope I'm posting in the right section... I developed a game together with my colleague, we are trying to push it since we think it's a very interesting game and a good concept too... UFHO It's a turn-based puzzle game, its name is UFHO (come insiede and you'll know why) and it has a lot of strategy. There's a lobby in which you can chat and meet for pl... Forum query: Pause fram Code worked in MX but not CS3?? I have a 1 Scene Movie with a dozen or so layers, i am try to have it play the whole thing on a contuines loop and have it pause on certain frames. I had a script that worked when i was using Flash MX but since i have moved to CS3 for some reason it no longer works. This is the code i am using, i didn't write it, i actually got it from one of the people on here (I apologize i have forgotten their ... Forum query: Caching to local sharedObjects I'm working on a UI that needs to be really graphically rich (ie. a lot of bitmap data flying around) but I'd like to have it load lightning fast. The only thing I've come up with is to load all my UI graphics with loaders and then jam them into sharedObjects so I can pull those instantly on subsequent visits. Is there any other slick way of caching this kind of stuff? I'm most concerned about... Forum query: Duplicate Movie Clip Hi, i'm trying to get an array which is currently traced out to be replaced with images, the code which i've attempted can be seen below, for (i=0; i<test; i++) { duplicateMovieClip("square"+i,i,{_x:Math.random()*(500-50)+50, _y:Math.random()*(200-50)+50}); } If any one could point me in the right direction it would be appreciated, thanks |