Kenneth,
That makes sense, I was loading an instance that I had dragged onto the stage. In the end I'm trying to load the datagrids into movieclips that are inside of an accordion...
//import the dataGrid class
import mx.controls.DataGrid;
//Create datagrid @ runtime...
I have a datagrid that I am populating on the fly with data from an XML document - however, I want to change the text size to smaller than the default value... I can change it no problem, but is there any way to avoid the 2 seconds of the default font styles before it recognizes the style...
I have plenty of experience with flash, but am new to flash video, and I've come across a problem...
I have a flv in a swf on a page, and it works just fine... but, when I try to embed the same swf in a page in a subdirectory, it doesnt recognize the flv.
for instance:
on...
maybe if I explain my application it will make more sense :)
I'm building a live play by play generator that runs from an XML file to follow live basketball games.
i can get the array to sort - no problem.. however, I would like sort the TIME column ascending(so that the most recent play at...
hi all..
having an issue with a datagrid sort -
I need to sort on one column, and then another -
ie: sort all on "time", retain that sort, and then sort on "score".
var pbpsort = new Array( "TIME", "SCORE" );
playbyplayGrid.sortItemsBy( pbpsort, Array.NUMERIC );
the problem i'm having...
ok, i think i'm going nuts.
I've worked out a flash news ticker... but as soon as I try to change the font face of one of the items in the array, it doesnt display that particular item. (as shown in the example for the first item) any ideas?
i'm SURE its something little that i'm just...
$month = $_POST['month'];
$day = $_POST['day'];
$year = $_POST['year'];
come from a form prior to this page where a user selects the date's events they'd like to edit - then this page will call the txt files associated with that date and display the contents of them into a txtarea so they can...
surely. also, its began kicking back this:
Warning: fread(): Length parameter must be greater than 0. in /home/u1/kgaard/html/testing/works.php on line 48
it works ok with the first section, but when i copy and paste it again the error occurs. thanks for all your help - sorry, i'm kinda new at...
its actually not giving me an error - but it is reading the file: event1_details.txt NOT 080305event1_details.txt
$filelocation = $month.$day.$year.'event1_details.txt';
the month, day, and year are coming thought just fine from the form before - I echoed them on a previous line and they...
ok, similar question - I'm trying to write to a txt file and im having syntax issues with the file location line:
$filelocation = $month.$day.$year.'event1_details.txt';
I want it to call a txt file such as: 080305event1_details.txt
clearly im not doing something right.
Hi... I swear I'm going nuts.
I have this line:
echo "<form method=\"post\"><textarea name=\"event1_headline\" cols=25 rows=1 wrap=\"virtual\">";
but i need to add $month.$day.$year. in front of the event1_headline
I'm not sure if I'm having syntax problems, or if I'm just doing...
excellent help! - though I'm getting an error kicked back at me from this line:
print '<img src="/some/path/to/image' . $month . '.jpg'">';
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING
i think i've tried every combination of single and double quotes out there and not...
I'm fairly new to PHP, and am curious if it would be possible to load different images (actually, .swf files) depending on the date? so that, each on the 1st of each month, a different swf loads for the duration of the month. I'd bet its possible, but I'm not entirely sure how to go about it...
I am trying to set up a close up of a product shot so that consumers can see more detail...
I would like to have the large image in the background, with an inset of the smaller, full image on top of it as a navigational piece, with a dragable semi-transparent box on top of the smaller image -...
Hi Everyone,
having an odd problem, as I design my movie, and I preview it (cmd+return)
or even export/publish it, my fonts aren't showing up - if I use system fonts they show up fine, but anything I have activated through extensis suitcase doesnt show. are there any known bugs or updates...
ok, so this is probably the most basic question EVER but... when I motion tween a navbar going horizontally across the screen, it seems very NOT smooth... kind of clips it as it goes across - I tried a motion guide instead, that (for reasons that I don't particularly understand) somewhat fixed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.