all groups > flash actionscript > february 2004 > threads for sunday february 29
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
component source code
Posted by learningFlash at 2/29/2004 10:44:44 PM
I keep seeing articles and stuff about modifying component source code. For
example, regarding the CommunicationComponents, on the Macromedia site is says
"customize component source code to create an even wider variety of
applications", which is exactly what I want to do. I've also seen an ... more >>
Need little help with listbox component (mx 2004)
Posted by b4r7 at 2/29/2004 9:34:56 PM
anyone know how to change the size/font of the text in a listbox component in flash mx 2004?
thanks in advance.
//bart... more >>
parent mc mouse events block child's
Posted by EverQuest at 2/29/2004 9:12:08 PM
I have been working on a movie clip that will display different text every 30
seconds. When the user moves his mouse over the clip, I wanted the text to be
shifted up 40 pixels or so (i have limited real-estate to work with) and have a
few buttons display in the open space which the use can p... more >>
SWf??
Posted by Sm754 at 2/29/2004 8:59:38 PM
Hi
I have a swf file and it is a movie but the first 25 frames of it is a loader
and a "menu" where you have to click a button that says "play". i downloaded
this and have permission by the creator to change this yet i dont know how.i
need to have the movie to where i don't need to click any... more >>
sending variables from flash to flash
Posted by artofflash at 2/29/2004 8:57:29 PM
Can anybody help me with this???
I want to send Variables from one flash movie to the other.
How do I do that?
Additional complication:
The movies are on different locations; I want to send data from swf file on
HTTPS to swf on HTTP.
I am so thankful for any help!!!!
Mo
... more >>
Embedded fonts mean no bullets with <li>
Posted by amcintosh at 2/29/2004 8:43:58 PM
Try this: Put a text field on the stage. Check the "Render as HTML Box", and
be sure it's Multiline. Choose to embed all characters. Name the text field
"foo_txt". Open the actionscript panel and type in "foo_txt.htmlText =
"<li>Foo</li><li>Bar<li>.
It should appear like this:
[li]F... more >>
puzzling issue with numeric stepper
Posted by amarmabbu at 2/29/2004 8:33:50 PM
hi all flash actionscript users/gurus,
i have a puzzling issue with numeric stepper. i have a field called quantity
on a flash movie with a numeric stepper next to it. the max quantity is 50 and
the increment is 0.1, upon selection of a value using the numeric stepper, i
get its value and ad... more >>
Rollover state remains after mouse moves focus?
Posted by jeffhtx01 at 2/29/2004 7:42:37 PM
I hope I am asking this question in the correct forum. I posted this same
question yesterday, but havn't seem to have elisited a response.
I have created a navigation similar to the navigation used on the mm home
page. Primary nav. on layer 1. Buttons(rollover) goto and play frame ().
sub n... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do you get a password to enter next frame?
Posted by www.mdproject.tk at 2/29/2004 7:22:00 PM
I need a little help in how to get a password to enter next frame.
e.g : once you type in the password and click enter in goes to the next frame
or a certain frame...
I want information on how to make sure the button corresponds with the
password and more.
Kind regards,
mdproject desig... more >>
If countdown reaches 0d:0h:0m:0s...Stop!
Posted by trints at 2/29/2004 7:16:56 PM
In this code, if the variables all reach '0' down to the second, I want the
clock to stop...Even if the .txt file shows a negative number:
<frame1>
stop();
var dateVars = new LoadVars();
dateVars.onLoad = function(ok) {
if (ok) {
clock.secondsleft = parseInt(dateVars.seconds);
clock.... more >>
Increase by 1
Posted by rmethod1234 at 2/29/2004 6:56:32 PM
Hello all,
I'm writing a small time tracking application and i've run into a small
problem. I have a textbox that displays the number of hours a user has worked
on a specific project. I'm trying to set it up so when the user clicks on a
button, the number in the textbox increases by 1.
... more >>
Problem of Load the gif imagein
Posted by Jason_BigBear at 2/29/2004 5:16:10 PM
HI Everyone, i have some problem on about load the gif file into flash. as i
known, the method of loadMovie or loadMovieNum which is instance of MovieClip
Object provide the function to load the image of swf file in.....
but while i need to read the gif file in by calling actionScript..... if ... more >>
can someone explain this
Posted by Alexander Ross at 2/29/2004 5:10:32 PM
what exactly does this piece of code do??
method = method != undefined ? method : "POST";
... more >>
Array from ASP to Flash?
Posted by Andy Petroski at 2/29/2004 4:54:10 PM
I'm trying to get the value of variables from an ASP page where the variable
name is created dynamically in the ASP page based on the number of records
returned from the database search:
55 records returned =
compName1 = "xxxxx"
compName2 = "xxxxx"
.. . . . . .
compName55 = "xxxxx"
ASP r... more >>
POPUP WINDOWS
Posted by rick555 at 2/29/2004 4:04:47 PM
I have Javascript on buttons that open a new popup window that is an html page
with the Flash file embedded into it. It works fine unless I click another
butto without closing the window. The window that is open does not close and so
the next file opens up in it. This is not good because the f... more >>
for i =0 ? How to creat an id and link?
Posted by Pluda at 2/29/2004 3:35:30 PM
Hello there,
I've a txt file like this:
mytxt=i@ip.pt
a@ip.pt
b@ip.pt
c@ip.pt
I'm loading this txt into a dynamic text field. So far, so good!
Now, how can I transform this lins into link emails?
I supose I need to creat an id for each, but I don't untherstand how this
wo... more >>
I Need Some Help :-)
Posted by Useem at 2/29/2004 1:17:23 PM
Hey!
I am making a presentation to a new museum.
I want that when the mouse of the presentation doesn't make any move during 1
minute the presentation go back to the first frame of the movie. Anyone can
tell me how do I do it?
Thanks
Useem
... more >>
getURL abuse
Posted by chaos_control at 2/29/2004 1:03:54 PM
I've just come from a forums thats reported a user using a flash signature to
redirect users to other sites. The site admin considered this a serious breach
of security and banned all flash content from the site.
I'd like to know which versions of Flash DO NOT support getURL so that I and
... more >>
Select Multiple Checkboxes
Posted by Ken Silanskas at 2/29/2004 12:55:23 PM
Hi all,
Let's say I have a screen of fifty checkboxes in a grid style. How can I
set it up so that instead of clicking each individual checkbox, a user can
click on the screen and drag over the boxes they want to select? Would
anyone know where I can start with this?? (AS 2.0)
Thanks
-Ke... more >>
problems with sendAndLoad
Posted by Necron at 2/29/2004 11:20:39 AM
I am trying to send variables to a PHP script and in the same turn receive the
results from that script. So I believe I need to use the LoadVars.sendAndLoad
function.
For testing purposes I tried the load() function first and it all worked fine.
I set up some default variables in the PHP ... more >>
How... can i call external application.exe by Fla
Posted by rongscd at 2/29/2004 9:57:49 AM
i am new in flash
If I want to call or open....myfile.exe
how can i write script
Thank you ..... more >>
CHinese and Spanish Characters in a mailto Tag
Posted by Kit Lamoureux at 2/29/2004 9:20:27 AM
Hi there,
I am trying to create a mialto link which has parameters to control the
subject and body elements of the email. The idea being that the link opens
the users email client and has the body and subject areas fill in with the
messaging we want.
We are having a problem with the Chinese... more >>
How do I set text color in TextArea Component?
Posted by Dr.Dre'del at 2/29/2004 8:17:01 AM
The documentation is almost intentionally vague on this... there is a setStyle
method which works with other properties of the TextArea component (we're
talking about MX2004 here btw), but "color", "fontColor", "textColor" and
"text" all do nothing.
So... what does one need to do to get t... more >>
objects
Posted by Québec at 2/29/2004 8:13:30 AM
Hi gurus,
I want to recollect my objects to display them on a circle. When I try,
trace(objects[i%3]); always print _level0.tete
objects = new Array(_root["tete"], _root["yeu1"], _root["yeu2"],
_root["noz"], _root["nos1"], _root["nos2"], _root["lwnoz"], _root["mousta"],
_root["lwlip1"]... more >>
textField width - Font size - number of character
Posted by flashkid at 2/29/2004 8:07:37 AM
I want to know if there's a function that returns a number of characters
available in each line , knowing the textField width and the font size.
eg:
function charsNum(tfWidth,fntSize){
//somr relation between tfWidth and fntSize
return numOfChars
}
This is because I want to be able to ... more >>
multiple text fields
Posted by jjjake01 at 2/29/2004 5:58:13 AM
As frame5 is entered, multiple text fields are supposed to be created.
I have 3 createTextFields. Each one works, if it's the only one I didin't
comment out. But if I activate all 3, only the last one displays a text box.
... more >>
help me~~for folder problem
Posted by timedrive at 2/29/2004 2:46:11 AM
f I have a folder with some files in,so how can I get their names from the folder with AS??And could I put they in a UI_Cobom?Help me, I am beginer.Thank you~~ ... more >>
Creating Preloader?
Posted by DGalanis at 2/29/2004 12:52:24 AM
I was wondering if anyone could tell me how to create a preloader from scratch,
and the Actionscript that I would need to make the preloader work as well as
count off the percentage loaded. Iam currently using Macromedia Flash MX 2004,
and although there is a preloader component built in, I wo... more >>
Variables from ASP, what am I doing wrong?
Posted by Andy Petroski at 2/29/2004 12:06:10 AM
I am trying to pass variables from an ASP page to Flash, but am not having
any luck. Here's my set up:
ASP Page Flash is embedded in: www.sitename.com/folder/page.asp
Flash path in page: ../includes/flash.swf
ASP page Flash is trying to get variables from: searchpage.asp (this is in
t... more >>
|