Wednesday, November 25, 2009

Flash Kit Daily HTML Newsletter, Wed Nov 25 2009

Flash Kit Daily

Internet.com Network
Wednesday November 25, 2009

Featured Tutorial: Zoom Motion Blur Transition
The zoom Motion Blur Transition seen on popular award winning sites lately.

Featured Gallery Image: Techno Torch
This is my first post on this Fantastic Site!...Please Comment....Just a little somethig I whipped up in Poser..sent to Photoshop...and added some Alien Skin Effects...Thanks!

Featured FLA: Skatalog v9 - product catalog
Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven

eStockMusic Track of the Week: At Sea
Orchestral film score; big optimistic thematic opening to a dark middle, fading out

Get Ready for Windows 7!
Pros and Cons? Learn What Our Experts Think
Download Free eBook Now. Click Here.
Interested in placing your TEXT AD HERE? Click Here
 

Featured Sound Loop: Angel Chorus
The ultra-typical-classical chrous meldoy of an group of angels!

Featured Sound FX: In INTRO
Short but I think effective sound for flash intros.

Featured Font: myCode
this is a code that a would write in in 5th grade and i finally made a font out of it.

Latest Forum Queries

trying to trace the name of something
Hello I have an empty movieclip that's on the stage. I'm then placing a movieclip inside it, like so: PHP: --------- function addTinySection() { var tiny:MovieClip = new tinySection(); completeLoader.addChild(tiny); tiny.name="tiny"+1; trace(completeLoader.getChildAt(0).getChildAt(2).name); } addTinySection(); --------- I can trace the child name of the movieclip "com...

CS3 cannot get flash movie to show up!! please help if you can
I am using Flash CS3 on Windows and using Dreamweaver CS3 to embed my flash content. I have a Flash banner/animation on my main index.html page that I cannot get to show up. I have provided all relative info/files below. It works find on my local hard drive, but when I upload it (from several different FTP clients) it won't show up on several different computers browsers. It's not my FTP,...

button animation help
here are the two texts products innovation i want the button to be "products" and when you mouse over it products fades out and innovation fades in and moves to the top right, like an animation can someone help?

CS3 Stopping a movie for 5 seconds and then let it start again.
Making a banner in flash cs4, and trying out AS 3.0. Any one know how i stop the movie for 5 seconds and then let it start again? Thanks for any reply.

Wufoo, Flash and PHP
hey guys :) i just signed up for wufoo - what seems to be a really awesome free online database service! i want to use it for a couple of simple things in my online christmas card this year :D but have run into trouble hooking up their API. they have pretty good documentation for if you want to make your own custom html forms and hook them up to the database, but i want to communicate from f...

Student..would like some help please? Thank you
Hi basicly i've had an idea for a project im doing at uni, ive found an example of a web banner that i think has been created in flash and would like to know a possible method of doing this sort of effect. http://www.bannerblog.com.au/2009/10/golf_launch_in_australia.php I have touched on flash a bit but do not have a huge knowledge of the subject. My first idea was to draw a grid over my i...

Covert game to AIR project?
Hi, just wanted to know if its possible to convert an existing game project (AS3&fla) to an AIR project? the AIR settings on my fla is blanked out how can I convert it? Do I need to open a new AIR project and import fla or something? if so does anyone know how to? or any tutorials about it will help! Thanks ^^

Problems masking actionscripted snow
Briefly, I need to create a snow globe, so that when you click a button the globe shakes and snow falls. The globe is created, the animation is no problem, Ive got the coding for the snow, how ever I cannot mask the snow to fall within the globe, it covers the whole screen. Any solutions? The code attached to the snowflake movie clip: onClipEvent (load) { //specifies the size of the...






WebMediaBrands

internet.commediabistro.comGraphics.comjusttechjobs.com

Search:

WebMediaBrands Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Shopping | E-mail Offers

All newsletters are sent from the domain "internet.com." Please use this domain name (not the entire "from" address, which varies) when configuring e-mail or spam filter rules, if you use them.

Tuesday, November 24, 2009

Flash Kit Daily HTML Newsletter, Tue Nov 24 2009

Flash Kit Daily

Internet.com Network
Tuesday November 24, 2009

Featured Tutorial: Zoom Motion Blur Transition
The zoom Motion Blur Transition seen on popular award winning sites lately.

Featured Gallery Image: Techno Torch
This is my first post on this Fantastic Site!...Please Comment....Just a little somethig I whipped up in Poser..sent to Photoshop...and added some Alien Skin Effects...Thanks!

Featured FLA: Skatalog v9 - product catalog
Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven

eStockMusic Track of the Week: At Sea
Orchestral film score; big optimistic thematic opening to a dark middle, fading out

Get Ready for Windows 7!
Pros and Cons? Learn What Our Experts Think
Download Free eBook Now. Click Here.
Interested in placing your TEXT AD HERE? Click Here
 

Featured Sound Loop: Angel Chorus
The ultra-typical-classical chrous meldoy of an group of angels!

Featured Sound FX: In INTRO
Short but I think effective sound for flash intros.

Featured Font: myCode
this is a code that a would write in in 5th grade and i finally made a font out of it.

Latest Forum Queries

Alternate navigation if Flash is turned off?
I wanted to create alternate navigation (simple form buttons/pulldown menus) if someone does not have Flash installed or it's turned off. How do I code this?

[as2] external image tiled background [help please!]
Hi... I've run into a bit of a small -ish prolem. I'm using my trusty tiled background code which tiles an image in my library, with the linkage name of 'tile'. PHP: --------- var tile:BitmapData = BitmapData.loadBitmap("tile"); _parent.tileMC.beginBitmapFill(tile); _parent.tileMC.moveTo(0, 0); _parent.tileMC.lineTo(Stage.width, 0); _parent.tileMC.lineTo(Stage.width...

[RESOLVED] flash.media.Video
TypeError: Error #1034: Type Coercion failed: cannot convert flash.media::Video@2eff9f31 to mx.core.IUIComponent. i have no idea why i cant addchild(video) without it throwing this error. Anyone else know what this could be?

[RESOLVED] flash.media.Video
TypeError: Error #1034: Type Coercion failed: cannot convert flash.media::Video@2eff9f31 to mx.core.IUIComponent. i have no idea why i cant addchild(video) without it throwing this error. Anyone else know what this could be?

adding an auto slideshow to my site...where to start?
so I have been googling all sort of tutorials here and there and saw many parts of what i want to do. The problem I am not sure how to combine them to achive what i want to do...ok i am completly lost...sorry i am a AS3 newbie. basically, i have a site that i want to be able to click on a button and start a slideshow with the following parameters: 1. load random jpgs onto the stage. I ha...

how reference a method value
Hi I am trying to understnd some of the things about packages, I have expand a book exercise and I am now trying to workout how to reference a return value within this package. I have put together this package Code: --------- package classes { import flash.display.*; import flash.utils.getDefinitionByName; public class SmileySwitch { private static ...

Drag and drop script needs tweaking
Hi, I've got a little game for my kids which needs tweaking. http://www.flashkit.com/movies/Games/Components/Kiddie_p-Didier_S-1878/index.php What I would like to do is to have some visual feedback when the pieces are dragged. For example, say, the car piece is dragged over the car "hole" this (the shape of the car "hole") could change colour (like a basic rollover). Any ideas? Than...

as3 preloader
Hey everyone, I have a problem with a preloader for my flash site. The problem is that almost everything there is called by code, and that the reason for flash to starts view my loading progress from approximately 80% instead of 0%. Even if I drop down into the stage everything included in library the result - starting from ~40%. I`ve tried to set a separate swf file as a preloader which loa...






WebMediaBrands

internet.commediabistro.comGraphics.comjusttechjobs.com

Search:

WebMediaBrands Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Shopping | E-mail Offers

All newsletters are sent from the domain "internet.com." Please use this domain name (not the entire "from" address, which varies) when configuring e-mail or spam filter rules, if you use them.

Whitepaper: Cloud Computing and the Enterprise

eBook: The Admin's Guide to Server Infrastructure Tools
eBook: Optimize the Cooling in Your Existing Data Center
Whitepaper: Cloud Computing - What is its Potential Value for Your Company?
Tutorial: Best Practices for Improving Software Delivery
PDF: Watts and Volt-Amps
eBook: Deploying Windows 7--Essential Guidance from Windows 7 Resource Kit and TechNet Magazine
Whitepaper: Cloud Computing and the Enterprise - Platform-as-a-Service Private Cloud
Sponsored by Oracle
Cloud computing is one of the hottest topics in IT today, but many IT professionals are struggling to determine how best to achieve cloud's promises of agile deployment and elastic capacity without losing control over data, security, and quality of service. Download this free white paper to learn how platform-as-a-service private cloud offers enterprises one of the best ways to take advantage of cloud computing. Learn More >>

Whitepaper: Virtualize Your End-to-End IT Infrastructure
Sponsored by HP
Companies have deployed server virtualization to improve the utilization of their compute resources but are still struggling with massive data growth, rising storage maintenance cost, and underutilized storage assets from a multitude of vendors. Learn More >>
The Admin's Guide to Server Infrastructure Tools
Sponsored by HP
A sys admin in a large server room, or rooms, will most likely need tools to help him or her keep the servers running effectively. This is where software to manage, monitor, and configure the server infrastructure comes in to play. Download this free guide now from our editors at Enterprise Networking Planet and learn why the question is not whether you need some of the tools, but which ones and from whom. >>
Optimize the Cooling in Your Existing Data Center
Sponsored by APC
Data center power and cooling issues are a major concern for businesses trying to watch costs. Some IT organizations may be overlooking optimization methods for existing data centers that can increase the available cooling capacity substantially while also reducing costs. Download this eBook to get the most out of your cooling potential. >>
Cloud Computing - What is its Potential Value for Your Company?
Sponsored by Google
Cloud computing may be new, but one thing hasn't changed: management's insistence on justifying IT investments by return on investment and total cost of ownership. You still weigh a solution's advantages/disadvantages and benefits/costs. This paper reviews four organizations who gained savings, productivity and innovation with Google Apps. >>
Best Practices for Improving Software Delivery
Sponsored by IBM
Successful businesses will be those that innovate while controlling cost and risk, yet delivering software to achieve this innovation is not easy. Discover how software can be managed like a business process with a focus on strategies and methods to achieve this goal. Learn how industry leader, IBM Rational can help clients increase their business flexibility while lowering start-up and maintenance costs, maximize organizational agility to respond quickly to change, and improve productivity and quality across the service lifecycle. >>
Watts and Volt-Amps
Sponsored by APC
This whitepaper helps explain the differences between Watts and VA and explains how the terms are correctly and incorrectly used in specifying power protection equipment. >>
Deploying Windows 7--Essential Guidance from Windows 7 Resource Kit and TechNet Magazine
Sponsored by Microsoft
Looking for guidance specific to Windows 7 deployment? Check out what the industry's leading experts have to say in this free Microsoft Press eBook. Sample topics include: deployment platform, planning deployment, testing application compatibility, and eight common issues in Windows 7 migrations. Get it here. >>

Internet.com is a WebMediaBrands Inc. property
50 Washington Street, 9th Floor
Norwalk, CT 06854
You are receiving this email because you have registered for a tutorial, download, whitepaper, webcast, or have elected to receive information or offers from Internet.com. If you wish to be removed from future Internet.com Tech Alerts, please go to: http://e-newsletters.internet.com/juptech_unsub.html

Partner and Revenue Share with Internet.com

This is a special mailing for InternetNews Business Report newsletter subscribers. You are receiving this e-mail as part of your InternetNews Business Report newsletter subscription. Your e-mail address has not been rented, sold, or otherwise shared with any third-parties to bring you this mailing.
Commerce Partners  We work with

 


 
 
Commerce Partners

We work with each of our Partners in revenue share and bounty based commerce relationships to increase your traffic, generate commerce revenue and support your brand.

http://www.webmediabrands.com/partners/

Marketplace Partners

We provide these 'marketplace' positions on many of our key properties. The mini-banners found on these sites are well positioned and provide many advertisers with modest ad budgets the opportunity for great branding and traffic from many high profile Web sites.

For more information, please send an email to commerce8@webmediabrands.com and please include some information about your company, business model and/or product offering. We'll get back to you with our thoughts on how best to move forward.

Sincerely,

Jeffrey Hazen
Senior Director of Commerce Sales and Licensing
Commerce8@webmediabrands.com
(203) 662-2946

Internet.com
50 Washington Street
Norwalk, Connecticut 06854
http://www.webmediabrands.com/partners/
Commerce8@webmediabrands.com


Internet.com * 50 Washington Street * Norwalk, CT * 06854


 
 

Monday, November 23, 2009

PDF: Scalable Business Solutions Guide

Whitepaper: Modernizing Legacy Systems to SOA
Tutorial: Best Practices for Improving Software Delivery
Report: Should Your Email Live In the Cloud? A Comparative Cost Analysis
Whitepaper: Comparing UPS System Design Configurations
Whitepaper: How to Diagnose the Cause of Poor Application Performance
Whitepaper: Lower Total Cost of Ownership for Mission Critical Applications
Scalable Business Solutions Guide
Sponsored by HP
This guide features HPs latest industry-leading technologies products designed to help you build and maintain an infrastructure that delivers the performance you need to drive your best business outcomes. As the world changes, many business initiatives require technology that is easy to manage and makes every dollar count. Get Your Copy Here >>

Report: Total Cost Comparison--IT Decision-Maker Perspectives
Sponsored by VMware and NetApp
Review research done by Oliver Wyman to determine the total cost of acquiring, deploying, operating, and managing storage environments from various vendors to support VMware server virtualization solutions. Read More >>
Modernizing Legacy Systems to SOA
Sponsored by Oracle
Don't let your mainframes slow down or stall your SOA development. Discover how to eliminate the risks of mainframe dependence by unlocking data and business logic trapped in legacy systems. Successful execution of an SOA strategy, combined with the release of the business value contained in legacy systems, can bring five proven benefits to the enterprise. Learn more. >>
Best Practices for Improving Software Delivery
Sponsored by IBM
Successful businesses will be those that innovate while controlling cost and risk, yet delivering software to achieve this innovation is not easy. Discover how software can be managed like a business process with a focus on strategies and methods to achieve this goal. Learn how industry leader, IBM Rational can help clients increase their business flexibility while lowering start-up and maintenance costs, maximize organizational agility to respond quickly to change, and improve productivity and quality across the service lifecycle. >>
Should Your Email Live In the Cloud? A Comparative Cost Analysis
Sponsored by Google
According to Forrester, "Google is setting a new price floor on email and archiving costs." Download the independent research report comparing the costs of email from Google and other providers. >>
Comparing UPS System Design Configurations
Sponsored by APC
There are five main Uninterruptible Power Supply system design configurations that distribute power from the utility source of a building to the critical loads of a data center. This paper discusses the five configurations and explains the advantages and disadvantages of each. >>
How to Diagnose the Cause of Poor Application Performance
Sponsored by Fluke Networks
When troubleshooting application performance issues, there are two steps you can take. First, understand the common causes and, second, use the right tool to diagnose them. Read about these common causes and learn about using the right diagnostic tool to quickly identify and resolve a problem. Learn more here. >>
Lower Total Cost of Ownership for Mission Critical Applications
Sponsored by Oracle
OracleTuxedo has an established history as an industry-leading distributed transaction processing platform for mission critical applications and an application server for COBOL, C, and C++ applications. Tuxedo has proven to be a solid choice for rehosting mainframe applications. With its SOA-enablement capabilities, Oracle Tuxedo extends the life of existing IT by making these assets fist-class citizens of modern SOA. Learn more. >>

Internet.com is a WebMediaBrands Inc. property
50 Washington Street, 9th Floor
Norwalk, CT 06854
You are receiving this email because you have registered for a tutorial, download, whitepaper, webcast, or have elected to receive information or offers from Internet.com. If you wish to be removed from future Internet.com Tech Alerts, please go to: http://e-newsletters.internet.com/juptech_unsub.html

Flash Kit Daily HTML Newsletter, Mon Nov 23 2009

Flash Kit Daily

Internet.com Network
Monday November 23, 2009

Featured Tutorial: Zoom Motion Blur Transition
The zoom Motion Blur Transition seen on popular award winning sites lately.

Featured Gallery Image: Techno Torch
This is my first post on this Fantastic Site!...Please Comment....Just a little somethig I whipped up in Poser..sent to Photoshop...and added some Alien Skin Effects...Thanks!

Featured FLA: Skatalog v9 - product catalog
Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven

eStockMusic Track of the Week: At Sea
Orchestral film score; big optimistic thematic opening to a dark middle, fading out

Get Ready for Windows 7!
Pros and Cons? Learn What Our Experts Think
Download Free eBook Now. Click Here.
Interested in placing your TEXT AD HERE? Click Here
 

Featured Sound Loop: Angel Chorus
The ultra-typical-classical chrous meldoy of an group of angels!

Featured Sound FX: In INTRO
Short but I think effective sound for flash intros.

Featured Font: myCode
this is a code that a would write in in 5th grade and i finally made a font out of it.

Latest Forum Queries

Xml import lost in a loop
I cant figure out how to parse my xml to get it this way. The part im having issues with is in red. Any help would be apreciated. Thanks ans[0][0] = Jimmy Carter ans[0][1] = Thomas Jefferson ans[0][2] = Barack Obama ans[0][3] = Abraham Lincoln ans[1][0] = Rutherford B. Hayes ans[1][1] = Abraham Lincoln ans[1][2] = William J. Clinton ans[1][3] = George Washington Code: --------- ...

trouble Loading large external swf
I have a large swf (2mb) loaded into an empty movie clip on frame 1 in the main timeline of my movie. It runs fine locally, but not on the web. It plays a few frames then stops for about 15 seconds and then plays. I have a preloader set up, but it doesn't even show up on the screen. I have 2 scenes "loading" and "movie". Here is the code on the first frame of the loading scene if (_frameslo...

Flash8 Capturing SWF parameter name?
There is a way to capture the list of parameters passed to SWF? Suppose that I have the following url: Code: --------- mymovie.swf?level=1&score=100&23764826347 --------- I would like to capture: level score 23764826347 Not the contents, but the NAME of the parameters! This way, I can, for instances, pass a parameter that be the value itself, such as a code, like this: Code:...

CS3 XML Variable
Flash CS3, AS 2.0 Okay, so I have an XML file containing the number 72, and this script: Code: --------- var imageNumber = new XML(); imageNumber.load("imageNumber.xml"); --------- Then later, this script: Code: --------- _root.images.onEnterFrame = function() { if (right == true && this._x>300+(imageNumber-1)*-100) { this._x -= 10; } }; --------- The problem ...

image not loading on screen plz help
image is not loading plz help Code: --------- stop(); var imagearr:Array = new Array(); var currentIndex:Number = 0; imagearr[currentIndex]="images/3.jpg"; this.createEmptyMovieClip("mcImageholder",this.getNextHighestDepth()); mcImageholder.createEmptyMovieClip("mcImage",this.getNextHighestDepth()); var loader:MovieClipLoader = new MovieClipLoader(); loader.loadClip(imagearr[curren...

Help needed ASAP
Hey there. i have a template where there needs to be changed some names and some pics and added a gallery... the budget is 60$ looking forward to hear from you Mikkel

dragging issues, restrict items inside mc to stage and other problemss
Hi, As this involves assorted dragging interactions to understand this explanation take a look at the file. http://www.gasolicious.com/flashstuff/kite_mouseMove.html it should work like the last item on this page, called exploring kite interactive http://www.hotmaths.com.au/FreeActivities/ I have a mc which includes 5 dots that can be dragged in various ways. each one needs to be limited t...

How to make this News Headline display feature?
Hi everyone :-) Does anyone know a tutorial or template to create a similar news display feature like the one shown on the homepage here http://www.uefa.com/ The news headlines and thumbnails are displayed and you can either click direct to a story or it scrolls through them itself. Thanks for your time.






WebMediaBrands

internet.commediabistro.comGraphics.comjusttechjobs.com

Search:

WebMediaBrands Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Shopping | E-mail Offers

All newsletters are sent from the domain "internet.com." Please use this domain name (not the entire "from" address, which varies) when configuring e-mail or spam filter rules, if you use them.

Friday, November 20, 2009

Oracle Gets a One-Week Extension on Sun Deal

InternetNews Business Report


Friday November 20, 2009

Oracle Gets a One-Week Extension on Sun Deal
[November 20, 2009] Oracle gets more time from the EU to defend its purchase of Sun Microsystems, while some are calling on the company to sell off MySQL.

After a Hot Autumn, Intel & AMD Business Cools
[November 20, 2009] Builds begin to slow as Q1, a typically slow period, approaches. Will the sector descend gently or crash to earth?

Dell Sales, Earnings Fall Short of Expectations
[November 19, 2009] Sales softness offset by improved capital spending but it's not enough to help this quarter. How is the future looking?

Smartphone Set for Holiday Price War
[November 19, 2009] Deals are being unwrapped as vendors and carriers angle to cash in on the holiday shopping season.

Mozilla Netted Nearly $80M in 2008
[November 19, 2009] From the blogs: Open source firm finds the money in free software.

Technical Analysis: Seasonal Strength?
[October 19, 2009] Stocks are entering the strongest time of the year, but don't count on the stock market duplicating the gains of the last last six months anytime soon.

Get Ready for Windows 7!
Pros and Cons? Learn What Our Experts Think
Download Free eBook Now. Click Here.
Interested in placing your TEXT AD HERE? Click Here
 





WebMediaBrands

internet.commediabistro.comGraphics.comjusttechjobs.com

Search:

WebMediaBrands Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Shopping | E-mail Offers

All newsletters are sent from the domain "internet.com." Please use this domain name when configuring e-mail or spam filter rules, if you use them.