Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Adobe Flash Solutions: 2301 - 2325 of 2363
 
Hello all. I am new to flash and need some assistance. How do I name keyframes. Lets say I have 4 keyframes, how would I name them to use gotoAndPlay("nameofkeyframe") from one keyframe...
I am new in Flash but I would like to ask this question about cartoon animation. How can people can create a very good animation just using flash? Are they using another tool to draw the c...
Hi Is it possible to mix motion and shape tweens on the same layer? I know motion can be done with shape tween, but this produces larger files. I'm new to flash so I'm not sure. Thus far I ...
Hi,     Is it possible to integrate Macromedia Flash5.0 with JSP and MySQL? I know that Flash can work with PHP, ASP and ColdFusion.     If it can work with JSP and MySQL, then can you sho...
Hi, I would like to get automatically start a pan of an object(a picture etc.) when the mouse rolls over the image and stops when your mouse rolls off the button. I know I need to use a loo...
Hi all, I have a problem with multiple sounds in flash.  Here's the scenario:  my flash movie starts with a sound loop (I made it a movie clip with attached sound) and after about 20 second...
We need to capture the users signature on a pda using flash.  Basically Pocket Internet Explorer don't support much, but it can suport flash. and so i'm sure that it can be done in it.   I'...
Hi, I have a line bitmap in flash which I want to gradient away to Alpha 0. How would I do this? Thanks, Neil
How can you have an alternate image for a flash movie, so that if a viewer to your website doesn't have flash installed, it will display an alternate image instead? Thank You Brian
I've got a movie clip named x, with size 0,0. I create a new movie clip inside x (in actionscript) and load a image to it (the new movie), when I try to get x width it says its 0 if i try to g...
How to load a mouvie in an exact scene and frame so that the mouvie to be blayed after , not at the begining ?
this shouldnt be hard but i cant seem to get it to work nor find a solution. hopefully someone here can help. i have a flash navigation menu in multiple html pages and would like to have 'b...
Not sure if this is even possible, but here goes. I know how to change the color of a movie Clip with color objects, but is it possible in a button?  I have a button with 2 layers inside (...
IE 6.0.2800.1106 sp1 with macromedia flash player 6. windows me, ati radeon 7200 software version 4. On pages where there is flash animation I get an annoying flickering effect on the image...
I have a .fla that is basically showing a menu bar with drop down effect Then now i hav to create another fla which is suppose to be the main movie file, and i wish to import the existing m...
If i were to make a pure flash website that i could update and upload whenever, how could i make it so that a user does not have to download the whole flash file everytime i update? Here is wh...
hi experts, For my application i need to setup a EXIT button. when i press the button i need to close the entire application window.Any code is available on flash. i use the fscommand b...
Hi there I am developing a soccer live-score website by using php. The design is such the way when these is scoring, a new small window would be opened with a flash(ver6) curtain open slowl...
Hi All, I am wondering if it is possible to create a survey in Flash MX and Cold Fusion Server 5 that would collect data via a Flash based form, quantify the data and output the results (in...
Hi I have a flash file which has a text tool(just one text tool) lengthy enough to put all Branch Address. I want to give a text box(text tool) on top of the file and a search button, so...
i have a problem with the sound on my pc. when i first bought my pc it worked fine but for some reason (and usually when i am online) it just cuts out. i could be viewing a site, listening to ...
i want to have a flash movie where there is an area with HTML coding only, not restricted by Flash in any way. is this possible to do? i want to set it up so that when i click on my flash b...
Hi everyone, I was wondering what's the best drawing tool software that i can use with Macromedia Flash MX, co'z the drawing tools available in flash are not that sophisticated. There are l...
I've an actionscript that increases or reduces the Alpha of a button when DragOver or DragOut happens.. my code looks like that on (rollOver) {      var x      for (x=0;x<100;x++) {     ...
I load image in to flash movie whith this : loadMovie("pic/image"+n+".jpg", "_root.container"); but I can't get a variable with image's height :( please help