| Featured Tutorial: Opening a new window This tutorial explains how to open a new window from within a flash movie. It also provides all the options available as a ready reference for users who already are fully knowledgeable of how to open a new window from Flash, but Like me always forget the little specifics! Featured Gallery Image: 2001 MTV MOVIE AWARDS STAGE Featured FLA: Explosion hi ! here we have a button that will resize automatically on roll out and also release a fizz of blurred circles n roll over ...please comment if you use it :) Featured Sound Loop: ... Barren Wastelands Very Filmish in content with hopes of uplifting sadness overlooking a barren, desolate place. You sit there bummed out because the journey ahead will be long and hard. Lush strings, filmish, with pads. Cloud Computing 101: Get Free eBook! Cloud computing can cut costs, speed implementations, and scale quickly. Download this Internet.com eBook now. Click Here. | Interested in placing your TEXT AD HERE? Click Here Featured Sound FX: Medical Computer - Dangerous Pulse This loop gives a good impression of how a medical computer could detect a critic circumstance. Featured Font: Mr.Saturn A Mr.Saturn font from Earthbound! Latest Forum Queries Image Resizing - Please Help Hi, I'm completely lost.. I can't seem to grasp how and where an image resize call should be handled. Code: --------- data_xml=new XML(); data_xml.ignoreWhite=true; data_xml.onLoad=loadData; data_xml.load("xml/category.xml); bot.listt.btn._visible=false; // PARSE XML DATA function loadData(success) { if (success) { //STORE CATEGORY FUNCTIONS a... Restarting paused streaming audio Hi, I am running Lectora Inspire vX.4 and importing swf files which I can successfully control (stop, start, next etc) using the inbuilt control functions. However within swf files I am streaming external mp3 files which I can currently get to pause in line with the rest of the swf but cannot figure out how to get them to restart again at the point I paused. They currently pause in line with th... modify a flash website for which there is no fla file available Hello I have a website that I have to modify. It is entirely built with flash. The problem is that I do not have the fla files. So I have two options: either using a special program which converts the swf into a fla file or build the website with the changes from scratch. What do you recomend? Thanks Exporting flash to animated gif I have made a christmas card in flash - but I need to export it as an animated gif of it - which I can do easily enough - my proble is the quality - it defaults to screen 72dpi but if I want better resolution it increases not only the DPI but the actual file dimensions - mega large . How can I get around 150-200 DPI and retain the original canvas size? Actually I can live with that as I can resi... how to make adventure game like walking hello i am going for an adventure type game, like scumm engine. I am researching how to make the walking, now can anybody tell me, if its a good way to use a bitmap hittest for the area one might click where he wants to walk, then on a graph node find the closest node to the clicked spot, and with depth first or breadth first search the route to it. Then i would attach metadata to all links betwee... Tweening and scaling with AS hiya, i'm having a bit of trouble with some code here. I need an image to scale down about 50% over 600 frames. here's what i have, it's sorta working but not doing the right things import mx.transitions.Tween; import mx.transitions.easing.*; var myHoriTween:Tween=new Tween (sony_mc,"_xscale",Normal,200,400,605,true); myHoriTween.onMotionFinished=function (){ this.yoyo() } any... 3D Line Background Hey Guys, just a quick question, I'd really appreciate any help or guidance I could get on this... I'm really keen on creating an animated background that highly resembles the 3D pipes Screensaver from the old Windows Operating Systems, (not sure if anyone would remember it) However the alteration I want to make is just using thin blue linear lines on a dark blue background that randomly overlap ... Flash8 random - remove used I have this random-code that make the player jump do 6 different frames in the movie. unction randNum(nMin, nMax) { return Math.round(Math.random() * (nMax - nMin)) + nMin; } ///// pil2.onRelease=function(){ s=new Sound(); s.attachSound("knack"); s.start(); _root.gotoAndStop("go" + randNum(1, 6)); How can I write a code so that when I have been on the go2 frame ... Text field color issue I have a text field in which I am loading HTML formatted text. When I set a color to the text field, by using the "textColor" property, if the HTML formatted text has a different color assigned to some part of the text, by using the tag, this color is no longer displayed, as it is overlapped by the "textColor" property one. Is there a way to apply both a "textColor" property value and... |