| Thread | Last Post | Replies |
|
| Action Script Question | 31 Jan 2006 23:57 GMT | 1 |
I have an embeded flash movie on my site. There are links to other video on the same page, each link opens up a movie in a new window, (so that the picture is scalable) My problem is that the embeded movie wont stop playing until the user pushes the stop button. Is there anyway ...
|
| output window not showing trace | 31 Jan 2006 23:32 GMT | 5 |
I'm so sorry, I feel like this is such a simple questions, but... My output window is not showing up my trace commands. What could be wrong? Thank you so much. I'm just a beginner in ActionScript. Thank you.
|
| I am floundering! | 31 Jan 2006 23:02 GMT | 8 |
Ok, I tried not to post here and figure it out myself but I am so confused, I am not sure how to fix this. I tried reading the books I have on AS, searching this forum and tutorials on other sites but I can't figure out how to navigate this XML, pull information from certain ...
|
| Re: How to play Movie Clips x seconds and then stop | 31 Jan 2006 22:05 GMT | 2 |
nice tripple post! look into setInterval and clearInterval
|
| HELP!!! MY WHOLE MOVIE DOESNT SHOW UP | 31 Jan 2006 20:00 GMT | 1 |
My movie is cut off, http://www.focusedmind.net/ can ANYONEEEEEEEEEEE help me!! PLLLLLLLLLEASE!!!!!!!!!!!!
|
| newbie / Dynamic image scroller / getting started? | 31 Jan 2006 18:40 GMT | 4 |
This is my first week ever that I'm working with flash. So I realy need some starting points here. I'm trying to create dynamic image slider for my online photobook. But I realy don't know how to get strated and I couldn't find a basic tutorail about that.
|
| transferring variables between movies | 31 Jan 2006 18:22 GMT | 1 |
I am making a training course with each sections are split up between differen swf's. In the first page, the user enter's his/her name. Then the users name is transferred between and displayed on each of the different swf's. I'm trying to figure out how to get the variables to ...
|
| need help in creating Instance | 31 Jan 2006 18:12 GMT | 1 |
I am creating instance of the NumericStepper component dynamically. like this.. attachMovie("NumericStepper", "stepper1" ,1,{_x:0,_y:0}) attachMovie("NumericStepper", "stepper2" ,1,{_x:50,_y:50})
|
| two loadListeners corupting eachother? | 31 Jan 2006 17:40 GMT | 1 |
I am working on the following project and can't get over this problem I am having. http://www.agilitygraphics.com/2006/pages/main.html I am loading the little squares with one loadListener. It works fine so
|
| Buttons instances and their instance name | 31 Jan 2006 16:26 GMT | 8 |
Ok here is the problem.. I have one button with instance name btn11 and when it is pressed it does sertain thing like opening trough animation 4 other buttons. You push one of them and a text appears in a text field and the 4 buttons disappear. So when I push the first button ...
|
| appendng a variable to an object | 31 Jan 2006 16:22 GMT | 2 |
I've created an application which places data records into a dataGrid component called my_grid. I would like to extract the data for a specific column in that record. So I created an object called myRow which references a particular item in the dataGrid.
|
| hitTest issue | 31 Jan 2006 15:43 GMT | 11 |
http://http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=2 88&threadid=1100325 I'm setting up a navigation movie, where the main nav objects Tween up/down depending on what's going on around them.
|
| put text in a Multiline textfield | 31 Jan 2006 15:34 GMT | 1 |
i created an empty text field. it is a multiline dynamic text field. how can i enter multiple text, i can only display 1 line. 2. is it there a way of using a single text file for information of more than one dynamic text field.
|
| Problems with hitTest | 31 Jan 2006 14:41 GMT | 1 |
I?m trying to create a little game using the hit test function. in the first part of this game I create a array with some enemies ships using attachMovie - works fine. I?m having problem with this function: //verify hitTest against Enemys
|
| Visual Basic and Flash - The Basics | 31 Jan 2006 14:38 GMT | 1 |
Hey everyone! I took the tutorial on visualbasic and flash found here: http://www.macromedia.com/devnet/flashslideshow/ and frankly, I am still lost.
|