all groups > flash actionscript > march 2005 > threads for saturday march 26
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
can i open a swf file with getURL?
Posted by macron at 3/26/2005 11:21:50 PM
hi all, i have a swf file with some buttons in it. i want to set up one of
the buttons so that when the user clicks, it opens up a second swf file in a
flash player window the same dimensions as the second swf (as opposed to
opening a big gawky browser window). can i use the getURL command... more >>
Movie Clips on Motion Guides?
Posted by delella at 3/26/2005 11:19:03 PM
I am trying to create a motion menu. The buttons i have are movie clips
because they move upon mouseover, mouse clicks etc. I need to know if it is
possible to snap the movie clips to a guide layer similar to a motion guide of
a graphic. Each movie clip contains one ball graphic but that ... more >>
In over my head...
Posted by purlow at 3/26/2005 10:08:46 PM
I admit from the get go that I am editing a flash template site that a client
purchased, and it contains elements I have never dealt with before, so be
gentle with me. :o Here's the issue:
There are elements identified as movie clips within the document, because when
clicked they they move... more >>
Browser's Back Button
Posted by doidom at 3/26/2005 9:33:08 PM
How do I script my Flash movie so when a user clicks the browser back button
he or she returns to their previous site. I don't want the script for a
movie button but a script so one click takes them out of my Flash site and
back to the previous site.
Thanks much!
... more >>
email from flash with php
Posted by (_seb_) at 3/26/2005 8:08:18 PM
A while ago David Powers sent posted some instructions to send an email
from Flash, using php. Now, I have tried to follow the instructions,
with no success. No email gets sent, and I don't know what I'm missing.
Bellow is the actionScript and the php as I copied them, and that I
followed exa... more >>
rectangle drawing at any angle
Posted by reuv at 3/26/2005 7:05:14 PM
hi'
I need to draw rectangles of any dimensions, and angles on stage. looking for a short function, code or algorithm.
... more >>
input text not working
Posted by (_seb_) at 3/26/2005 6:47:26 PM
Hi all
I created an input text box; when I publish the flash file, I can't
write in the input text box.
What am I missing?
--
sebATwebtrans1DOTcom | http://webtrans1.com | creative web designs... more >>
Lock Textarea
Posted by maliko50 at 3/26/2005 6:46:59 PM
I'm trying to stop users from entering more text than is visible on the
screen(the size of textarea). I tried turning off the vertical scroll bar but
even without the scrollbar users can continue to type. The maxchars property is
too ackward to use since I cant predict how many characters will... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Scroll text problem:text is a graphic/also mask
Posted by henrik_smenrik at 3/26/2005 6:09:56 PM
If you go to this following url :
http://www.heyhenrik.com/stones/index.html & click on the
buttons under trivia you will see the text is 1/2 down the page. when i go to
the m.c. however, the text is fine-at the top of the page. Any ideas? -Henrik
... more >>
Help with text!
Posted by some1_caring_4u at 3/26/2005 6:01:50 PM
Hi friends!
Pls help me out.
i wanna limit my text in flash to a certain box, and i want to give the option
of scrolling it.
i've seen it in sites, but i didn't find it in the flash guide book...
Thanx a ton!
:)
... more >>
ANNC: What's with all the advertisements?
Posted by NSurveyor at 3/26/2005 5:33:14 PM
redefine var`s
Posted by g5604 at 3/26/2005 5:32:19 PM
Hi,
i am trying to use the mx transitons.
heres my script so far:
myButton_btn.onRelease = function() {
tweenBall(mx.transitions.easing.Back.easeOut);
;
};
function tweenBall(easeType) {
var begin = 20;
var end = 380;
var time = 50;
... more >>
Access an object in an array of objects
Posted by I flash therefore I am at 3/26/2005 5:22:13 PM
I have an array of function names :
function_array = new Array();
function_array.push({xvalue:"monday",y0:function_1,y1:function_1a});
function_array.push({xvalue:"tuesday",y0:function_2,y1:function_2a});
function_array.push({xvalue:"wednesday",y0:function_3,y1:function_3a});
function_array.p... more >>
This is so cool
Posted by Sarah at 3/26/2005 4:45:31 PM
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P>Found this site where you can win your own 'personal' helicopter! </P>
<P>say no more take a look at this: <A
href="http://helicopter.freefronthost.com/">http://helicopter... more >>
Distort Loaded jpg
Posted by Nilesh H Jain at 3/26/2005 3:51:37 PM
I want to distort loaded jpg i can scale & skew it but not dostort.
Can anyone help me Please?? :confused;
Regards
Nilesh Jain... more >>
Stuff that works locally wont work properly on a webserver..
Posted by cal_ire at 3/26/2005 2:48:27 PM
Hi, Any help with this would be appreciated as its really baffling me!
I've made a flash photo gallery here http://www.bassireland.net/photos.htm .
I'm getting strange behaviour, the "BASS on Pana" gallery will not appear, but
when i run the .swf on my local machine it works fine.....
Th... more >>
performence problem
Posted by antewik at 3/26/2005 10:33:32 AM
Hi. I have some performence problem with my swf-file even though I run it on a
local computer and not over the internet. The main problem is that I have (i
guess) too many animated movie Clips on the screen at the same time. The
program shows a forrest fire and the smoke i have done are made ... more >>
botton function
Posted by ckh1234 at 3/26/2005 10:09:47 AM
Hi I am create a button which can control the movie such as on (release) {
gotoAndPlay("p1");
}
Now can I add another event for this buttion such as gotoAndPlay ("p2")
It just mean after click this button , It first gotoandplay("p1"); and after
played ("p1"); it will gotoan play("p2");... more >>
A question about Color.setTransform
Posted by Porsche_2004 at 3/26/2005 7:35:41 AM
Hi,
Would you please let me know how can I change the color of a TextField by a
smooth transformation from color1 to color2?
I can write a custom actionscript to do it, but I seem that Color.setTransform
can solve my problem. Though the color objet of the TextField is a number (and
not c... more >>
visibility issues
Posted by d4tsxd at 3/26/2005 4:07:25 AM
Hi, i'm currently doing , well constructing a flash game. The flash game
requires the users to drag and drop a movieclip into a certian area. I have got
this section of it working smoothly however i have run into difficulties in
getting the code that detects whether a movieclip is either invis... more >>
CDATA converts to entities?
Posted by abeall at 3/26/2005 2:38:28 AM
Here is my XML doc: <?xml version='1.0' encoding='ISO-8859-1' ?> <xml>
<list><![CDATA[Check out these friggin' 'quote' marks & other
<STUFF>!]]></list> </xml> Here is my AS in Flash: content = new XML();
content.ignoreWhite = true; content.load('cdata.xml'); content.onLoad =
function()... more >>
Mouse Angle Thing
Posted by davidprovost at 3/26/2005 1:32:38 AM
Lets say I had a arrow, and I wanted it to stay in one place on the screen, but
I wanted to arrow to always point at the mouse, so when the mouse moves, the
arrow moves to point at the mouse, but its axis never moves...
... more >>
stop streaming sound
Posted by flash bier at 3/26/2005 12:36:27 AM
hi,
is there a way to stop a streaming sound ?
I tried everything but found nothing to stop the streaming !
No delete, no remove (if its loaded in a attached MovieClip), no overwrite
with an other sound .... nothings working ??
Please help me !!!
Thanks a lot
... more >>
Button..?
Posted by LyssDoll at 3/26/2005 12:10:14 AM
Hi,
I don't know much about Flash, I'm learning about it at the moment. I'm using
Flash MX for the class I'm taking which is annoying because I'd rather use my
other version. Anywho, I'm trying to get the frames to stop so a button can be
clicked, yet I'm trying to make it so the button will... more >>
|