| Thread | Last Post | Replies |
|
| Open Browser window | 30 Nov 2006 23:51 GMT | 1 |
Using Flash MX: can't figure out how to open a browser window with specific parameters (specific size, no scroll bar, etc.) This is the html equivalent: <a href="#" target="_blank"
|
| problem creating dynamic instances of a component | 30 Nov 2006 19:53 GMT | 11 |
I have created a component called tab which I'm using in another movie. In the main movie, the linkage identifier for the tab component is called tab. I'm trying to create an empty movie clip and then create a dynamic amount of instances of this tab component and attaching them ...
|
| Scrolling Menu | 30 Nov 2006 19:05 GMT | 14 |
If anyone could tell me what's wron with this code, I would really appreciate it. I think it should work, but it doesn't work exactly how I think it should. I have a scrolling movie clip menu behind a mask_mc. The buttons on the menu, when pressed, each load a movie into an ...
|
| Controlled Loop? | 30 Nov 2006 18:50 GMT | 1 |
I know the most basic command in ActionScripts to keep my Flash video from looping (stop();). Can I apply that command if I want to end on a scene used previously in the movie (as in the example in the
|
| Checking a field value condition | 30 Nov 2006 18:36 GMT | 3 |
ActionScript noob here. I have a input field with an instance name of my_txt, now, sometimes the field displays dynamic text and then other times my content person may choose to leave the field empty. But when its empty, the field displays the word "undefined", which is not what ...
|
| Simple arithmatic function is not resulting in zero | 30 Nov 2006 18:27 GMT | 4 |
This is absolutely bizarre. 2.4 - 1.2 = 1.2 and 1.2-1.2 = 0, or so you'd think, except that Flash keeps telling me 1.2 - 1.2 = -4.44089209850063e-16. Subtract 1.2 once more from -4.44089209850063e-16 and you miraculously get -1.2. Even more bizarre is that this only happens if ...
|
| Detecting when TextInput is selected | 30 Nov 2006 18:05 GMT | 3 |
I'm trying to detect when a user clicks in a text input box. The project is going to be displayed on a touch screen monitor, and I have an onscreen keyboard, so I need to come up with a way to tell which text input box the user is trying to type in... thanks!
|
| How Do I not Reload Flash when page is reloaded? | 30 Nov 2006 17:44 GMT | 5 |
I have a flash animation playing in a table on a ColdFusion page. It is a rather long movie (45 seconds) and I have a stop action at the end of it. The final frame has several navigation points into the site. Is there a way, that I can tell flash not to reload the page if the ...
|
| attachMovie and Variable hel!!! | 30 Nov 2006 17:33 GMT | 14 |
Ok I basically have a navigation which has 5 buttons. What I want to achieve is when one of the buttons is pushed the sub navigation slides out on the right of it. I had planned on creating an mc on the stage that only had a mc inside which has an alpha of 0. This mc is motion ...
|
| import.flash.external | 30 Nov 2006 16:11 GMT | 1 |
have a project originally developed in flash 7. I am now working this project in flash 8 IDE. When I attept to use the external API (import.flash.external.*) I get a syntax error when attempting to debug / publish.
|
| xml search | 30 Nov 2006 14:50 GMT | 2 |
I have implemeted Xpath search in flash .the xml contains more than 70000 lines(2 MB in size) and because of this the searching is very slow, and also the flash player gives the warnng message about the script making the flash player slowly. Is there any way to make this warning ...
|
| Update to AS2 ? | 30 Nov 2006 13:11 GMT | 4 |
I've been using a nice effect in AS1 to slide things around - this won't work with player 8 which I want to use for the filters etc., Can anyone teach me how to write this in AS2 ?
|
| MediaPlayback component | 30 Nov 2006 12:03 GMT | 3 |
I am using MediaPlayback component to play audio and video files, these files are listed in a DataGrid. I want the MediaPlayback to play next song automatically when one is complete, How can i do this ?
|
| Please help - printing arrays problem | 30 Nov 2006 11:09 GMT | 18 |
Please help - i am currently loading data from a text file into flash using an array and loadVars......however when the data is loaded into the text box in flash there is a comma after it.......i tried using 'join()' but that didnt seem to work :( it just meant my variable was ...
|
| Arrays | 30 Nov 2006 10:58 GMT | 30 |
Please help i have read through the previous post about this subject however i have applied this to my problem and it's not working wonder if anyone can help?? I have an array at the moment, where the content is determined by what the user inputs, however if the user enters data ...
|