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: *

  1. smackjones

    Anyone use SWF::Builder?

    Here is what I'm doing. works great. #new movie my $movie = SWF::Builder->new ( FrameRate => 12, FrameSize => [0, 0, 1280,1000 ], BackgroundColor => 'ffffff' ); ###add the background my $jpg = $movie->new_jpeg("/home/wireless/public_html/image.jpg"); my $bground =...

Part and Inventory Search

Back
Top