all groups > flash actionscript > december 2005 > threads for wednesday december 28
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 31
Problem with single character input
Posted by sniperChuck at 12/28/2005 11:20:05 PM
I've searched and searched everywhere for help on this problem, but no luck so
far. :confused:
Here goes,
I have a VERY robust scorm quiz that has Multiple Choice, True-False, Fill in
the Blank, Matching, Multiple Response, etc. The questions are imported from a
XML file and the user... more >>
Actionscript animation help
Posted by bubba_puck at 12/28/2005 10:52:11 PM
I am trying to animate an object in actionscript and am having a little
trouble. Here is the scenario:
On the root timeline, there is a movie clip instance named main_mc. Inside of
main_mc I have an small object with an instance name of frameUL_mc (this is
positioned at X: 215 and Y: -45).... more >>
Combine flash files??
Posted by GGood12 at 12/28/2005 10:38:20 PM
http:\\www.prapc.com\FWC\index.html
At the above site the home page and ministry pages (links at the bottom of the
home page) are separate flash files. Is it possible to combine them into one
file and if so how??
Thanks Grant
... more >>
Rendering characters with accent marks
Posted by acornelio at 12/28/2005 10:37:08 PM
Hi all,
I am having an issue with some text that is loaded via XML .For some reason
Flash is ignoring all char's that are accented. I have checked that both my XML
and txt files are all saved with UTF-8 encoding, plus I have used the URL
encoded equivalent for these char's. Still no succ... more >>
Action Script needed!
Posted by GellyBean at 12/28/2005 10:14:59 PM
Hello everyone and Merry Xmas and Happy New Year!!
I want to play 3 different movies (same size), continuously, one after
another.
I just want to know (the script) how I can make all those three movies play.
Thank you for your help!
G
... more >>
Banner rotation - anyone?
Posted by Gompe at 12/28/2005 9:39:38 PM
Hi, I have read through alot of different sites and forums, and I can't find a
script that solve my issue. I need a script that show banner on a rotation each
time a new page loads. Those banners will be at the top of the page.
I also know that I need a script that use the object string, her... more >>
Bitwise Operators trouble
Posted by jag57 at 12/28/2005 8:23:02 PM
I have been following this tutorial -->
http://www.macromedia.com/devnet/flash/articles/bitwise_operators_04.html
In the second code block, Grant performs an AND operation using the values
argb and 0xFF000000 to extract the alpha component:
var argb:Number = 0xFFC97B33;
// mask the alp... more >>
buttons aren't working
Posted by L_ogistics at 12/28/2005 7:53:24 PM
>I have created a btton and added sound to the over state so the sound plays
when the cursor hovers over the button. But if the >user hovers the cusor over
the button but then changes their mind and moves the cursor away quickly the
sound continues to >play.
>How can I make the sound stop wh... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
statements using vars as boolean value
Posted by Vee at 12/28/2005 7:27:31 PM
I want to load login info using load vars in my first frame. I have been
trying to store that info in variables and in an array. Both ways have failed.
What I mean by failed is that only the first variable is read and nothing is
read at all when I I use arrays to store the same info. This ... more >>
How do I get my button to go to a specific page
Posted by 102075 at 12/28/2005 7:13:17 PM
I have created my button now I just need it o get where I need to go. Any help?... more >>
how does this work?
Posted by digitalsalad at 12/28/2005 7:06:44 PM
Hi all, i have found a flash site which i love very much. There is one element
of the site which is very interesting. I would like to create something similar
but dont know where to start looking for solutions. Here is the link to the
mentioned site...http://www.cassiovasconcellos.com.br/cassi... more >>
calling functions in movieclips
Posted by VoxEcho at 12/28/2005 5:08:17 PM
For some reason i can't seem to call a function within a movieclip like i used
to in previous versions of flash...
or rather, i think i did. can anyone help?
i have a movieclip called "colors_mc" on _root
withing colors_mc there is a function called "facecolor" which just traces out
... more >>
How to make a list that uses custom movie clips as rows?
Posted by Lando35mm at 12/28/2005 4:19:57 PM
"You can also design a list that uses custom movie clips as rows" is posted in
the "livedocs" section but can find any documentation as to how to do this. I
already have a List that is generated from a Database, but my goal is to make
it so the list generates each result into a draggable movie... more >>
Opening HTML Page in New Window in Flash
Posted by ChuckRWD at 12/28/2005 2:42:27 PM
Ok, I made the mistake of buying a template with little experience doing Flash
sites. Although I have learned alot, I had to recreate an HTML page for the
contact page that looks EXACTLY like the Flash page. I had NO images to use,
only snapshots of the site I made, however after an all day ef... more >>
Creating Label through ActionScript
Posted by Jonmark Weber at 12/28/2005 2:05:29 PM
Hello all, I am trying to create a label in actionscript and thus far have
failed spectacularly.
The problem is that when I use the createClassObject method the resulting
object is null, and thus none of the property changes have any effect. I have
seen countless examples of similar code... more >>
actionscripting a sprite
Posted by smalltimegames at 12/28/2005 1:42:37 PM
Hi, i am trying to actionscript a sprite that i've made, but i'm new to
actionscript so i would be very grateful if someone could tell me what i'm
doing wrong. I would like the "run" animation to play when the right arrow key
and the shif key is pressed. Here is the code:-)
if (Key.isDow... more >>
shared library
Posted by artur_fudo at 12/28/2005 1:09:00 PM
Hi.pls discribe how to make shared libraries and how to use.... more >>
Two actions on one button question
Posted by gimmick2 at 12/28/2005 12:48:21 PM
Hi! I need help assigning actionscript to a website. I have am invisible button
there that links via dynamic text link (mose release event) to another page,
however this button needs to trigger an other mouse over event as well, it
needs to make a small red light appear on a map that is locate... more >>
filereference upload() with ASP ??
Posted by fozzie at 12/28/2005 10:56:44 AM
hi all,
i'm working on a "backoffice" for a site in wich the client can upload photo's.
The filereference upload works great with PHP but i need to use ASP on our
server wich does'nt allow PHP.
With ASP or a messy workaround in FMX i use one of these two server
components, FileUp from... more >>
CheckBox Component
Posted by sai1 at 12/28/2005 9:47:33 AM
Hi all,
Im facing a logic problem right here. I have 4 checkBox components and a
'submit' button. I wanna achieve that the user checks the correct checkbox, it
will gotoAndPlay("correct"). This is simple to achieve but when the user check
the correct checkbox AND another wrong one, it will... more >>
external swf problem
Posted by mplekrina at 12/28/2005 9:15:49 AM
hi
i m trying to load an external movie on my stage this movie is too long and i
want to load it first
at the first frame of my external movie i place this code
onClipEvent (load)
{
total = _root.getBytesTotal();
}
onClipEvent (enterFrame)
{
loaded = _root.getBytesLoade... more >>
i want to play from a button...
Posted by tysudarski at 12/28/2005 8:55:13 AM
hey i have a button, and when clicked on i want it to play.
when i use to us flash 5 i could do something as simple as gotoandplay (**)
(something like that)
now since mx you have to type a whole lot more.
so how do i do it?
... more >>
How to add a file path to load a Variable
Posted by bennwho at 12/28/2005 8:42:06 AM
I have a script that is loading text from an external source with
myVars.load("test.txt");
I want to be able to load the file from a different location other then the
same level of the swf.
I was also curious if there was a way to load an excel file within a dynamic
text field or a scroll... more >>
Can we control Scroll Bar Component
Posted by vishalshukla at 12/28/2005 8:38:52 AM
I have created movie in which text is placed through scroll bar components. Can we control scroll bar movement through Script so text could move automaticaly.... more >>
Help me with this code pls :-/
Posted by Flamebg at 12/28/2005 1:14:34 AM
Hello all,
Ok so here it is my problem: I got 8 buttons. When I push one of them a single
line of text appears in a text field. If I push one of the other buttons
another single line will appear but under the first one. If I push another
(third) button a third line of text will appear unde... more >>
xml help
Posted by cosu at 12/28/2005 1:12:15 AM
Hi!
I have the attached code that loads some information from a xml file. The
info from xml goes to the multidimensional array "photos". My problem is that
the trace action at the end of the code returns 0 length and i have to browse
my movie a little bit to get the xml content loaded in... more >>
flash book
Posted by epic.ils at 12/28/2005 12:20:38 AM
i have never used flash befor but i relly want to get into it and make some
flash games and things like that so i was woundering what is a book to get me
started i have a degree in computer programing i know C#,asp.net,VB,SQL server,
so if anyone knows of anygood one plz tell me thanks
... more >>
|