all groups > flash actionscript > august 2006 > threads for sunday august 13
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
What's the difference
Posted by timothytrice at 8/13/2006 7:53:07 PM
Besides the fact that one works and the other does not (the for loop does not
display the images), what in the world is the difference between these two
scripts?
Works:
[CODE]
this.createEmptyMovieClip("logo_mc", this.getNextHighestDepth());
logo_mc.loadMovie("1.jpg");
logo_mc._x = 2... more >>
Combo box component will not drop down in myLoader
Posted by sbryner at 8/13/2006 7:16:53 PM
Hello,
I am trying to load a "search.swf" into "main.swf". that works fine.
the problem is "search.swf" has a combo box with a list of drop down items.
why won't the combo box list drop down when loaded into "main.swf" ?
It works fine when I test it seperately.
Oh, I figured out my ... more >>
XML Loading Problem - Review Code
Posted by Steele Imaging at 8/13/2006 6:43:36 PM
Here is the structure of my FLA file for this problem:
Screens are as follows:
STEELEIMAGINGLTD_SCR
-HOME_SCR
-CLIENT_SCR
-DEMOS_SCR
-ABOUT_SCR
-CONTACT_SCR
-MENU_SCR
On the initial load, the STEELEIMAGING_SCR contains the follow XML code to
lo... more >>
upload and display picture on mug from website
Posted by jkjkljkl;kljkljl4q35 at 8/13/2006 5:05:51 PM
I need to be able to upload pictures to my website and then show that picture on a mug on the website automatically. Can anyone show me where to start? TY... more >>
simple solution for a simple person HELP
Posted by achib at 8/13/2006 4:35:38 PM
:confused;
I am trying to build my first form. it is reading and posting; but, when the
data is received it contains all of the formatting code for the txt. How can I
make it so that just thext entered is recieved by the ASP page??
Thanks!!!
function Login(evt) {
myLogIn = new Lo... more >>
Limiting # of times a peice of script is activated
Posted by Jimmathy at 8/13/2006 2:55:40 PM
I was wondering if was possible to make it so that you can only click on a
button once and then the script is disregarded or destroyed. The reason that I
want this to happen is because when the mc is clicked on it goes to and plays
at the next frame, i already know how to do this, but i dont w... more >>
I'm sure this is something basic
Posted by indyal at 8/13/2006 2:08:44 PM
I'm New to FLASH. I think I may be misunderstanding something very basic about
using flash.
I have a multimedia web site that I want to put a 15 second intro page on with
an auto-redirect at the end to the main page.
index.php -> index1.php
I can get a movie with a progress bar to l... more >>
button to scene
Posted by dzedward at 8/13/2006 4:46:44 AM
im using a template, its has 6 buttons to 6 scenes (scenes 1-6) the script lets
say for button one in scene 3 is on (release)
{
gotoAndPlay("a3");
}
....the next button goes to "b3" when on scene 3, and so on....now im adding
another button on every scene, so i know the script is on (r... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Component Available/Needed to Mimic Windows "File Open" Dialog?
Posted by BillG-Chicago at 8/13/2006 1:45:02 AM
I need to develop an on-line app in which the user can select a file from his
computer, open it, select all (Ctrl+A), and copy all (Ctrl+C), and paste
(Ctrl+V) it into a Flash input text field. The point of my app is then to
further process the pasted text.
My initial question...How can I ... more >>
access movieclips/path problem
Posted by luciewong at 8/13/2006 12:00:00 AM
Hi,
I like to access movieclips.
The path to these mcs is for ex.:
_root.myWindow.scrollPane.spContentHolder.myLoader.contentHolder.EBar;
So if I want to change the y position of EBar I would write:
setProperty(_root.myWindow.scrollPane.spContentHolder.myLoader.contentHolder.EBa
... more >>
Basic Math - Reverse Scroll - Please help
Posted by vin-E at 8/13/2006 12:00:00 AM
This should be a simple one, but the math is boggling my poor brain. The worst
part is I know it is simple High School math. But its geting blurry the more I
look at it.
I think there should be a simple math equation to make a reverse scroller for
an image gallery.I have removed the path... more >>
Audio not sync
Posted by paulpeper at 8/13/2006 12:00:00 AM
Hi,
I am trying to publish a flash 8 movie with audio. The audio is
causing me problems. Due to the timing to the internal clock of
flash there are gaps in the audio stream. I have simplified my
problem to this (please open the URL below since I cannot visualize
it on this forum):
http... more >>
mail script problem
Posted by EmperorNeo at 8/13/2006 12:00:00 AM
on a PHP server with MySQL, how can i make this mail form script send to
me@mysite.com Below is the code:
function over(i)
{
if (this["txt" + i] == this["label_0" + i])
{
this["txt" + i] = "";
} // end if
} // End of the function
function out(i)
{
if (this["txt"... more >>
Dynamic Array drawing pegs CPUs
Posted by tuckers at 8/13/2006 12:00:00 AM
I am developing a dynamic screensaver that draws pretty arrays on the screen.
in a 3-d kind of fashion The flash output (either SWF or EXE) outputs fine,
but the file pegs the CPU of a laptop to 100%. The motion is also slow and
jerky. Is there a way to develop something like this that will... more >>
|