all groups > flash actionscript > january 2004 > threads for saturday january 24
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
Flash to Coldfusion?
Posted by jay54321 at 1/24/2004 11:41:10 PM
How do I simply transfer info to Coldfusion on a button press.....?
on(press){
}
... more >>
loadMovie problem when Flash placed in HTML
Posted by jay54321 at 1/24/2004 11:39:40 PM
I've placed my Flash file in a HTML document, but now my loadMovie commands will not work.....
Pics = ["/images/SG1.jpg","/images/SG2.jpg"];
loadMovie(Pics[Picture_counter], _root.picture_1);
Anyone know what the problem is?
... more >>
Data from HTML to Flash?
Posted by jay54321 at 1/24/2004 11:34:25 PM
I'm trying to use the 'Browse' function button in HTML which allows the user to look for a file on their computer..... but how do I transfer this information over to my FLASH file?
... more >>
how to create a script to handle both alpha and motion?
Posted by FayeC at 1/24/2004 11:00:55 PM
I am having a hard time figuring out how to create a script that will handle
both alpha and motion.
The script I have for motion works just fine but if I add the alpha script
to it either the alpha won't work but the motion does or none of them work
at all.
the script in question is:
text4_m... more >>
incrementing a date by one day ??
Posted by nowB NO[at]SPAM at 1/24/2004 8:59:36 PM
how do i increment a Date object by one day (i need to loop through the days in a month} ??
thx
... more >>
RollOver trouble
Posted by SirHankins at 1/24/2004 6:53:43 PM
Hey, I'm new with Flash MX and was following a Fly Out Menu tutorial made for Flash 5. I could follow all of the tutorial except for the action script part. I was hoping someone could tell me what the Flash MX equivalent for the Flash 5 action scripting below would be.
on (rollOver) {
gotoA... more >>
Saving Text In Txt File
Posted by T_A_Z_Z at 1/24/2004 4:11:17 PM
I am using Flash 5. I am creating a simple game and i want to add a score list at the end of the program. So i need to save the score in a file like a txt file or a database. Is there any way to save text in a txt file and read this text back? I think i can save text in a database by using xml comma... more >>
Flash Projector downloading to specific locations
Posted by exorÂș at 1/24/2004 3:19:46 PM
i am under the impression that even if i ask, there might not be a way to solve this prooblem, because Macromedia Flash does not give any real abilities to save data on the clients computer with in a specified area.
hear me out anyway
i'm making a projector file[exe] and wanted to know if i ca... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Locking aspect ratio to 4x3 NOT 16x9
Posted by bpurcella at 1/24/2004 2:32:09 PM
Hi. I have developed a swf presentation at 4x3 ratio. Now it will be shown on a 16x9 machine and everything is stretched. Is their a way with code I could lock my aspect ratio to 4x3 (1024x768, 800x600) and not 16x9
Thanks
Bobby
... more >>
Scrollpane blank white square other than in TestMovie mode
Posted by _posted.by(Vern); at 1/24/2004 11:09:05 AM
Forgive me if this is addressed somewhere. I have searched and came up
blank
FlashMX2004Pro
I have a movie which used a scrollpane to display text. The text is a
seperate swf of course. When I test within Flash, it works perfectly. But
when I test real world, I get a blank white square ... more >>
Controlling one swf from another swf in same HTML file
Posted by 7sav at 1/24/2004 10:42:56 AM
I have 2 swfs embedded in a HTML file. Can I click on a button on swf1 and make the movie in swf2 go to frame 2. Can this be done using tell targets or any other way.
-svo_7
... more >>
image moves according to mouse position
Posted by uncle_3than at 1/24/2004 9:51:15 AM
Hi guys, I want to ask this question with more detail information so you might be able to help me easier..hopefully I can get some answer this time...:confused:
I was trying to make a navigation like this site in the "CLIENTS" section in the left upper corner like sliding up and down according t... more >>
PLZ help here with checking a text field
Posted by alioensaliens at 1/24/2004 9:39:55 AM
i want to make someting like a login with a userneme and password plz HELP
i rote someting like this
if(password.text === "pass")
gotoandstop(2)
else
gotoandstop(3)
plz help!!!!!!!!!!!!!1
theonickolas@yahoo.com
... more >>
Any way to unset a variable?
Posted by trave801 at 1/24/2004 5:56:42 AM
I am working on a rich media template system, which accepts a headline text, and body text (_root.textHead, _root.textBody) each template has default text in it, with the var field set as the proper _root value.. the first time the template loads within the editor, the text input fields pull the d... more >>
How to change the colour with onDragover
Posted by mijimicheallea at 1/24/2004 3:12:13 AM
my_btn.onDragOver = function () {
trace ("onDragOver called");new Color(#232323)
Why doesnt this change the colour of the text when i hover/click my mouse on it?
I am using MX 2004
... more >>
problem getting button events in window component
Posted by grayooze at 1/24/2004 2:07:41 AM
I can't figure out why this is not working. I basically need to hook up a function to a button that I have in a MovieClip attached to a Window component. Here's the code:
________________________________
_wnd = createPopUp(_root, Window, true, { closeButton:true, title:"Log In", contentPath:"Log... more >>
Shared Object file location
Posted by d2kagw at 1/24/2004 1:24:13 AM
Hi,
Im currently working on a project thats using SharedObjects, everythings working fine, accept for some reason a few variables keep on being returned in-correctly.
So, i want to try and track down the 'cookie' that the SharedObject saves to see if the data is being writen correctly.
Where ... more >>
targeting html link in flash
Posted by jhurwitz at 1/24/2004 12:10:56 AM
hello-
i am trying to make a flash toolbar to embed in the left frame my site. i want the links on it to change the page in the other frame though. i know in html i just enter target=here i put the other frame name
but when i insert that into my getURL code it doesnt work and the page loads as... more >>
about customised cursor
Posted by SuperMary at 1/24/2004 12:10:12 AM
Hi,
I try to create a custom cursor. First I create a movie clip that is to replace the original cursor, and then I write scripts as the followings:
onClipEvent(load){Mouse.hide();startDrag("", true);}
When I test the movie, it is quite OK only if I don't right click the mouse. The problem ... more >>
My code (included) for streaming is broken...
Posted by thisisreallyfunky at 1/24/2004 12:04:37 AM
Hello,
I've included everything I have, simple, but, it seems right to me, hehe. But, it isn't.
I have an embedded video object and a single push button on the stage. The Main.asc and .fla files are included, as I said.
When I run it there is no sound :(
When I use the other methods for ... more >>
|