| Thread | Last Post | Replies |
|
| draggable object with feedback | 01 Jun 2006 00:12 GMT | 2 |
how can i make 2 objects to be draggable and dropped to their own (2) hotspots which then will allow us to go to the next frame/label, if the object not being dragged and dropped to the correct location then ignore the statement/do nothing. It has to be 2 objects, if only 1 ...
|
| How to get external parameters | 31 May 2006 22:49 GMT | 2 |
I'm newbie in Flash, I'm trying to develop an aplication using Flash 8 Professional. I need to send some data to a flash document from a Web page. I have noticed that Flash uses an object tag in HTML code. I don't know if is possible to specify additional parameters in object ...
|
| A .swf viewing area | 31 May 2006 22:25 GMT | 4 |
I have a 748 x 240 swf movie that I am loading into a 1012 x 570 main movie. The animation for the 748 x 240 swf movie has movie clips leaving said area, as intended. The problem is, when I load the 748 x 240 swf movie into the larger main
|
| getBytesLoaded from loadMovie() | 31 May 2006 22:00 GMT | 2 |
I am attempting to use the following code: holder.loadMovie("3.swf"); loaded.text = holder.getBytesLoaded; Does the loadMovie function not support getBytesLoaded?
|
| I need a help | 31 May 2006 21:32 GMT | 1 |
I would like to do that but with little line I know it's not possible to do that this.["c"+i+j].onPress = function() {
|
| Using RemoveMovie CLip within an embedded swf | 31 May 2006 20:19 GMT | 3 |
I'm building an e-learning module, and I'm in the process of making a glossary file -- one that will change depending on what lesson is being accessed at that time. In order to do this, I have an external swf that is embedded into another swf file. In the external swf, I have a ...
|
| DestroyObject and windows gives me trouble | 31 May 2006 20:11 GMT | 1 |
Hello. Now i hope you can help me with my problem. Iam currently trying to build a window based interface for something, which is supposed to work through several platforms, but this is not really the point. The point is, i generate windows with a function, were i give the window ...
|
| creating a timer | 31 May 2006 20:11 GMT | 4 |
Hello all - my actionscripting is rubbish, therefore can anybody help me please? Basically I need a flash movie to hold a keyframe for 30 seconds before continuning. How would I do this? Can anybody point me to a tutorial and/or just post the
|
| Flash Video and sub-titling | 31 May 2006 20:09 GMT | 2 |
Just like to know, if anyone has done any project with flash video with subtitling. I have around 20 videos of 5 mins each, I have to put the subtitling on the videos, the text for the sub titling is available in Excel sheets, I also have
|
| Click Event For MovieClip?? | 31 May 2006 20:06 GMT | 3 |
Hi there, i was wondering, it is possible to 'Listen' for a checkbox compnent 'click' event by using code like this ( example code from livedocs): <b> listenerObject = new Object();
|
| If() syntax | 31 May 2006 19:41 GMT | 1 |
What is the order of operation for the if() command? Example: If the code reads: If(variableA == 1 || variableB == 2 && variableC == 3) { Action }
|
| fifth 'frame' in button | 31 May 2006 18:41 GMT | 1 |
All, I've got a button to which I've added a frame 5 (after the 'hit' frame). I want a specific graphic for the disabled state of the button which I've put in that fifth frame. How do I get that frame to be displayed. You can't use
|
| Paypal add to cart button & combobox variable question | 31 May 2006 18:24 GMT | 15 |
I am using Flash MX 2004 on the mac platform. A while backcI found the following code that enabled me to set up paypal donatoins from my flash site. It was after searching through a huge amount of complicated code and help forum ideas that I eventually found what turned out
|
| loadMovie question | 31 May 2006 18:09 GMT | 1 |
Have created a number of 10-15 second .swf's as Public Service Announcement type stand alone pieces. We want to have them running, one after the other on a free-standing computer (no internet to worry about). But we want to be able to put them together at will... One day
|
| Copying text to new text box - can it be done? | 31 May 2006 18:02 GMT | 3 |
I'm trying to create a single elimination chart for a competition. The names of 32 participants are inputted with input text. How can I create an actionscript that if you click on a button next to their name (the winner) that their name will copy into another text box to the ...
|