all groups > flash actionscript > march 2005 > threads for tuesday march 15
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
load external swf into mc
Posted by Liebs66 at 3/15/2005 11:36:10 PM
in my interface i have a main screen in the middle and i wanna load some of my movies into it without changing the parent swf
what do i do... more >>
MC won't play
Posted by MGladstone at 3/15/2005 11:34:35 PM
I have an MC on the main stage. It is 10 frames long and 2 layers. 1st layer
has stop() in the first frame. 2nd layer has a simple keyframe movement. On
the main stage I have mcName.play(). When the .swf loads, nothing happens. If
I do mcName.gotoAndPlay(2), it stops at the 2nd frame of the ... more >>
Help! Playing random scene - frame action???
Posted by Sheila K Hughes at 3/15/2005 10:16:09 PM
I'm not too familiar with Action Scripts yet, so feel free to reply as though
you're talking to a first grader. Ha, ha!
Here's what I'm trying to accomplish:
I have created a flash movie for my company.
The flash movie contains testimonials from customers.
Each testimonial has its own sc... more >>
Dynamic Text with Several colors
Posted by small favor at 3/15/2005 10:09:41 PM
Is it possible to specify specific parts of an external .txt file that loads
into a dynamic text field to be different colors? OR is there a better way to
achieve this scrolling text with various colors?
like this...
http://jansdotter.com/ > news
http://jansdotter.com/
... more >>
Strong typing and dynamic variables
Posted by Whittaker007 at 3/15/2005 9:42:57 PM
Hi there, I am using AS2 and strong typing for most of my projects these
days, but I find that I occasionally need a variable type to be dynamic when
sent as a parameter in a function. For example I have a function called
getAttributeName which takes an object and a variable as parameters. ... more >>
Linking to a frame in a scene on a Movie Clip is not working
Posted by JamesD at 3/15/2005 9:33:03 PM
I have a movie clip in a scene called ?code? and on the movie clip I want to
place a link that goes to a different frame of the Code Scene. For some reason
it is not working. On the button in the Movie Clip I?ve tried:
----------------- on (release) { gotoAndPlay ('code',38); } -----------... more >>
Mouse reacting movie clip: urgent.
Posted by PaulAnka at 3/15/2005 9:21:33 PM
Hello, I have a movie clip of, let's say. 1000 pixels wide and 30 pixels high.
My movie is 770 pixels wide. I want that if my mouse is over the movie clip I
can move to movieclip with it (not with click, just reacting on the mouse) If I
move the mouse to the left, the mc moves to the right (... more >>
How to Set Brightness Value with Actionscript
Posted by Zambino at 3/15/2005 9:11:05 PM
Hi,
I would like to provide users access to a slider that will allow the user to
set the brightness of a given
instance/movie on screen. Is there a property for brightness? I know there
is a property for alpha and I can
use the setProperty command to set the alpha with my slider but I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
targeting scenes from MC
Posted by rezun8 at 3/15/2005 8:52:55 PM
sounds silly but, I have a drop down menu constructed along a timeline with
sub menus that pop out when clicked on. I made it a master menu system in the
library, meaning I built it once and then dropped it into my scenes as needed.
I can get the drop down menu to target the frame labels with... more >>
make series of clips fade randomly?
Posted by rwills at 3/15/2005 8:15:59 PM
I have a grid of black square movieclips. How can I set it up so that each square fades out at a random speed in a random order? <using mx2004>
Thanks in advance for your help!... more >>
loading in flash other web site.
Posted by Ellizabet at 3/15/2005 7:34:35 PM
I try to desolve one problem -
I have web site wholly created in flash, but in one screen I want create
window (only some pat of screen) in which load ther web-site, for exsample
map24.com.
How (with components, or is other features) create this?
... more >>
Linking an email using the getURL action
Posted by sgl0ss at 3/15/2005 7:29:53 PM
I am trying to figure out if it is possible to add a subject line to an email
setup using the getURL action?
Say I have a flash site setup with two sections. One section has all the
information you would want to know about apples and the other section has all
the information you would wa... more >>
On Press play, On Release play backwards.
Posted by redl3tt3r at 3/15/2005 6:44:25 PM
Greetings all,
Im am trying to make a button that when you press and hold it, it will play a
movie clip from a certin frame ( no problem :) )
But when you release the button I want it to play backwards untill a certin
frame. ( here is the problem :( )
This is what I was paying with:
... more >>
Navigation Bar button links
Posted by Mac5800 at 3/15/2005 6:08:35 PM
:disgust;
I have a great header but can't get the buttons on the template to access internal pages on the site. Any help would be appreciated.... more >>
getType() typeof() instanceof difference?
Posted by C#Newbie at 3/15/2005 5:46:13 PM
Hi
Does anyone know the difference between getType() typeof() and instanceof?
Thanks... more >>
Dynamically setting a combo box
Posted by llebron at 3/15/2005 5:29:47 PM
I have a dynamically generated combo box that uses companyID for the data, and
companyNames for the labels. This is part of a form that is used to manage
users in a database. Let's say that the user's companID=NN, I want to be able
to set the combo box to show the matching companyName. In othe... more >>
loadMovieNum target layers question
Posted by bobDbob at 3/15/2005 4:47:09 PM
Is this:
loadMovieNum("my.swf", "_self", "GET");
and this:
loadMovieNum("my.swf", 0, "GET");
the same?
assuming that this is the only mc playing, and it's on the default level?
What are the risks of using one over the other?
... more >>
Override constructor of built-in TextField object? (AS 1)
Posted by Carl Fink at 3/15/2005 3:50:31 PM
Hi. Long time no post, and I'm forced to come in via NNTP (actually
my preferred method) because the web interface is not letting me sign
on.
I'm trying to change one of the default properties of the built-in
TextField object. The only way I can think of to do that is to
override the constr... more >>
preventing datagrid from scrolling w mouse
Posted by enfantterrible at 3/15/2005 2:48:29 PM
Is there a datagrid property to prevent the datagrid from vertically scrolling when the mouse is moved off the datagrid?
thanks... more >>
Grammer Application
Posted by jstreett182 at 3/15/2005 2:43:40 PM
This may seem a bit simple for most of you but i'm having the hardest time
trying to figure this out. Basically, I have 2 text boxes. One named box1 and
one named box2; box1 is an input text box and box2 is dynamic text box. It also
has a button labeled Correct Grammar. I would like to kn... more >>
How to define the size of movies being loaded using LoadMovie?
Posted by FayeC at 3/15/2005 2:32:03 PM
That's pretty much my question.
I have one movie loading 2 other swfs using an AS. The issue was that the
two other movies have different sizes and also the person wants the size
of the movies to be increased by 50%.
I tried setting the size of the main movie bigger in hopes that it would
load ... more >>
Displaying contents of text file in Dynamic Text Field
Posted by chrscote at 3/15/2005 2:24:55 PM
I am trying to simply display the contents of a text file into a dynamic text
field. I'm using a LoadVars object to load in a specified text file which is
fine. The problem is that the text file contains just a carriage
return-delimited list of items and when I display the contents of the fi... more >>
loadMovieNum fails in Safari & Netscape
Posted by MikiWork at 3/15/2005 2:05:27 PM
I have a flash movie I'm using that is just one frame and 1 layer that has an
action that calls 2 movies:
onLoad = function (){
loadMovieNum("swf/home_menu.swf",2);
loadMovieNum("swf/home_pix.swf",1);
};
This works fine in IE on Windows and Mac and I have a workaround javascript
... more >>
Distributing swf files
Posted by nvinod at 3/15/2005 1:09:36 PM
Hi,
I would like to know when I distribute swf file, under which license I will be able to release it?
Please let me know, regarding this.
Thanks,
nvinod... more >>
Get remote in Shared Objects
Posted by Ankur Arora at 3/15/2005 12:44:49 PM
Hi All, I'm working on a very new platform which I've received from my seniors
and they were using some code for shared objects like this so =
SharedObject.getRemote('PS_Canon_M1', 'rtmp:/./..', '/') but when I running it
in my machine it gives me type mismatch error instead of this if I'm wri... more >>
display file explorer
Posted by a-cross at 3/15/2005 11:31:04 AM
Hi
How can I display the file explorer window? And is it possible to send a path
to it so it can open a subfolder?
I can't use any other external add-on software like Jester because I'm already
using MDM Zinc as an .exe compiler.
Tom
... more >>
sounds in sync
Posted by kaliedo at 3/15/2005 11:06:18 AM
Hi there I am attaching sounds to frames on a timeline, to sync with the
action on screen, as follows: asound = new Sound(this);
asound.attachSound('firstsound01'); asound.start(); Instead of manually
figuring out how long each new sound should take & matching sound length
wi... more >>
load external xml problem
Posted by krembo77 at 3/15/2005 10:52:46 AM
Hello, I've got a question about loading an external XML file in to an text
field.
i've created this in flash , it loads an external XML file into a textfield:
headlineXML = new XML();
headlineXML.load
("http://www.at-productions.nl/public/agendaxml.asp?artist=Relax");
headlineXM... more >>
Were are all the posts?
Posted by Peo at 3/15/2005 10:13:05 AM
is it me and my newsreader, or did every single post just disapear??
baffeld
peo
... more >>
text editor fun
Posted by celshader at 3/15/2005 6:24:39 AM
I've been experimenting with a flash based text editor.
I've noticed that the bullet points only ever come out in a black colour. I
realise this is a limitation of flash.
So I was thinking of replacing the bullet point button with a button that
simply places a dot (the character created by... more >>
tool tip problem
Posted by doinka at 3/15/2005 5:02:17 AM
I'm having trouble with tool tips. Some of the tool tips names are longer then
others. The ones that are long fall off the page and you can not read it. Is
there some code I can add to my source that will realize the button is too far
to the edge and should display tool tip to read inside th... more >>
Loading updated text file
Posted by rhythmofrain at 3/15/2005 3:57:15 AM
I am having problem in loading an updated text file in Flash
I am using this code,
t=random(100)
my_lv.load("../inc/files/"+fileName+"?t="+t);
but this is not solving my problem,
the textfile is saved on the server, i want to load the latest updated file
everytime, sometime it works... more >>
open link in current window
Posted by homegrownideas at 3/15/2005 3:44:19 AM
What would the script be to open a link in the current web page, NOT in a new window?... more >>
Loading variables in increments
Posted by rabblerouser at 3/15/2005 3:24:26 AM
I have a LoadVars object that loads variables from a text file. The text file
will have over 80 variables. However there is only 28 dynamic text box
instances on the stage. I want the user to be able to click a next button to
load the next 28 variables into the text boxes. For this to happen, ... more >>
Stopping Actionscript functions at a specific Frame
Posted by dwoot at 3/15/2005 2:21:46 AM
I want to stop an effect at a specific frame but I dunno how.
Do I have to put something in the code?
I'm confused.
Here is the code I borrowed:
MovieClip.prototype.placeInSpace = function(id) {
var ratio = this.focaldistance / Math.sqrt(this[id].z * this[id].z);
this[id]._x = this[i... more >>
Can you solve this one?
Posted by interwebster at 3/15/2005 1:16:59 AM
I have laid out a design in an HTML document and am happy with it, but I have
different swf files that I want to play one after the other in the HTML
document. After one plays I want it to trigger another. If you look at the
example I have set up, online, I want the icon animation to the left ... more >>
Problem with Sound Action Script
Posted by irishcrew555 at 3/15/2005 12:55:23 AM
My friend has wrote this script and he has gone wrong in it somewhere. He has
aked me to look at it but I am not as advanced as this yet. I was wondering if
anyone can help me please.
This action script is used to work with sound.
Thanks for helping.
Irishcrew
_global.loopnu... more >>
Calling Flash functions with JavaScript
Posted by knucklenutz at 3/15/2005 12:53:59 AM
Hi,
I know it is possible to call a select list of Flash methods using javascript, but is it possible to call a custom built function inside the Flash object using JavaScript?
Thanks!... more >>
How to repeat a movie clip 3 times then go to another scene?
Posted by BEBART at 3/15/2005 12:28:38 AM
I would like to repeat a partucular movie clip 3 times and then go to another
scene. Is there some actionscript I can place within this particular movie clip
that will repeat it 3 times then make it go to scene 3? I'm a newbie to
actionscript. I appreciate your help.
... more >>
Can you control the direction that a flash movie plays?
Posted by tfortan at 3/15/2005 12:24:32 AM
Is there a way you can have a button control the direction that the movie
plays? For example, can I have a 'forward' button that plays the movie forward,
and a 'backward' button that plays the movie backward? Thanks in advance for
your reply. Tanner
... more >>
Subclassing DataGrid -which way to go?
Posted by foxchick at 3/15/2005 12:23:00 AM
Hi all -
I'd like to "subclass" the DataGrid component -
I have reason to have several copies of a datagrid that is configured
identically - same columns, same data, same cell renderers. I'd like to be able
to dynamically add/remove them to/from the screen, and have them resizeable.
... more >>
Problems Displaying Certain Characters in Flash
Posted by Thomau_Matthes at 3/15/2005 12:02:17 AM
Wondering if someone can through some light on this..
Im using a Flash Built Web-Site Updater using PHP calling .txt files, it all
works beautifuly but some characters in the updated text file and hence on the
web, appear incorrectly.
Problem #1 : The apostrophe character " ' " display... more >>
|