all groups > flash actionscript > february 2005 > threads for sunday february 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
Submitting email in a form
Posted by slingstyle at 2/13/2005 11:23:13 PM
want to translate this code:
<FORM Method=POST
ACTION="http://www.lastchancerecords.com/mailman/subscribe/afxdfans_afxd.com"
target="_blank">
<INPUT name="email" type="Text" value="Your Email" size="20"
onFocus="this.value=''">
<INPUT type="hidden" nam... more >>
Movie Clip
Posted by Zanvetto at 2/13/2005 8:41:07 PM
Hi!.
I have a movie clip in a layer in my movie and i want to stop it in a specific
frame. How can i do that?. I tried the Stop buts its stop all the movie and i
just want to stop the movie clip.
Thanks
Daniele:confused;
... more >>
Loading external scrolling .swf on movie layer.
Posted by S_anctified at 2/13/2005 8:27:08 PM
I'll try to explain this the best I can. I'm making a site that is
comprised of layers (not sure if this is what's making it more complicated). I
have a base movie and it loads the external movie FineartO. (which can be found
here www.marazita.com/finearto.fla) That is a gallery that I... more >>
Fixed date problem - follow-up question tho
Posted by gcrutch at 2/13/2005 8:20:46 PM
I fixed my date problem posted here....
I had text as symbol
When I created text block - dynamic text with variable name (not as synbol) it
works......if I convert date to symbol, date doesn't show up in movie.
Why would this be?
thanks!
g
... more >>
regex or matching pattern in action script?
Posted by (_seb_) at 2/13/2005 7:31:23 PM
Hi,
is there any action script equivalent to regular expression, or any way
to look and match patterns?
I 'd like to write a script that would do something like that:
if myMC's instance name matches the pattern:
"shape"+[0-9]
then apply such and such functions to it.
(for clarity, t... more >>
Make Movie Clip Appear On Key Press
Posted by Rob_jones732000 at 2/13/2005 7:17:32 PM
I the script to make a movie clip appear when a key is pressed. E.g when the
up arrow is pressed down i want a movie clip to appear, when the user lets go
of the key i want the movie clip to disappear. Thanks
... more >>
Flash runs slow
Posted by antewik at 2/13/2005 7:10:53 PM
I have made a flash application that is quite large. It has a lot of
movieclips with motiontweens that runs at the same time. My application is not
supposed to be used over the internet, therefor I choosed a high framerate
because I thougt that wouldn't make any diffrent if I just run the pr... more >>
How to detect mouse enter/leave movie in browser?
Posted by kday1954 at 2/13/2005 7:06:10 PM
Spec calls for something I expected to be easy ... movie embedded in html to
change visual appearance when the mouse enters the movie and revert when it
leaves. Rollover events only apply to buttons; mouseMove events stop coming
when the mouse leaves the movie; _x/ymouse stop updating when it... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Registration points, events & handlers etc etc.
Posted by csa at 2/13/2005 4:46:29 PM
Yes I am being lazy here, however I have spent quite a bit of time looking in
Flash books and on online tutorials, but I'm sure someone can answer the
following quckly??? 1. Registration points - When objects are place on the
stage or in buttons etc. How do you get the cross/registration poin... more >>
Calling functions across movie clips
Posted by maliko50 at 2/13/2005 4:40:04 PM
I am trying to call a function on an embedded movie clip named MC from the main
timeline _root. I am using dot notation but its not working. I call the
function with _root.MC.function(). Is there something in addition that I am
supposed to do to with the movie clip to be able to call its actio... more >>
Dynamic Text and Actionscript
Posted by DBroncos at 2/13/2005 3:52:30 PM
Hello everyone,
Well I have seemed to reach two problems with a project I am workin gon
using dyanmic text. I was wondering if anyone out there could lend me
a hand.
Let me first start off by telling you the project. Have you ever been
in a plane and fooled around with any of the ... more >>
why is my global variable not working?
Posted by (_seb_) at 2/13/2005 3:33:21 PM
I don't understand:
I have a global variable:
_global.mytarget = whatever;
I have a bunch of MCs, and they become "mytarget" when they are pressed
on with the mouse.
Then I use the variable mytarget in 5 different functions and it works fine.
suddenly, I try to use it in:
myKeyListener... more >>
Date script question
Posted by gcrutch at 2/13/2005 2:21:26 PM
Hi,
I'm using the following code as date routine......created dynamic text with as
variable.........trace gives correct date......
but date not appearing in movie (black text on white background). Other than
setting textdate variable is there something I'm missing? (I've used several,
... more >>
Starter-Question to Preloader for external swf
Posted by Stephan alias Holden at 2/13/2005 2:05:44 PM
Hi there,
I'm new to Flash and try to make a preloader for an external swf-file. I
thought that I was clear about how to do this, but there must be something I
missunderstand, so maybe someone can tell me what I'm doing wrong.
First I create an empty movieclip and use it as a container f... more >>
HELP???? PLEASE!
Posted by mi2xly at 2/13/2005 2:01:54 PM
Hi, I am having truouble trying to link a webpage to an iFram from another page
in get url. For ex: on
(release)
{
getURL("http://www.yahoo.com", main);
}
"main" being the name of an iframe. Everytime i try it opens up in a new
window not in the iframe. Can anyone pleeeaseeee ... more >>
How do i get my button to go to a new scene?
Posted by csa at 2/13/2005 1:30:59 PM
I've put :- on(press){ gotoAndPlay('10') } On my button which works, but I
want it to go to a new scene. I tried adding the name of my scene and then the
frame but this doesn't work. I have also lablled the first frame main in case
the button doesn't recognise the scene. on(press){ gotoAn... more >>
downloading flash player 7.0
Posted by jersey boy at 2/13/2005 12:11:42 PM
Navigating to a marker / label on any timeline
Posted by ChuckyLeFrek at 2/13/2005 11:36:45 AM
I have written a _global.Play_Audio function that basically plays an external
audio file and then navigates to a specific marker / label. When I have
everything on one timeline, everything works fine however I have attempted to
tidy things up and encapsulate each sub-section in a separate mov... more >>
Syntax help (rather urgent)
Posted by ChuckyLeFrek at 2/13/2005 11:25:43 AM
Hi there I have the following code that does not work and would really
appreciate some help with the syntax.
passed_Section_Mc.gotoAndStop(passed_Destination); Basically I have a function
that I call and pass it the parameters: passed_Section_Mc passed_Destination
And I would like to na... more >>
Syntax help (rather urgent)
Posted by ChuckyLeFrek at 2/13/2005 11:25:33 AM
Hi there I have the following code that does not work and would really
appreciate some help with the syntax.
passed_Section_Mc.gotoAndStop(passed_Destination); Basically I have a function
that I call and pass it the parameters: passed_Section_Mc passed_Destination
And I would like to na... more >>
Creating XML Elements within an Existing XML Node
Posted by Freiddy at 2/13/2005 10:16:40 AM
I needed help to create an XML element inside a node already written in a xml
file with the XML class, such as:
<Books>
<Book name="ABC"/>
<Book name="DEF"/>
I need one to be created here.
</Books>
XML.insertBefore seems to only create nodes outside <Books> tag.
Please help.
a
... more >>
DataGrid and ItemRollOver question
Posted by Mark Pusateri at 2/13/2005 8:06:22 AM
2 questions:
#1 - is there a limit to the amount of text one cell can hold, whether it
shows it all or not (depending on the size of the column)?
#2 -
var pressForm = new Object();
pressForm.cellPress = function(event) {
clickedCell =
myDataGrid.getItemAt(event.itemIndex)[myDataG... more >>
Printing all actionscript at once
Posted by TomBrennan100 at 2/13/2005 7:52:09 AM
Is there a way to display/print all actionscript in a .fla file at once? For
example, I'm looking for something that will show a heading for each item,
followed by its associated script. I'd just like to view all the program logic
at once rather than have to click on each item and see only i... more >>
How to make alert pop-up in front of flash projector
Posted by katapel at 2/13/2005 7:21:39 AM
I have problem with alert pop-up when I create a link from flash projector that
linked to zip file, the pop-up display at behind of flash projector, how to
make it display properly, not behind flash projector?
thx for your help.
... more >>
How Do I Open an URL automatically when my SWF completes?
Posted by gitarman at 2/13/2005 5:24:34 AM
Hi. I'm very new to using Flash MX 2004. I finally figured out my progressBar
and loader issues, and they work fine. It pulls up the loader, then the loader
points to and starts my actual site intro. What I want to do is have it go to
my secondary page when the main intro movie completes. ... more >>
Date script question
Posted by gcrutch at 2/13/2005 4:14:36 AM
:o Sorry...but I'm doing something wrong in getting date......found plenty of
examples.....and output looks good in trace....but doesn't appear in movie
(yes, text is black). I 'm using dynamic text and variable name is
correct........but date not getting to variable. I must be missing a ... more >>
Can you recommend a good book on Action Script.
Posted by Power_Surge at 2/13/2005 3:52:53 AM
Soemthing that easy to understand for a beginner with tutorials and explanations.... more >>
Action Script for Loading Circle component
Posted by nermie at 2/13/2005 1:38:10 AM
I am new to Flash and are not yet familiar with use of Components. I dowloaded
the Loading Circle component but are not sure about the action script I need to
use with it to use it as a preloader. I have read several Preloader tutorials
and they all seem slightly different. Some work, some do... more >>
Problem on reinstallation *** XML Parsing Errors ***
Posted by Henri at 2/13/2005 12:36:50 AM
Hello,
I had to reinstall flash MX 2004 Pro and now after opening the program I
get :
*** XML Parsing Errors ***
D:\Documents and Settings\Henri\Local Settings\Application
Data\Macromedia\Flash MX
2004\en\Configuration\ActionsPanel\CustomActions\Form.xml:
Line 3: The tiptext attribute ... more >>
|