all groups > flash actionscript > november 2005 > threads for saturday november 5
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
Programming Buttons
Posted by pipwax at 11/5/2005 11:42:35 PM
I have createed a movie, which can be viewed here http://sk8photos.com, I
would like to add buttons that will let the user go to a prev frame or a next
frame. can any one direct me on how this can be done.
... more >>
free simple 3d program
Posted by dirkness at 11/5/2005 8:34:49 PM
hi
I'd like to create a simple 3D milk carton shape and import it into Flash -
and then rotate it.
Can anyone recommend a free downloadable 3d software to achieve this, or any
tutorials to achieve this effect.
Thanx
dirk
... more >>
How to use action script
Posted by Neoner at 11/5/2005 7:23:59 PM
:confused; how do i use action script? I want to make a play button and to add sound.... more >>
AS1.0 OOP Question
Posted by Fruber Malcome at 11/5/2005 7:07:12 PM
I have a base class that is derived from MoveClip called MCBase.
I have a class called MyMC derived from MCBase.
I have a function in MCBase that gets called during the _mc.onLoad Event.
I'm trying to call a function from MCBase that MyMC has overridden.
Everytime I try, it seems that th... more >>
How to play movie clip object when button is pressed?
Posted by d33jayedwards at 11/5/2005 7:03:31 PM
Hello,
I have crated a Movie Clip object (as in "Convert to symbol/Movie Clip") and
have animated it. But I dont know how to make it play on the release of a
button. Im sure its easy, just cant figure it out.
Regards,
d33jayedwards
... more >>
remove duplicate Mc's "except" one
Posted by Russell at 11/5/2005 5:36:43 PM
I have 10 duplicated movieclips done through actionscript.
When I click on the button (contained within all of the duplicates), I want
to remove all other duplicate instances all except the one clicked upon.
The actionscript on the button removes all duplicates "above" the clicked
upon duplica... more >>
setVolume
Posted by wsu3333 at 11/5/2005 4:17:27 PM
I set up 3 buttons for the background music, the 3 buttons can play differnt
volume (100, 75, 0). When I run the movie, the music is playing fine at the
first time, when I press the mute button, the volume's value is 0 as well.
After that, I browse other pages, the music comes back, but the mu... more >>
Flash Forms and Actionscript
Posted by ChuckRWD at 11/5/2005 2:59:23 PM
Flash Gurus-
I just purchased a Flash Template and need to set up forms and send them via
e-mail. I normally only build flash elements, like headers and banners, into
sites and have never done a form. When I do an xhtml site my method is post and
the action goes to an .asp page to process ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
loading movie on MC
Posted by kko_k at 11/5/2005 2:26:26 PM
Hey guys,
I've got this dynamic photo gallery that gets information via XML.
A lot of it's working now and I'm pretty pretty happy =)
Except one thing...
After creating empty movie clips and attaching movie to generate the
thumbnails dynamically, I have also used loadMovie so that the ... more >>
flash cache problem
Posted by mitcho at 11/5/2005 1:34:33 PM
Hi, ill put my problem simply. i have a couple of input text fields in my flash
movie for 'filename', 'email', and 'sender name'.
the user fills out these text fields then hits the submit button... basically
this information is then submitted to a PHP page which sends an email to the
fille... more >>
php script problem
Posted by Vertine at 11/5/2005 12:25:45 PM
i know that this is an actionscript forum, but i am not sure if my problem is
my movie, my server, or my php script. i am making a basic contact form using a
php script. When i test the movie, the script works fine, and an email is in my
inbox. However, when the movie is live, the script does ... more >>
Creating a SharedObject on a movie clip
Posted by actionscriptcoder at 11/5/2005 11:42:42 AM
Hi,
I am trying to write a SharedObject to my machine using the following code:
generate1_bn.onRelease = function() {
mySharedObject=SharedObject.getLocal("whoswhodata" ,"/");
mySharedObject.data.value=_root.Q1;
mySharedObject.flush();
}
It creates the SharedObject when the ... more >>
need button action script for browsing the pages target frame itself
Posted by kicon at 11/5/2005 11:20:47 AM
hi anyone! iam trying to create a serry of buttons just something like this <<
precious>> page1, 2 , 3 , 4 << next>> << precious>> page1, 2 , 3 , 4 << next>>
to browse the pages and target frame itself. would anyone helping provide me
the action script code to make this done. thanks
... more >>
Nested Datagrid
Posted by ANK... at 11/5/2005 10:14:01 AM
HI,
Anyone know how to create nested datagrid in flash which is work like datgrid in .NET Application?... more >>
little bug in MX2004 Pro
Posted by Dave Mennenoh at 11/5/2005 7:42:16 AM
I just noticed this little bug that happens with switch statements
switch ("hello") {
//
case "hello" :
trace("hello");
break;
}
If you Check Syntax on this it says there are no errors. But if you click
Auto Format it says there are erros that need to be fixed. If you remove the
//... more >>
Masking a loaded image
Posted by Spot3313 at 11/5/2005 7:31:48 AM
Hey,
im trying to mask each image ive loaded through this function, ive got the
mask to load it, but cant get it to, well mask hehe... any ideas?
function loadImages(blankMC:MovieClip, newMask:MovieClip, amount:Number):Void {
for (var i = 0; i<amount; i++) {
//Making the BlankMC
... more >>
access a function in a movie clip
Posted by robotstyle at 11/5/2005 12:34:33 AM
Is it possible to access a function in a movie clip from outside the movie
clip, such as if I have a movie clip on the stage named ?a? and within that
movie clip is the function:
function poop ()
{
trace("poop");
}
Then on the main timeline I call a.poop();
Should this work? O... more >>
combo and url problem
Posted by treybraid at 11/5/2005 12:17:38 AM
can someone please take a look at my script for the combo box: im getting
error's... i have flash 8 pro... ive got 13 choice's which go to individual
website's.... i found the scripting below from another post and adapted it to
mine... please bear with me im new to flash... the combo box is na... more >>
comboBox being overlapped
Posted by dougco2000 at 11/5/2005 12:08:07 AM
I have created my own little graph function that draws a line graph, and it has
time labels underneath, and I use AS to create a comboBox underneath all of
this, but when I click on the comboBox, the portion that slides up to display
the labels is overlapped by the text objects!
The funny... more >>
loadVariables() problem
Posted by ?rpi007 at 11/5/2005 12:04:56 AM
I have a problem whit loadVariables(). I have a database.txt file. I want to
read variables but if i use for example ?, ?, ?, ? it's not work very well :((
It makes ? and not ?, ?, ?, ? :(( What can i do now? Please help me
... more >>
Load Movie swf
Posted by Krusiewig at 11/5/2005 12:00:00 AM
I have added the script into a flash flv to load an external swf. The file
loads and plays fine however if you click on any of the other links for
different pages the file continues to play and the other pages load under the
swf that was imported with the OnClick Load Movie script. Is there a ... more >>
video question...
Posted by treybraid at 11/5/2005 12:00:00 AM
im building a football website for an indoor football team and one of the
page's is a roster page... im looking for some direction or tutorial... the
page will have about 20 players... id like for you to be able to click on a
player and then a 10 second video will pop up / on the same page / .... more >>
Compiled Clip Will Not Publish
Posted by robotstyle at 11/5/2005 12:00:00 AM
I?ve created a movieclip that I would like to compile so that it can be easily
used over many applications. It does compile, but flash will not publish a .swf
containing it. Clicking Control/Test Movie does nothing. I tried reinstalling
flash, but it still doesn?t work. An example file can be ... more >>
Trouble loading external variables..
Posted by nowwatch at 11/5/2005 12:00:00 AM
I have tried many times with the "loadVariablesNum" and "LoadVars" functions to
access external variables in order to create an array from a properly formatted
..txt file, but they refuse to work.
If I just create a new array in Flash and imbed the names it works perfect,
but needs to be ... more >>
Cant bring up outlook express !!!!!!!!!!!!!!!!!!!!!
Posted by riichieg at 11/5/2005 12:00:00 AM
I added this script to the button:
on (release) {
getURL("mailto:name@domain.com");
}
when I preview it in the browser , I get the mousehand on rollover but on
release, no click sound and outlook express doesnt open.
I read the other posts and quite frankly, Im embarrased that I... more >>
|