all groups > flash actionscript > august 2006 > threads for sunday august 27
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
flash go to url
Posted by starman29 at 8/27/2006 11:35:35 PM
hello i am creating a flash file, and at the end i want it to jump straight to a specific web page.
can any on tell me what action script to use and how to enter the code.
thanks.... more >>
how to construct the name of an instance in actionscript
Posted by SPGAnne at 8/27/2006 9:41:35 PM
Sorry for being such a dim bulb newbie, but I know there has to be a way to do
this, but I can't seem to get it right. I have a bunch of text items I have
put in a movie clip, each having a name like myText1_txt, myText2_txt etc. I
want to create a function that sets each field to some value... more >>
how to construct the name of an instance in actionscript
Posted by SPGAnne at 8/27/2006 9:41:30 PM
Sorry for being such a dim bulb newbie, but I know there has to be a way to do
this, but I can't seem to get it right. I have a bunch of text items I have
put in a movie clip, each having a name like myText1_txt, myText2_txt etc. I
want to create a function that sets each field to some value... more >>
Missing audio in Video when adding Transition
Posted by hauge75 at 8/27/2006 8:58:11 PM
Hi!
I'm new to flash 8, and trying to learn video playback in Flash, and I have
one question: I've added a transition effect between 3 videos, and when I play
the swf file, the audio is missing in the 3 video's.
Is it so that audio automaticly dissapear when I add transitions?
Thanks, ... more >>
easy way to get the area of a fill?
Posted by three86 at 8/27/2006 7:48:29 PM
I have a program that uses a movieClip and draws a shape on it with beginFill,
moveTo, lineTo's, curveTo's, and endFill. Then the user can resize and reform
that shape by dragging and pulling on it.
Is there any easy way to get the surface area of the shape like the number of
pixels that ... more >>
new operator with Array for parameters?
Posted by NSurveyor at 8/27/2006 7:31:41 PM
Hi, I was just curious if there was something similar to using Function.apply
(to use an array as the parameters in a function call) for new constructor();
Example, given: a=[1990,1,2], how do we get: new Date(1990,1,2);
But note, in general, the length of a is unknown.
Hope that makes a... more >>
Q & A
Posted by gr3g! at 8/27/2006 7:06:28 PM
Hi! I'm quite new to all this actionscript stuff, (usually use flash for the
animation) but I'm trying to make a movie which will answer questions input by
the user, I know that the actionscript will need to navigate to other frames by
looking for keywords in a text input box a relating them t... more >>
stoping at a frame for a number of seconds
Posted by serg2049 at 8/27/2006 6:06:58 PM
I want to have an animation stop for a certain amount of time, some seconds, and then continue playing, can anyone please help me? Thanks!!!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash 8 send sendAndLoad not sending what I think to the perl script
Posted by izm067 at 8/27/2006 5:30:48 PM
I am trying to collect data from a form in Flash 8 and send it to an email
address. I followed the tutorials on lynda.com for Building a form. I have
used the following actionscript.
var gatherForm:LoadVars = new LoadVars();
function sendForm() {
gatherForm.MAIL_TO = "me@mchsi.com";
... more >>
assign ActionScript to mc created by "createEmptyMC"
Posted by bibberlam at 8/27/2006 3:17:33 PM
hello,
I wonder if it is possible to assign actionscript to a movieclip wich is
created by the "createEmptyMovieClip("test", 100);"
the goal of my question is to make this new mc acting like a button: clicking
on it must perform an action.
can you help me out?
thanks in advance
d... more >>
opening cd from flash application
Posted by yvidanpeled at 8/27/2006 3:12:08 PM
hi all,
is it possible to control user's cd, making the cd tary open using flash actionscripting
ty for any replies... more >>
ASP Query Stop
Posted by Travman at 8/27/2006 12:38:54 PM
Hi,
I have an issue with a flash file i need assistance with, i developed the file
and it works fine, i have a website at www.drsolutions.co.uk - if you go there
you will see the flash file play no problems, the problem i have is to stop it
re-playing when i load another page, so if you cl... more >>
Flash verson 6 versus version 7
Posted by Paul at 8/27/2006 12:18:15 PM
HI! My previous post implied that it was the action script that was causing
the problems but after some other test it seems its the flash player
versions that is giving the problems.
The file was set to version 6 and if I change it to version 7 then I get the
errors that I wrote about in th... more >>
Problem with "loadMovie" in Flash Player 9
Posted by SEPHlROTH at 8/27/2006 3:29:24 AM
Hi, I have a site with a music player and I used "loadMovie" to load my music
player swf form another sever. (I got another sever with small storage but
unlimited bandwith so I use it for my music) My site worked for the past 5
years until I installed Flash Player 9. Now my music player swf wo... more >>
Stopping all movie clips at once, then play..
Posted by karma007 at 8/27/2006 1:59:43 AM
Dear Everyone
I have one SWF that contains many movie clips, all accessed from '_root'.
I am using the following to stop (script on a 'stop' button) all the movie
clips and the main time line:
on (press) {
function stopAllF(mc) {
mc = eval(mc);
for (obj in mc) {
if (typeof (m... more >>
getUrl won't work on offline pages!?
Posted by SEPHlROTH at 8/27/2006 1:51:42 AM
Hi, I used to test my flash site from my computer first before I upload it to
the server. But Now I got some problem, after I got my new computer, with
Window XP Pro and Flash Player 9 installed, When I test the flash button which
will launch a new page with online url from my local html page ... more >>
|