Featured Tutorial: Using Keyframes Featured Gallery Image: Rossignol Ski & Snowboard Featured FLA: resiproEngen Featured Sound Loop: Enigmated 1
Interested in placing your AD HERE? Click Here |
Featured Sound FX: Brushing Carper
A practical brushing carpet sound for multimedia productions
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
Any way to target KM compiler from outside IDE?
Hi all, This may fall in the dumb question department, but I picked up a copy of FDT4 Pure recently (mainly because they have a Linux version) and I'm trying to work out the best FDT4/KM work flow I can. In FDT, you can specify compiler target options including Flash CS5, the Flex 4 compiler, and so on. Is there a standard way for an outside IDE like FDT4 to target the KM compiler? Thanks,...
texterea text color isn't working
hey, im new to flash and i want to edit all my textboares's so that the text is white i tried this: Code: --------- _global.styles.TextArea.setStyle ("color", "0xffffff") --------- from another forum post here but it doesnt work it says: Code: --------- 1120: Access of undefied property _global --------- hope someone can help :yikes:
copy frames?
So I'm trying to copy a scene from one file to another. I've selected all the frames, copied and pasted them at the new target scene. For some reason the tweening does not copy - I see the tweening arrows and colors as in the original scene/frames, yet nothing is tweened. Any thoughts on why that is?
mediaplayer buffering animation
Hi, I just want to play a movieclip animation when my media player is buffering. In the documentation it says this: ---------- *isBuffering property* isBuffering:Boolean [read-only] Returns a boolean value indicating if the media player is currently buffering media content. *Implementation * public function get isBuffering():Boolean ------------ So I tried t...
this.stop()
*Clicking a button to start the current movie clip playing. In the following example, playButton is the instance name of the button, and this is a special name meaning "the current object": * this.stop(); function playMovie(event:MouseEvent):void { this.play(); } playButton1.addEventListener(MouseEvent.CLICK, playMovie); Hi guys... i got this script from flash cs3 help. i could't g...
Radio Button error
Hi everybody When I set the Selected property of radiobutton to true then it's not selected when i run it for example i have a radiobutton with name Rc1 and in frame 1 i have thi script Rc1.selected=true but when i run my project the RadioButton not selected plz help mee
[RESOLVED] Security Error 2409
I made an image uploader that uses FileReference.upload () and uploads to a website that's online and working. It works when I use the program offline from my computer. When I embed the program a webpage that I uploaded to the same website it gives me this error. I changed the local playback security to local only and network only and nothing changed, I really don't know what that setting means an...
Flex motion tracking AS3 with papervision and webcam
I seriously need help for this matter too. I need to motion track an object in my object in my project, and i need to use flex 4 with webcam or built in cam. I experience a problem, is that i dont even know how to start even i refer to examples but somehow those examples, doesnt help
Embedding a .gif
So my friend is making a new signature for use on her forum and she wanted to embed an animated .gif file into her signature. She has no idea how to do this but it sounded to me like something that could be done fairly easily with flash and Actionscript. Personally, I have not used Actionscript in any of my projects since I bought CS3. Mostly I've just been too lazy to learn the differences betwee...