all groups > flash actionscript > december 2004 > threads for sunday december 26
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
loading a schedule?
Posted by theblessedone at 12/26/2004 11:47:16 PM
Where can I go to learn how to make a race/event schedule display in a text
box, and load by a server? I want to place it on the site, and for it to
change after it reaches the date displayed. For example, it could say:
Daytona 500
February 15,2004
Daytona Speedway
And display the ... more >>
(sitemap) whats a good way of linking through flash
Posted by BOSTONCIW at 12/26/2004 11:13:02 PM
this is what im trying to create ,something simple ofcourse.::::::::::
if i have a main swf file in which all section swf's are loaded into an i
want to create a sitemap with one of the external swf files.
so i want to load the section in main mc (_level0.section)
but i want to beable t... more >>
Simple Flash Question!
Posted by Nigel Burke at 12/26/2004 10:08:15 PM
:o
I hope someone can help with a simple question. I have a flash menu .swf and a separate .swf page. How do I load the menu.swf into the other page?... more >>
set var
Posted by amooor at 12/26/2004 9:27:37 PM
How i can set variable from inside the movie i tryed to set variable from inside the movie it dosn't work !!!!... more >>
Maiking a button that will open demo.exe
Posted by Juan Valdez at 12/26/2004 6:39:20 PM
Happy day after christmas, hope everyone had a great day...Riddle me this, in
the olden days I was doing my animated tours in Director but now my boss would
like to have it done in flash...Ill get right to the problem. I need a button
that will open our demo.exe program so I made a button and ... more >>
HELP ME PLZ
Posted by imlazuli at 12/26/2004 1:59:16 PM
the code Below displays both check and unchecked message at same time in output
window when i select checkbox, i want CHECK and UNCHECK message to be displayed
on the respective state of checkbox, if its selected it displays CHECKED and if
its unchecked then UNCHECK should be shown in the OUTP... more >>
Fading +text+ content of MX2004 components
Posted by Ken Fine at 12/26/2004 11:34:09 AM
I've successfully faded the DataGrid component by assigning an alpha to my
instance. Curiously, this only fades the UI elements, and not the actual
text that populates it.
Can this be done "directly", or will I need to write function fadeDataGrid
to adjust the alpha of the UI and assign a diff... more >>
Can Progressbar component show DataSet or XMLConnector load status?
Posted by Ken Fine at 12/26/2004 10:35:32 AM
Can anyone who's used the Progressbar component that ships with MX2004 to
display the load status of XML describe what approach they used to
accomplish this?
I'm interested in using the Progressbar component that comes with MX2004 to
show the status of XML data that's being loaded from an ext... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
loadMovie cross domain help?
Posted by Kappytown at 12/26/2004 8:15:18 AM
I have a file that loads video (swf files) which works perfect but now I
need to host the swf video files on another server. I did not change the
code which worked perfect on the same server but now that the video is being
loaded from another server the preloader does not work nor does the bas... more >>
loading text in nested swf problem
Posted by jedart at 12/26/2004 7:03:54 AM
I have main.swf loading separate sections (section1.swf, section2.swf, etc.) I
placed on the main timeline of section1.swf the following: text_area = new
LoadVars(); text_area.onLoad = function(success) { if (success) {
content.htmlText = this.content; } }; text_area.load('welcome.txt'); It ... more >>
Variables from Combobox?
Posted by rszajkow at 12/26/2004 5:34:28 AM
I am relatively new to flash and want to know what the simplest way to create
variables from whatever the user selects in a combo box is(in flash mx 2004
pro.) I have only seen info for flash mx so far. I have a php script that
simply gathers the variables of my flash feedback form and sen... more >>
what's "" mean for setProperty("", _yscale, 50);
Posted by chupachups at 12/26/2004 5:28:23 AM
what's "" mean for setProperty("", _yscale, 50);
thjx... more >>
When Movie Clip finished playing
Posted by maxm2000 at 12/26/2004 3:31:23 AM
I loadMovie("movie1.swf", 1) within main movie clip to run.
How can I detect when this movie1 finished playing, so I can do other stuff.
Thank you.... more >>
|