all groups > flash actionscript > november 2006 > threads for saturday november 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
problem reading actionscript data returned
Posted by enantiomer at 11/18/2006 11:21:47 PM
I am new to flash and am testing that remoting can interface
with my business services and objects for a project that I am
interested in. The problem is that although I can communicate with the
server on simple assembly service method calls, when i try to return an
array of objects, it says wha... more >>
Actionscript Problem
Posted by Steele Imaging at 11/18/2006 11:02:46 PM
Folks,
I have a simple username / password script.
Here it is:
---------------------------------------------------------------
on (press, keyPress "<Enter>") {
limitu = username.length;
limitp = password.length;
trace(limitu);
trace(limitp);
for (i=0; i<limitu; i++) {
t... more >>
Please explain two things about this site
Posted by atmadaenygma at 11/18/2006 10:20:09 PM
http://www.istanbulmodern.org/en/f_index.html
This website has features I was interested in implementing on eof which is the
dragable information. you can drag it and also it has buttons that you can use
to navigate. How was that achieved? the other question is.
I really like how they w... more >>
randomness (but not quite)
Posted by wullie big g at 11/18/2006 9:28:57 PM
hi there! this is my first post but hopefully not my last!
im having trouble in Flash 8 with some actionscript.
when a button is pushed i want to select a random playing card from a standard
deck of 52.
i have managed to do this successfully so far, with each card being a single
frame in... more >>
load and send, event keyframe
Posted by gilco123 at 11/18/2006 7:58:12 PM
hi,
I am trying to send information to the PHP script that work fine without
getting any information back and not opening a explorar window.
I am using sendandload(), and my PHP script return nothing.
I want it to happen while the swf movie is running, in frame 3, (no pressing a
button)... more >>
Get scrolling to stop?
Posted by Brenton07 at 11/18/2006 7:52:38 PM
Ok, I've been working on scrolling lately. I've got the scrolling code down,
but I need one more step. I would like this panel to stop scrolling if I leave
the panel. The setup is that this is in a movieclip named ClipPaneContainer
that is in the bottom right corner of the stage. It contains a... more >>
Array problem
Posted by MartinLindh at 11/18/2006 1:00:13 PM
I have made a homemade class called triangle wich exstends the MovieClip class.
It makes special triangles. :)
class Triangle extends MovieClip {
etc...
Now I want to put 20 triangles in an array, but it does not work:
for (i=0; i<20; i++) {
triangelArray.push(new Triangle()); ... more >>
action script problem
Posted by calmchess333 at 11/18/2006 3:10:18 AM
I have an .as file with this code within it
so when the send_pb button is pushed then onSendMessage causes the message to
be sent.....I'd like the enter key on the keyboard to do the same thing. I
tried various ways to do it within the .as file but nothing seems to work.
// Delegate the c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ScrollPane problems w/ content that grows at runtime
Posted by Jesse Jenkins at 11/18/2006 1:24:19 AM
I'm having a problem with the ScrollPane component. I have a ScrollPane
containing a MovieClip from my library. The MovieClip grows in height during
runtime as the user adds additional UI components to the MovieClip.
Unfortunately, when the MovieClip's height exceeds the visible area in ... more >>
Dynamically Loading Slide Show...
Posted by saru110 at 11/18/2006 1:10:41 AM
hello everyone
this is a big one...but i am stuck!
i want to make a slideshow in flash 8 with the following properties...
1/ dynamically loads jpegs from an external folder and centers them on the
stage (regardless of whether they are landscape/portrait)...this bit i can do
2/next/prev but... more >>
Newbie: onEnterFrame question.
Posted by Bonge Boo at 11/18/2006 12:00:00 AM
This is probably blindingly obvious, but I don't understand it. Any
suggested reading matter or explanations gladly accepted.
Both these are examples placed in the _root timeline.
this.onEnterFrame = function() {
trace("repeated at the frame rate of movie");
}
//traces repeatedly as e... more >>
Controlling Multiple audio using Action Script
Posted by Dino-thanigaivel at 11/18/2006 12:00:00 AM
Hi All
Question 1:
Can we able to control (volume levels) of two or more audio tracks form
library or form outside using Action script
-----------------------------------------------------------------------
Question 2:
I am having a video(flv) with a voice in my timeline, and also i am... more >>
using substring to splice XML attribute
Posted by Vee at 11/18/2006 12:00:00 AM
Ok. So I have only the concept down but not a clue how to execute it. Heres
what I want to do: Use a string from my XML create mutliple substrings then
feed them into a comboBox.
Heres what I mean:
<myXML>
<menu itemSizes="Small+Medium+Large" itemName="My Name 0">
<menu itemSizes="Medium... more >>
Random Video from Array
Posted by german01 at 11/18/2006 12:00:00 AM
Hi:
I tried a script posted in this forum, but didn't work. I have a set of 10
short videos. I want to play them one after the other in sequence. Here is the
script I used. It only plays two of the 10 videos and then nothing else
happens. Can you please check my script and correct it so I ... more >>
Var problem
Posted by Sterockicy at 11/18/2006 12:00:00 AM
Why doesnt the following IF code work?
By the way its a target shooting game and when you click the "total" var goes
up.
var shots = 0;
var total= 0;
onMouseDown = function () {
total +=1;
}
if(total == 10){
_root.nextFrame();
}
All help would be appreciated for this simple... more >>
|