Hi - Could someone point me in the right direction to find out how I would create a scroll box, that contains a long list of numbers ... when you click on a...
The basic thing is to listen for the right event. I'm not sure which component you are using, but both the list and the combo box have events that fire when...
Hi! I'm a novice with Flash :) I'm actually working with an old version (5). I hope someone can help me out. I've created a button in Flash, and have tested...
Dear All i'm Multimeda designer, i'm searching for free lance or full time work, u can see my online portfolio www.tamerlotfy.info feel free to contact me ...
Hi, I want to play a flv movie in a flash file and when the movie is finished playing to redirect to a url. Can anybody give me a clue? -- Vriendelijke groeten...
Hi, I got a flv file from a client to use in here website. The size is a bit to small. So I scaled it up a bit in flash but when I play the flash file in the...
Hi, I have a potential client who wants to learn from me to change his banner self. I ha a policy to update my creative set only to the odd numbers. So I CS1...
You need to change the size of your stage to match the button size. I don't remember exactly how to do this in Flash 5. 550X400 is the default size for a Flash...
Not that I know of, but you might try scaling your whole swf up by setting the height and width in your html to something a bit bigger than the native size. I...
Yes, he will. However, if he ever wants to send the file back to you for additional work, he will have to save to the CS3 version or you will not be able to...
Becky, Was I good idear but it does not wrk. It wil scale down but not up. To bad Greetings Dirk Op 11 apr 2009, om 11 apr 2009 14:30 heeft Becky Kinney het...
Thank you SO much, Becky! To do it what you suggested (change the size of the stage), I needed to click on the gray part of the screen, in the program, but off...
Becky, Good point. Thanks Op 11 apr 2009, om 11 apr 2009 14:32 heeft Becky Kinney het volgende ... -- Vriendelijke groeten Dirk [Non-text portions of this...
Hi Beckey, I found a solution. I translated the flv to mp4 and back Greetings Dirk Op 11 apr 2009, om 11 apr 2009 14:30 heeft Becky Kinney het volgende ... --...
Hi Guys, I'm really having a bad time here. I'm using a UILoader component to load external images and SWF files. Everything is going fine and it loads all...
Maybe the changes you are making are being made to the Class file? If that is the case, try putting the elements that need changing into the timeline instead...
Thank you very much for your help. I really appreciate it. I will try this solution but it seems to work properly as it is logically correct. Thanks again for...
Hi - I have to do a piece that has: -- a combo box that contains a choice of 5 amounts of money, then -- a combo box with choice of 3 years appears -- leading...
So, what part of what you are doing doesn't work? Did you want the second combo box on the screen at the same time as the first, or do you want them ...
I have an html page that on load starts to play a flash movie. After the flash movie stops, I would like to re-direct the page automatically to another page....
If you have an animation playing, then on the last frame you want to use a getURL statement to change pages: getURL("new_page.htm", "_self"); _self opens the...
thank you Michael. This is actually a .flv file. I don't have access right now to the original .fla file. Any other way this can be accomplished? Best R.C. ...
I'm answering my own question, but I think I can create my own .fla file since the item is flv file and then input the code. I don't need an original .fla...
I wondered about that. Without the FLA you don't have many options. You would have to create a listener that detects when the FLV is done playing and then do...
No, not at all. If you have the FLV it's not too difficult to create your own FLA that plays the FLV and then detects the end of the movie. You can use the...
thank you Michael. Very much appreciated. I got it to go with creating my own .fla file, importing the flv file and using code I found on the web. Works good....