all groups > flash actionscript > august 2006 > threads for sunday august 6
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
Calling multiple buttons on a timeline in a movieClip
Posted by Tim A. Setliff at 8/6/2006 11:37:13 PM
I have a MC with individual buttons on a time line.
The script holds the frame on frame one for 3 seconds then moves to the next
frame
and stops there for 3 seconds and then moves down the line.
This is like a banner that changes advertisers every three seconds.
I can call the first button fr... more >>
XML video cuePoint
Posted by zorgia at 8/6/2006 10:52:54 PM
I'm making a video play that uses XML to go to the cue points but I just can't get the xml and actionscript to work right...... more >>
loadVars to PHP email script
Posted by Chazza2003 at 8/6/2006 10:36:09 PM
i have a Flash website on the go, and I'm currently doing my Beta test and
debugging.
I've used the following AS:
on (release) {
loadVariables("http://www.blah.com/Project.asp", "0", "POST");
gotoAndPlay(4);
}
And my PHP script I've used is:
<?php
$to = "myem@il.address";
$... more >>
Animated button Help
Posted by tapetape at 8/6/2006 10:15:17 PM
I have a small problem thats 'causing a large one:
I have animated buttons, the problem is I can only make it go to a URL and not
a frame (in the main animation).
By this I mean I make a button "import image > make it movie clip > make
button animtion etc > back to scene 1" then on scene... more >>
Instance name and Var for Input Text fields
Posted by Chazza2003 at 8/6/2006 9:18:53 PM
I have several Input Text fields, as a form, linked to a PHP script for which I
require Var's for each field.
But I also need Instance names for each field, so I can fix the tabIndex.
Yet, everytime I test my movie, the text fields have their Paths
(_level0.fName) written in them.
Th... more >>
Dynamic Slideshow "blinks"
Posted by Mik-Do at 8/6/2006 6:58:54 PM
Hello
I am trying to make a dynamic slideshow, that allows the user to type the
number of pictures in the html, and then naming them consecutively. (is this a
word??)
It is working just fine, but I have a small problem when the loop starts over.
I made a scene to reset the counters
... more >>
communication between swfs
Posted by cbthom at 8/6/2006 6:03:59 PM
Is it possible to have multiple functions execute between 2 swfs? Example: I
have no problem getting one button in one flash movie to play one movie clip in
another movie. But what I want to do is have buttonS in the first movie play
different movie clips OR go to and play different frames. S... more >>
Troubles with dynamic references
Posted by CTStdnt at 8/6/2006 4:42:33 PM
I'm having difficulty with something that I feel should be trivial.
I have a bit of code where I want to loop through a variable and add a new
empty movie clip, each with a uniquie name and then reference that new clip to
load a movie. In the example below myMC is a parent movie clip that I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
FLASH LOADER
Posted by Dustin Postma at 8/6/2006 4:22:46 PM
Hello,
I am trying to build a flash page that loades images dynamically from a
folder. I can do this part by using the loader component. The only thing that I
need to do to take it an extra step is to have multiple images in a folder and
be able to put images into that folder and have them... more >>
Case Sensitivity Issue
Posted by VaporAction at 8/6/2006 3:25:52 PM
I need to make an input text field case insensitive....
I've tried the myString.toLowerCase method but I get an error message telling
me that the function requires a String...but I can't seem to make the variable
for the input text field into a String, here's the code ("yourAnswer" is the
va... more >>
scrollPane.setSize doesn't work! Why?
Posted by davidesieb at 8/6/2006 12:00:00 AM
i there, this musn't be a tough issue, but, still, I can't make it to work.
On a flash 8 movie (as 2.0), I'm trying to dynamically set the size of a
scrollPane component that's on the stage (not created via AS, could it be the
reason?) and in which I dynamically load different mc's.
All th... more >>
JavaScript mouse capture not working in Safari 1.3
Posted by gracemp at 8/6/2006 12:00:00 AM
I am using JavaScript to capture the position of the mouse and send that info
to flash so that a Movie Clip in my SWF will track horizontally with the mouse
even when the mouse is not hovering directly over the SWF. It is working in
every browser I've tested except Safari 1.3. Does anyone have... more >>
scroll math not working just right
Posted by Vertine at 8/6/2006 12:00:00 AM
hi - i have a bunch of boxes inside a main box(mainFrame). The bunch of boxes
are stacked vertically. I am trying to make the boxes scroll up/down with a
scrollbar. you can see the demo http://project.foldedmap.com/news.
What i want to know is have i approached this all wrong? My concept was... more >>
|