all groups > flash actionscript > september 2004 > threads for sunday september 19
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
Flash and XML attrubutes
Posted by thoand at 9/19/2004 11:48:55 PM
Hi
I have a XML attribute that looks something like this:
address = "Some address 22 Some postalcode 4030"
I need to present this data in a textfield like this
Some address 22
Some postalcode 4030
With newlines
I tried to put newlines "\r" in the attrubute value,
but that... more >>
fscoommand's list?
Posted by hackysack at 9/19/2004 11:46:44 PM
is it possible to find a list of all the generally used fscommands, ive just start to play around with fscommands and would like to learn more.
Thanks... more >>
Unique drag and ease with MC
Posted by gazzer at 9/19/2004 11:36:19 PM
I found a horizontal scrolling technique with what appears to be an MC that has
some unique ease and drag features I haven't seen before. Can anyone help me
recreate this? The photos seem to roll or spin according to how long one
presses down the mouse. Any help, hints, advice or tutorials wou... more >>
Preload swf woes. Googled with no luck on a solution
Posted by Joey D at 9/19/2004 10:44:30 PM
Am I crazy? This should work right?
I have tried this http://www.bokelberg.de/actionscript/1.html and does not
seem to work.
Essentially I have a movie that will load an external swf. I need to preload
this swf along with the main movie. The main timeline and the external swf
are to be sync... more >>
turn dynamic text into link
Posted by wsobreira at 9/19/2004 10:02:47 PM
Hello all of you again thanx for helping ! :-)
I have a dynamic text box that loads its content from a txt file, it's a list
of links to various sites, how can i turn each name of the list into a real
link in which i can click and send the user to the proper page!
Thanx again!
Wender
... more >>
Pre Loader with components?
Posted by Atmosfera at 9/19/2004 9:38:29 PM
I'm working with some components in a project, the components I'm using are:
XML connector
ComboBox
TextArea
Loader
I'm just calling info from a XML file to populate my components, in the
combobox I call the name of the product, in the text area the info and in the
loader the image... more >>
contact Form with components and PHP
Posted by Atmosfera at 9/19/2004 9:37:56 PM
Hi there, somebody knows hot to build a contact form just with Name, Lastname,
Phone, Email, Comments, but with flash MX 2004 Components and how to send the
info to a PHP document?,- the PHP document will send the info to a recipient
address -
thanks a lot
... more >>
tab ordered components
Posted by _jrh_ at 9/19/2004 9:32:00 PM
I'm having huge troubles with tab ordering components/textboxes manually.
I have attached mc's that, in them, have 3 text boxes and 4 combo box
components (all in a row). When testing the individual movieclip for tab order,
they are indexed properly. However, when the program automatically ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Sound Object out of sync with Animation
Posted by plecoguy at 9/19/2004 7:57:37 PM
Hello,
I am attempting to create an elearning program with text that highlights when
narrated. The text highlighting is an animation that I have timed to sync. with
the voice over.
Unfortuently the voice over starts a few seconds after the the text
highlighting animation - it is out of... more >>
Alpha Control Problem
Posted by oneballeddie at 9/19/2004 7:41:05 PM
I have an object A made up of two objects B and C, each on separate layers in
A. B is on a layer above C. B and C each have two subordinate objects (B1, B2
and C1, C2 respectively) also on separate layers (in B and C respectively). I
want to have buttons that turn B and C on and off, button... more >>
Mouse out of flash
Posted by ketz at 9/19/2004 7:09:18 PM
Hello all.
I?m really really really going crazy with a problem i have.
I have a small menu made in flash, with sub-menus. It works great.
It?s integrated in an html page, so i want the menu to roll out the sub-menus
when the mouse leaves the flash area!
It works great as well, excep... more >>
Open New Browser Window Behavior not working
Posted by zeeco at 9/19/2004 6:39:05 PM
I just purchased and downloaded the 7 Web Behaviors from Flash Exchange and the
Open New Browser Window behavior is not working. I applied it to a button and
the hit state on the button appears to be working since the hand appears. I
want to open a file using a relative path. When I click o... more >>
Scroller
Posted by thoand at 9/19/2004 6:09:02 PM
Hi,
I am almost in goal with adjusting this scroller, but I can't make the scroll
stop at the end of the text
I am a bit stuck and can't see what I need right bow. Could anyone pleas help
me?
Demo and source here:
http://www.mr-andersen.no/scroller6.html
Thanks in advance
T
... more >>
passing variable to flash button
Posted by preiger at 9/19/2004 3:36:54 PM
I am trying to pass a variable containing a url to a flash button but am having
problems. I am using CF, DWMX and Flash MX. Here's what's going on:
The code in the flash button looks like this:
on (release) {getURL(passURL);}
The code in the DW page looks like this:
<cfset
page="de... more >>
problem with loadMovieNum
Posted by osheyi at 9/19/2004 1:37:32 PM
http://www.royaldiadem.co.uk/screnshot2.jpg
I'm trying to design a photo gallery using the above two screenshots.
Screenshot1 is supposed to load screenshot2 which is an external swf file using
this actionscript:
loadMovieNum("gallery1.swf",50) and so on....
The problems are:
1. gall... more >>
My preloader hell
Posted by Bulitt at 9/19/2004 12:48:12 PM
Hi there
I have a button that loads an external swf to a blank movie clip on the stage.
I need a preloader in the blank movie clip.
How do I do it?
I've read all the tutorials and cannot get it together. Any chance anyone has
a sample file they created before?
I dont need any pre... more >>
Trouble with dynamic text / paths
Posted by snoogly at 9/19/2004 10:27:21 AM
I followed the tutorial on this page
http://www.video-animation.com/flash_07.shtml
to build a drag and drop quiz. The draggable movie clips have the following
code:
on(press) {
startDrag(this);
_root.answer1="";
}
on(release... more >>
Game programming......
Posted by Luagorn at 9/19/2004 6:05:12 AM
hi, im making an Fighting arcade game. And i have 2 kinds of attacks, one where
the fighter jumps and slahes with is sword and one where he stands and slashes.
The question: How can i make him slash 70% the standing way and 30% the jumping
way????
... more >>
loop while stopped
Posted by homegrownideas at 9/19/2004 4:57:14 AM
Is there a way to loop frames and keep them looping for example frames 1-60 loop and frame 61 you have to click a botten to get to?... more >>
Removing buttons / movieclips from stage
Posted by complexity at 9/19/2004 4:09:18 AM
Hi all,
I have a button that when pressed is removing a intro movie_mc via.
on (press) {
_root.intro_mc.unloadMovie();
}
My problem is that I also want to get rid of this button from the stage when
it is pressed. I have given it a name of skipintro_btn and have tried
unloadMovie... more >>
masking dynamic content in scrollPane component
Posted by _jrh_ at 9/19/2004 2:55:13 AM
On the stage I have a scrollpane component.
I used createEmptyMovieClip to create a clip (called "test") to hold the
dynamically generated content (attached to test via attachMovie), which
consists of one dynamic text box, 3 input boxes and 2 combobox components.
After they are all generat... more >>
Sound question
Posted by cahillb at 9/19/2004 2:36:19 AM
I want to create a movie that would increase the volume of a sound the closer
the cursor got to a button.
Over here
Over here
... more >>
multiple drags
Posted by yop at 9/19/2004 2:03:25 AM
Hi!
I?m trying to drag a mask with another graphic, like a magnifyer. I can drag the mask working or the graphic, but not the two of them, how can i do it?
Thanks
yop... more >>
fscomand
Posted by lunito at 9/19/2004 1:12:41 AM
I want to load an application from my projector. I?m using flas MX 2004, so I
have to create a sub folder in the projector directory and locate the exe file
in there, but when I publish my document to exe o swf, it do not load the
application
Can someone help me with that?
... more >>
|