all groups > flash actionscript > march 2006 > threads for saturday march 11
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
Preloading components in Flash MX
Posted by SEPHlROTH at 3/11/2006 10:38:22 PM
Today I tried to use components in my movie, the scrollbar components in Flash
MX. Before I work on components I found some site to learn about it, and I
learned that all components will be loaded in the 1st frame which make the
preloader useless. Then I learned how to disable export in 1st fr... more >>
mailto paramaters not working anymore ...
Posted by SkyRob at 3/11/2006 8:39:53 PM
Hey there,
I was using this code quite some time (about a year or so) and it always
worked properly.
Now, it don't anymore. It still starts the email-client, but only the reciever
of the message is there. The subject and the body of the message remain empty.
I am thinking it might be... more >>
list of classes and methods
Posted by p8ntblr at 3/11/2006 8:28:51 PM
anyone know a site where I can get a complete list of classes and methods for flash?... more >>
keep the value after removeMovieClip
Posted by The 350Z at 3/11/2006 7:20:44 PM
I have this scroller to control the rotation that is attached to the stage
using the attachedMovie.
This scroller will be removed (removeMovieClip), when a user rollOut or click
on an area outside of it.
The problem is, I'm trying to keep (reserve) the value of the last _x position
of th... more >>
passing variable through querystring
Posted by manisha at 3/11/2006 7:14:59 PM
Help!
Please help me for passing variable through querystring to flash to
load a movie with desired effect and passing text with desired font.
thank you
--
manisha
------------------------------------------------------------------------
manisha's Profile: http://www.24help.info/membe... more >>
How to LSO-embedd or caching fonts externally for Flash use
Posted by Ken Fine at 3/11/2006 6:20:05 PM
Hi all,
Can anyone tell me if there's a manageable way to embed font data in an LSO
(Flash local shared object) such that it can be stored on the user's machine
and used by a movie? I was under the impression this could be done, but my
impression may be wrong. :)
Or, perhaps someone ca... more >>
ScrollBar disapears in scrollPane....arrgghhh...
Posted by scotsman at 3/11/2006 4:43:39 PM
I am using the flash 8 component:
I'm loading a "linkage" instance from the library called namely
"menuListing".
inside "menuListing" mc, (deleted from the stage) I am duplicating another
mc namely "menuList", 'x' amount of times...
('x' being the number of menuItem nodes from my XML)
[t... more >>
One preloader, multiples instances of MovieClipLoader class...
Posted by JakeTheSnake3.0 at 3/11/2006 4:28:10 PM
I have 6 different movie clips each dynamically loading one jpeg into
themselves via the moviecliploader class. I have a preloader on the main
timeline and I want to be able to keep track of all 6 simultaneous downloads.
I have tried using the myListener.onLoadProgress function. Within that... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Doesn't want to load pics from xml file
Posted by hollywoodbb at 3/11/2006 3:23:02 PM
I have a swf files that load images from an xml file but when i test the movie
all i get is the output window tracing the movieclip holder and it doesn't want
to load the images.
The following is what is outputed when i test the movie:
_level0.nHolder.n2.hot_mc
_level0.nHolder.n1.hot_... more >>
Submit button...
Posted by Japi_s at 3/11/2006 3:15:01 PM
Hi Guys, i have searched the forum for this problem, but couldn't get much
help...
I have created a very basic form in Flash 8.
It has FName, LName and Email as the fields. Now when someone clicks on submit
button (in flash), i want this form to be submitted... (i haven't created the
c... more >>
what's wrong with this function???
Posted by michalwoj at 3/11/2006 2:35:09 PM
function MatrixMatrixMultiply(A, B) {
C = new & Array(new Array(), new Array(), new Array());
C = A*B+A*B+A*B;
C = A*B+A*B+A*B;
C = A*B+A*B+A*B;
C = A*B+A*B+A*B;
C = A*B+A*B+A*B;
C = A*B+A*B+A*B;
C = A*B+A*B+A*B;
C = A*B+A*B+A*B;
C = A*B+A*B+A*B;
... more >>
displaying XML partially
Posted by The 350Z at 3/11/2006 1:20:18 PM
Hi guys
I have this 2 text fields that I'd like to display my XML in.
The first text field is smaller than the second.
Is it possible to display only a few words in the first text field (probably
like 5-10 words) and display the whole in the second text fields?
Also is it possible to a... more >>
embedding font data in Local Shared Objects: any cavaets?
Posted by Ken Fine at 3/11/2006 12:42:45 PM
I notice that F8's nice font rendering comes with a penalty: embedded fonts
are quite a bit larger.
Thinking about methods for optimization on a page that will be visited
regularly: one tack would be to embed my oft-used fonts in local shared
objects (LSOs) that would be persisted on the us... more >>
FBF: how to get an accurate initial width for Stage.width
Posted by Ken Fine at 3/11/2006 11:14:14 AM
I'm working with Full Browser Flash techniques. Stage.width is an important
part of making this work. Unfortunately, I've noticed what can only be
described as a bug/deficiency in Flash's FBF handling.
Flash demands that you set an initial pixel width for your movie. This value
can have lit... more >>
Text Area Component Conflict
Posted by Harold_B2 at 3/11/2006 2:38:48 AM
Strange But True:
My project was going great until I added a Text Area Component just for a help
box.
Every time I scrolled the static text with the vertical scroller -
FREEZEROOO!!!
I tracked it down to one little thing:
My use of an array prototype function that seems to conflict w... more >>
Re: html in text fields
Posted by Nixy at 3/11/2006 1:27:45 AM
Need more info like
Does the text provides from an external xml document or txt or it's all in Flash.
Does your code use the escape and unescape methods to encode your text.
... more >>
Preload Html textfield content
Posted by Nixy at 3/11/2006 1:24:22 AM
I nkow that text does not have to be preloaded, but if I use an html textfield that load html tag like many images. Is there a way to preload it?
I can't figure out how!
Tanx in advanced... more >>
Action Script Buttons
Posted by EBTurner at 3/11/2006 1:21:12 AM
Hey all....
So im creating the splash page for my web site... when the animation is done i
have set all the layers to stop(); so that it wont play the next scene until
someone hits a button.... and i have the buttons set up as gotoAndPlay("Scene
3",1);
now i know it works because if i... more >>
Changing the fps of a movieclip....
Posted by DarkDepts at 3/11/2006 12:00:00 AM
:confused;
Im am currently making something in flash and I require a code to change the fps of a movieclip(to 16fps) without effecting the rest of the movie(24fps).
Can anyone help?... more >>
Passing parameters from html to Flash
Posted by aiyana at 3/11/2006 12:00:00 AM
This is probably Flash -101, but I need to pass a parameter through from the
calling html to the Flash movie. I tried adding a query string (eg xxx.swf
?myvar=abcd) but I was unsure about what I need to do in the way of AS code to
pick up myvar inside the Flash movie.
Thanks, Rob
... more >>
If statment doesnt work?!!!
Posted by Mr ?nderson at 3/11/2006 12:00:00 AM
Well basicly it works for A-L and the rest just dont work.
I put in traces erlier, and it's not even passing inhl._y (Input Name
Highlighter). I also did a trace and the values are the same as the if
statments so I dont know why its not working
Any ideas on how to fix this?
onEnterFra... more >>
Problems with Internet explorer and actionscript
Posted by lewis-dp at 3/11/2006 12:00:00 AM
Hi,
I've just got my website and uploaded everything nicely - when I preview the
website in both firefox and internet explorer everything looks as I expect it
to. And when the website opens properly on the web in firefox it runs as
expected. However when it is opened in Internet explorer i... more >>
Re: How do Flash remember..which movie to fadeOut and FadeIn
Posted by highlander_1 at 3/11/2006 12:00:00 AM
targetMC.loadMovie(swf); // start the next load.... ooops. we gotta use
preloader code here to make sure it's loaded before
//we start the next fade-in. i'm not sure how you want to handle that.
Yes "we gotta use preloader.."
But I must admit ? I don?t really know ?how to do that? in t... more >>
Code to stop a button from working briefly?
Posted by Angyl at 3/11/2006 12:00:00 AM
Movie. A repeating section, and a section that plays when the user mouses
over. The problem is if they KEEP the mouse over, the animation stutters and
keeps trying to gotoAndPlay.
is there more code or a trick I can do to remove the 'mouse over' effect until
the animation frames are DON... more >>
|