I have DataSet ("ds") and DataGrid ("dg") components on stage. Their DataProvider properties are bound to each other. Next, I defined an array and assigned it...
aspsa
aspsa@...
May 1, 2004 10:03 pm
52349
Yeah, I posted this on FlashCoders a while ago. Change one of the values to numeric type instead of string and it will show up. It's a bug with String type...
Damn... This essentially renders the DataSet useless in this context. In line with what you said, I slightly altered the array. A quick check with "Debug>List ...
aspsa
aspsa@...
May 2, 2004 12:45 am
52351
I created a simple button and then placed it within a movieclip. In the movieclip I put the following code. on(release) { _root.gotoAndStop(100) } on(rollOver)...
In true newbie fashion I was making this far too difficult. The answer was simple and was discovered after a good nights sleep. Sometimes that's all it...
**** I swear I'll call you by your first name if you don't call me ;) On a flash related note, I was involved in a conversation on the other coders list and...
... I think it's a very interesting thought. Just wondering if it would make all that much difference most of the time. In very ActionScript heavy movies I'm...
Hi frends, I have to solve the following problem urgently. I looked into some resources over the net with no avail. Now, I have a director piece that prepares...
Good Morning! Is there a kind soul available that would be willing to help me get throught a project today as much as possible?? It's my final project for my...
I need help preferably with SwishMax, but Flash would help me also. I am trying to create a auto scrolling newsticker. I need to have the text dynamic, and I...
I've done searches on Macromedia's site, but not finding what I'm looking for... ... Server software that can auto create Flash files based on a script. Here...
Hi, I want to make a sliding/moving gallery that moves by itself with a mouse over. where do I start. Are there any tut files out there as well? Thanks. b...
I am sending a variable (in this case "Occupations") to "myFieldName" in the function below, and want to end up with "Occupations" as the instance name just...
Becky, I say thanks in advance, but what I mean is an external application or extension that may get a number of PNG files and export them as SWF. Yours...
ok here is the deal. I created a Flash Movie "HomePage" with a username/password entry in the same movie. I have a button that I use to trigger of a database...
Yes, initial test indicate that this would definitely help, but the tests are on aspects of the idea, not testing the engine itself against a fully qualified...
Yeah, you need to access the object/movie clip like so: movieClipLocation[myFieldName].addItem IE: this[myFieldName].addItem(whatever, whatever) John Grden ...
There is one programs I know that will take pictures and combine them into a swf file. Photopulse from Photica think it sells for about $40 ProShow - from...
When you mask dynamic text in Flash, you have to embed the font, or it won't appear. I don't know whether embedding is an option in SwishMax, but that would be...
You have to use setMask() if you're going to mask a text box that uses device fonts(not embedded). Basically, your mask is a movie clip, and your textbox is IN...
That sounds really interesting. Could you explain a bit more? How do you know what the next available interval is? That is? Becky ... From: "John Grden"...
... Not a tutorial but you can check out my example "Side Scrolling Image That Reacts To The Mouse" at http://flashstuff.net/interactivity/ Both demo and...
Sure thing! Well, I did a test a while back where I confirmed that you could only ever get 10 more iterations/commands in between frames. So, the idea would be...
Try loadVars.sendAndLoad() rather than send(). It's in the ActionScript Dictionary, but I'd be happy to help more if the Dictionary doesn't answer your...
... The PHP script should be: <?php // Where ever you do before passing the response $MyStr = "Username and or password not found. Please try again!" $rString...
I'm going to have to study this, but I don't have time right now. I'll get back to you with questions some other time. Thanks! Becky ... From: "John Grden"...
... saying. ... events, ... I think the added load would likely cause the frame rate to drop, which would in turn cause your intervals to occasionally fire on...