Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kgaard
  • Content: Threads
  • Order by date
  1. kgaard

    Datagrid Style Quirk

    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...
  2. kgaard

    FLV question

    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...
  3. kgaard

    datagrid sorting

    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...
  4. kgaard

    dynamic text font size problem

    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...
  5. kgaard

    Newbie Question.

    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...
  6. kgaard

    Load Image Dependant on the Date?

    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...
  7. kgaard

    Multiple Object Drag

    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 -...
  8. kgaard

    font problems

    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...
  9. kgaard

    newbie....motion tween

    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...

Part and Inventory Search

Back
Top