| Featured Tutorial: Using Keyframes A simple overview to using keyframes, a fundamental step to understanding and using Flash. Featured Gallery Image: The Real Enigma This is a little background I made for iCEBERG. Featured FLA: Page Curl - Flip A very simple page curl flip demonstration. Display any number of pics - Slide show http://www.omegagrafix.com/flash/PageCurl.html Featured Sound Loop: Business - 05 If you use this loop in one of your projects, please link to us using one of the methods available at linkcenter.soundshopper.com 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: Shampoo Bottle Sound of a shampoo bottle opening. Please visit/link to http://www.freewaresounds.com if you use this sound. Featured Font: FAFERS Irregular Serif Font I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all Latest Forum Queries v7-AS3 show keyframe number in dynamic text? for debugging purposes, I wanted to display the frame number in a dynamic text box. I managed to do this with this code: --------AS3 txt2.addEventListener(Event.ENTER_FRAME, frameNumberText); function frameNumberText(evt:Event):void { var frames:Number; frames=currentFrame; txt2.text=(String(frames)); }text=currentFrame; } ------------- I didnt realise a frame is different... Flash Video Player within .fla I am looking for a free/open source video player that I can put into the actual .fla (that will be played from a CD). I have 18 videos the person needs to select from, and they will choose each video by text name, not an image thumbnail. All of the videos for flash I can find seem to be for embedding them to your web page, and if they have a gallery it's for thumbnails which I cannot use, unles... Multi-array problem Hey im trying to make something work, heres my code first of all: var questionNumber:Number=1; var selectedAnswers:Array=[]; var correctAnswers:Array=["", ["hello","goodbye","helloagain"] ]; selectedAnswers.push("hello"); selectedAnswers.push("goodbye"); selectedAnswers.push("helloagain"); trace (selectedAnswers); for(a=0;a<=selectedAnswers.length;a++) { if(selectedAnswers[... How can I fill movieclip with bitmap/texture using actionscript 2 code? Hello, I am trying to create small flash application which would allow me to fill movieclip with different texures/bitmaps using actionscript. It should work something like this: Click here (http://www.imajine.in/tutorials/flash/color_as.swf) but instead of fill with different colors movieclip should be filled with different bitmaps/textures. I have find tutorial (http://www.imajine.in/tu... Is it possible to add a buffer to a video that is loaded though FLV Component? Hello... I am using CS5 FLV video components to show my video... Works fine however online it takes some time to start and it just has a blank screen for about 7-8 seconds before it starts the video Is there any way to add a buffering message until it loads the video? I know that buffering is easier to do with NetStream.. but in this case im using Flash's CS5 FLV component which it doe... I am a beginner in need of help! Hi everyone i am trying to create a game for my family website, it will look the picture below but instead of paper targets i want to use photos of family members. I have no real flash experience, could somebody give me a good starting point. Thank you in advance. Image: http://www.nealeweb.com/nealeshootingrange.jpg Load image using xml node + png Hi, I am trying to load an image using a node from xml, adding the prefix, and loading into my movie. *This loads the text from the xml node ok* driver1Txt.htmlText=xmlData.info[5].toString(); *This is how I was loading the image* dvr1Loader.load(new URLRequest("images/drivers/RBR1.png")); driversPanel.driver1.addChild(dvr1Loader) *This how I'm trying to load the image but it doesn't work* dv... Error #1006: X is not a function Hi Everyone, First AS3 project after transitioning from AS2 so I am learning a lot! I am working off a tutorial gallery. The gallery used to have a document class of: com.alexrindo.flashview.Flashview I changed it to: com.wooden.flashview.Flashview After renaming the 'alexrindo' folder in the project and changing all of the import references, etc. in the class files accordingly, whe... CS3 Alternate image if no flash player I'm trying to put a .jpg as an alternate image for if there is no flash player or if someone is trying to access my site from an iPhone. the div i want to insert it into is as below... AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=9,0,28,0','width','1000','height','190','src'... |