all groups > flash actionscript > november 2004 > threads for saturday november 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 29 30
Unexpected green border listbox
Posted by bulletta at 11/13/2004 10:38:42 PM
Hi all! I've a problem using a listbox in an off-line software made using Flash
MX 2004 Professional. The software has 3 principal modules. The main module
(menu) is a Flash Projector (.exe), all the other modules are .swf. The
connections are made with simple actionscript line 'loadMovieNum(... more >>
Actionscripting A Site
Posted by Mikeb88_69 at 11/13/2004 9:12:25 PM
Ok I have a button that is inside a movie clip which is inside a movie clip
which is inside a scene called 'main'. When it is clicked on I want it to go to
frame 3 of the next scene which is called 'mybrokenego'. So I would think that
all it would take is a simple: on (release) { gotoAndStop(... more >>
Movie in a movie
Posted by Pyromancer at 11/13/2004 8:50:25 PM
I have a flash movie with the title bar, and another main component movie (all
the contents) that loads inside the title bar movie. There are several
content pages I can switch between, and I want to be able to click a movieclip
that says 'home'. Right now, I have an actionscript on the Hom... more >>
using the hitTest action
Posted by blindRKside at 11/13/2004 8:11:09 PM
i am making a game with a character you can move around with the arrow keys and
is contained inside a room
the problem is that i cant get the character to stay inside the room
someone told me to use th hitTest code and i tried it but i wasnt sure where
to place the code (on the character... more >>
load jpg
Posted by bitok at 11/13/2004 7:18:59 PM
i have this code: imagem.loadMovie ('IMG_6.JPG'); onClipEvent (enterFrame) {
trace (this.getBytesTotal()) } and the trace result is: 4 0 0 0 0 0 0 0 0
0 0 573117 I don't understand why the first trace is 4, then 0. Could you help
me?! thx
... more >>
XMLSocket class
Posted by Deniom at 11/13/2004 6:51:32 PM
Hello buddies, I am developing a web application using Flash and ASP.NET In
some part of my application I have a C# Socket server on the server and Flash
connects to it using XMLSocket class. I send a message to server and expect a
message from server, but this response never come. The intere... more >>
Non-workable link when uploaded to server
Posted by merlin1900 at 11/13/2004 4:28:05 PM
Hi everyone this is my first post, I hope I do it right. Anyways, I'm
developing a site and when in the developers screen in Flash, I test my movie
and the link to another movie works fine. But when uploaded to my hosting
server, the link doesn't work. It's funny because my other 4 links work,... more >>
Why I am getting error when I should not?
Posted by Jonzy at 11/13/2004 3:59:35 PM
I'm new to Action script but when typing manually lets say:
telltarget ("_root.target") {
-codes-
}
I press validate code button it return me a syntax error
But if I drag the code from the action button and fill the -codes- in, it
works perfectly
Why?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problem with text field and "render text as html"
Posted by cheshirekow at 11/13/2004 3:43:30 PM
for some reason when i use a text field and 'render text as html' instead of
turning anything in a <b> tag bold, it just doesn't display it. Here is the
code
--------------------------------------------------------------------------------
------------------------------- function onHolderLoa... more >>
AS2 class / onEnterFrame access to parameters?
Posted by Grégoire Gerardin at 11/13/2004 3:26:29 PM
Hello everyone,
I'm trying to learn actionscript 2 and its class definition. I ran over a
frustrating problem concerning the onEnterFrame event. It looks like it
can't access any value passed through the constructor function.
To make it simple, let say my class looks like that:
***
(Test.a... more >>
PLEASE!!!!! open a file xls with flash
Posted by carlinhos2 at 11/13/2004 12:26:30 PM
open a file xls with a boton of flash
I need to open a file xls with a boton of flash. I believe that it makes with fscomand! but how?
fscommand ("exec","MYFILE.XLS"); this dont run!!... more >>
send movie clip to the front on mouseover
Posted by willgrant at 11/13/2004 11:47:38 AM
hi! i need a bit of AS help - i want to make a MC arrange to front in front of
other clips on its layer on mouseover - i really just need the command to put
into my on mouseover statement. hope someone can help! -will.
... more >>
Scale problems...Help
Posted by zecka3 at 11/13/2004 11:28:26 AM
Hi
I'm need to make an MC "grow" to a certain size, when the "+" Key is
pressed, and when it's released the MC should return to the privious state.
Can anyone help me?
Thanks
... more >>
CSS and mask
Posted by harsi at 11/13/2004 10:45:35 AM
hi anyone know why i can't i see text loaded from external file under a mask???... more >>
Can layout within flash movie adapt to the browser window size?
Posted by (_seb_) at 11/13/2004 9:28:23 AM
Hi all,
I would like to build a Flash layout that would adapt its width to the
browser window size, like a <table width="90%"> would. I know you can
publish the flash movie with its size in percents, but this resizes the
entire flash movie, including its content. That's not what I want.
... more >>
How to make a flash movie within another flash movie disappear
Posted by Pyromancer at 11/13/2004 8:04:53 AM
I am currently constructing a flash website, and it has two components: a top
bar, and the main component. They are two different movies, and the main
component is an swf that is loaded inside the top bar movie. In the top bar
movie, I would like to click a link and change the main component ... more >>
menubar up?
Posted by jeannotblanc at 11/13/2004 5:58:50 AM
hi
is it possible to have a menubar unrolling upward ???... more >>
loadVars.load() using PERL CGI script
Posted by cheshirekow at 11/13/2004 3:18:55 AM
I'm trying to write a function in flash that will load variables from a cgi
script, which will in turn extract that information from various files. This is
the code I have so far function myOnLoad(success) { if(success) {
trace('load success'); }else{ trace('load failed'); } } myHolde... more >>
Dynamic _xscale
Posted by thoand at 11/13/2004 12:47:25 AM
Hi Does anyone here knows why the clip move to the right, when I am increasing
the _xscale property? see code thanks in advance Best regards T
function createGraph(mc, depth) {
_root.createEmptyMovieClip(mc, depth);
with (_root[mc]) {
beginFill (0x0000FF, 50);
lineStyle( 0, 0xFF0... more >>
Walking through walls
Posted by blindRKside at 11/13/2004 12:26:02 AM
im making a game with flash 5 where u can move your character around with the
arrow keys.
before i move on with it, i want to make it so that he cant walk through
walls, but i am unsure of how to do that.
if anybody knows a tutorial or actually has the code, please let me know.
i've t... more >>
Homemade Scrollbar Sticks
Posted by Epic Union at 11/13/2004 12:24:47 AM
I created a homemade scrollbar because I just need to preform simple scroll
functions and can customize the scrollbar fast and easy. However, the current
code I use has one flaw: if you scroll too quickly, even when you release your
mouse, you are still controlling the scrollbar. To set the s... more >>
|