all groups > flash actionscript > april 2006 > threads for monday april 17
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
load image dimensions
Posted by prisonerjohn at 4/17/2006 11:53:20 PM
Hi,
I have a script where I load and scale different images in a single movie clip
but it does not work correctly. The dimensions seem to "stay in memory" so
every new image I load gets scaled according to the first scaling value. The
scaling value stays the same until I load a larger im... more >>
loading variables problem
Posted by cd9 at 4/17/2006 11:40:23 PM
Does anyone have a simple script that will load a variable from a text file. I
have tried LoadVars and loadVariables? I'm sure I must be doing something wrong.
I can display the variable value in a dynamic text box, but if I try to use
the variable in an if statement, it doesn't work. If I t... more >>
Child form calling a method on it's parent's class.
Posted by agorman at 4/17/2006 10:50:25 PM
I am developing a form-based application. There is one root form called
"Application" and a few child forms off the root (e.g., Login, CustView). I
would like the sibling forms to be able to pass contol to each other (e.g.,
after successful login, I want to make Login invisible and CustView vi... more >>
What Is The Best All-round Canvas Size For A Web Browser
Posted by Hrududu at 4/17/2006 9:55:04 PM
What is the best all-round canvas size when authoring a swi for a web browser?
by this I mean best for authoring without scrollbars. I know a chap whose
screen res is 800x600 and who has every single toolbar displayed in IE, leaving
around 400pixels in height free. For crying out loud.
I o... more >>
How To Set Bold, Italic, And Urls In Xml Files
Posted by Hrududu at 4/17/2006 9:53:07 PM
I've been experimenting with XML. No doubt you guys have too.
Do any of you know how to set Bold, Italic, and URLs in an XML file? regular
<b>, <i>, and <a href> just don't kick in.
Thanks,
Hrududu
... more >>
keyboard nav_Flash MX 2004
Posted by KuriousKat at 4/17/2006 8:41:18 PM
Hello,
I've been trying to get the keyboard navigation to work with no success.
What I want is for users (especially visually impaired) to be able to navigate
using right and left buttons to progress through a slide show using Flash MX
2004.
These are the instructions I've followed to ... more >>
Loading multiple consecutive .swf files in Flash 8
Posted by dragonlilly at 4/17/2006 6:50:21 PM
I have a question and hope that someone may be able to help; this might be a
piece of cake for you...
I have a container .fla movie and would like to load consecutive external .swf
files. Right now I have a play button triggering the loading of the next
movie, but what I would REALLY lik... more >>
Need help with Link passed from XML
Posted by hih at 4/17/2006 5:46:52 PM
This is to create a flash driven navigation menu. What I have is a coldfusion
page that serves a simple XML formatted page. There are 3 XML components,
linkLabel, linkURL and linkType. The label just passes text, the type is just a
number 0-9 that is used to determine the style of the button. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Math Equation getting info from Input Text field - Flash 8
Posted by NS5 at 4/17/2006 5:18:49 PM
Hello
I am trying to do a simple interaction for a training course. The interaction
is measuring if someone is X amount of pounds overweight it puts y amount of
additonal pressure on the back.
I want the user to be able to input any number of pounds overwight up to 3
digits and when t... more >>
Interactive Flash map
Posted by Matt-R at 4/17/2006 5:15:09 PM
Does anybody have any code or tutorials on how to create a map that allows the
user to zoom in and out and pan.
I want to keep the map as vector art.
Below is a link to a sample of what I am trying to create.
http://www.westminsterwoods.org/toc.php
Thanks
... more >>
createTextField help...
Posted by organicdigital at 4/17/2006 4:59:38 PM
ok. im trying to get the data that is entered into the created text fields and
turn them into an Array.
for some reason it reads the text field varibles as the variable name not the
value of the text field.
anyone got any idea how to work this out?
the code:
word = "test_test";... more >>
Extra right click functions
Posted by Kookas at 4/17/2006 4:55:02 PM
I have seen flash animations that have their own right click functions (right click on movie, and it has its own functions, not just rewind, forward, back, about macromedia flash player 8 etc)... more >>
log-in script
Posted by mardazzle at 4/17/2006 4:17:25 PM
If there anyone out there who can help me with a log-in script for a flash
website. Basically we have confidential files that we want clients to view and
not to all the public. I want to set up a log-in button and the client will
have to type in name and password then take you to another page ... more >>
I can't get it to load external Imgaes
Posted by gregmax17 at 4/17/2006 4:02:22 PM
Thisi s the script I am using:
if (_root.importImage <> '') {
trace(_root.importImage);
this.loadMovie("images/"+_root.importImage+".jpg");
}
else {
trace("wha?");
}
I have this in a movieclip on the stage with several buttons. When I click on
the button it send that variab... more >>
Action script powerful?
Posted by xaviolo at 4/17/2006 3:30:25 PM
I'm new to flash and action script but working a little bit with it i have
found some problems. Imagine I want build an html with 4 pictures on in.
obiously these pictures can be anyone, i mean , i pass a parameter to the page
and it loads the pictures i need. Can i do these with flash?. Imagi... more >>
triggering actions using frame labels
Posted by rodolfo1216 at 4/17/2006 3:07:41 PM
Not sure how to do this one: I want to trigger an action when the playhead
reaches a certain labeled frame. I can make it work using:
if (_currentframe == 10){
dothis;
}
but I anticipate moving things around in the timeline so I would rather have
the action triggered when the playhea... more >>
auto tab?
Posted by organicdigital at 4/17/2006 2:53:35 PM
is there a way to auto-tab between input text boxes that are created through
the createTextBox method?
i have a series of text boxes that can only have one character typed in each.
i want it to automaticly go to the next text box once someone has input
whatever character.
any ideas?
... more >>
I need some Help Please!!
Posted by Mr Mojo Risin 2006 at 4/17/2006 2:18:59 PM
Hi,
First of all, i will declare i am a total noob at flash, i have been using it
for the past few weeks and am just getting to grips with it, but there is one
thing that i have been trying to do for the past 2 days and it really is
driving me up the wall. I have searched the net and this ... more >>
target path issue
Posted by aniebel at 4/17/2006 1:43:29 PM
Can anyone tell me why this function is not working from the main timeline
(frame 1)? The movie has a stop action on frame 2 and on the main movie is the
MC with an instance name of "newsNav_mc". In that MC is a frame label "openR"
and it has a tween from that frame to frame 34 which has a sto... more >>
Caching
Posted by Dani147 at 4/17/2006 1:42:25 PM
What is the action script for caching a movie clip named "bLunch"? ... more >>
Dragging rows in a grid
Posted by Debamoments at 4/17/2006 3:40:48 AM
Is there way to make rows of a grid component draggable or interchangable on runtime?... more >>
Getting flash to know what it's filename is?
Posted by Koop at 4/17/2006 2:17:36 AM
Is it possible to get the filename of the swf loaded within the swf itself?
Why? I have been working on a loader that checks the status of the load and
reports back to the main timeline what is currently loaded (or trying to
load and it's status).
I would prefer it if i didn't have to wr... more >>
Random quotes without repeat
Posted by mikeinoz at 4/17/2006 1:57:10 AM
I have a basic ynamic text box importing random quotes from an external .txt file. How can I get the quotes to display without repeating until all of the quotes have been viewed?
Thanks in advance.... more >>
fileReference uploading in Flash 8
Posted by sampurtill at 4/17/2006 1:00:51 AM
I am having trouble here.
I upload a file using flash and coldfusion, and if the file is made unique in
the coldfusion script, flash will receive the image back that was the original
file, not unique. So lets say I upload an image of a mountain named
"mountain.jpg". I go and upload another... more >>
Button Trouble
Posted by Dr.Amatos at 4/17/2006 12:13:27 AM
Umm yes, I have figured out all of my button issues, but I seem to have a new
problem.
My Movie, as soon as it is done playing, jumps right to the begginings, and I
have a Button in there that is supposed to be a replay button. Im fairly sure
this is right,
on (press, release) {
go... more >>
Problem creating Multiple instances of Movie Clip
Posted by Godwin at 4/17/2006 12:00:00 AM
Hi
I am trying to position instances of a moveiclip with different parameters for
X, Y, rotation, and Y Scale which does not seems to happen.
I have created a movie clip and have exported it for actionscript with a
linkage name "mcGraph". Now when I try to postion the movieclip using var... more >>
Calling javascript function from dynamic text file
Posted by ryanc44 at 4/17/2006 12:00:00 AM
This is probably a fairly easy problem, but it seems to be baffling me. I have
a javascript function that's just opens a new window, writes a little bit of
html, and grabs an image to place in the window. The javascript is on the page
that my flash .swf is embedded in. It looks like this:
... more >>
Flash & Php
Posted by Mrinal Banerjee at 4/17/2006 12:00:00 AM
I want to pass a variable from flash to php. How do I do that?? I am using
Flash 8. I had written the code in flash that loads php file given below..
myXml.load("myphp.php?myVar="somevalue);
And I had written in myphp.php file to catch the variable;
$value=HTTP_GET_VARS;
But it do no... more >>
force datagrid redraw?
Posted by sneakyimp at 4/17/2006 12:00:00 AM
my datagrid lists a name of an object and a number associated with it. i want
to decrement the number and cause the grid to display the new value
immediately. dataGrid.redraw() apparently doesn't work.
var ps:Object = groups1.content_mc.groupDataGrid.selectedItem;
ps.productCount -= ... more >>
Variable contain movieClip name
Posted by Libyano at 4/17/2006 12:00:00 AM
Can i define Variable contain a specific MovieClip name ? i think it's possiable in AS 2.0 !! but is it in AS 1.0?
Thanks... more >>
Double trouble
Posted by oz3107 at 4/17/2006 12:00:00 AM
Im am trying to do a dragable map of my homecity, but i also want clickable
button, which brings you to a decided location. I know how to make the map
drgable, and i know how to make a button that brings you to a decided location,
but i dont know how to make them work togehter.
Please down... more >>
How to resolve multiple variable names
Posted by thanx4allthefish at 4/17/2006 12:00:00 AM
Hi,
How do you resolve references to variables on multiple screens - i.e
I have multiple variables on multiple screens and I want to use a for loop to
access the variable names as well as the screen names.
e.g. 5 screens ... Screen1 thru Screen5... variables on each screen
Screen(n)... more >>
How to change quality in movie
Posted by AnotherRandomFlasher at 4/17/2006 12:00:00 AM
guys i was wondering how u change the quality of a movie which i see in sooo
many games using a simple on(press){ function.
can someone please tell me the code u need to use to change the quality using
a button?
much appreciated :o
... more >>
|