logo
What's New
What's New
  Popular
Popular
  Top Rated
Top Rated
  Search
Search


Search :  

How to Add Link |   Modify Link   |   Login |     Register  |  Getting Rated |  Link to Us |  Feedback Us


Sponsors
FlashAdvisor.com
Web Directory
phpld Hacks
Software Download
Your Site Link




Categories
    3DS MAX
    ASP
    C And C++
    ColdFusion
    Database
    Dreamweaver
    Flash
    HTML
    Java
    JavaScript
    Linux
    Maya
    MS Excel
    MS PowerPoint
    MS Word
    Paint Shop Pro
    Perl and CGI
    Photoshop
    PHP
    Premiere
    Python
    Visual Basic
    Web Hosting
    XML
 

 

Author Details
  All Tutorials by WatchandLearnPhotoshop

[First Page] [Prev] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [Next] [Last Page]


 Styling Flash Text Fields Using CSS  By WatchandLearnPhotoshop

Rate It  | Review
Cascading Style Sheets (CSS) is the standard technology used to format the presentation of web pages. It could also be used to style HTML formatted text in Flash so that you could update the formatting dynamically by editing your CSS file without going back to the source FLA. CSS also gives us greater control over the way our text is formatted and allows us to customize our styling in ways that are not possible using HTML on its own (eg. changing the color of text links). The text displayed in the following Flash movie is loaded from an external text file and its formatting is configured by an external CSS file. This tutorial shall teach you how to create this sort of movie.
   Hits:164    Rate:  1.0(out of 5)    Vote:1   Submit Date :2007-06-09
  Rate It   |  Error   |  Review
  Category: Home > Flash > Text Effects


 Attaching text to a path in Fireworks MX - By Blue_Chi  By WatchandLearnPhotoshop

Rate It  | Review
- Now using the Vector Path tool, draw the shape that you want your text to look like. The colour and the stroke do not matter, what matters is the shape
   Hits:69    Rate:  0.0(out of 5)    Vote:0   Submit Date :2007-06-09
  Rate It   |  Error   |  Review
  Category: Home > Fireworks > Basics


 Creating a Basic Audio Box In Flash  By WatchandLearnPhotoshop

Rate It  | Review
This tutorial will teach you how to create an extremely simple music box in Flash with very little scripting. You can use this music box in your blog, in a forum, a portfolio, personal webpage, etc. I used this in my blog, I think that it gives it this atmospheric feeling to the blog, and it's cool to have one anyway! Our music box is going to be extremely basic, will contain two buttons and two frames: Play and Stop. You press play, the music starts, press stop and the music stops as well. Here is an example:
   Hits:225    Rate:  0.0(out of 5)    Vote:0   Submit Date :2007-06-09
  Rate It   |  Error   |  Review
  Category: Home > Flash > Audio


 The Easiest Method For Creating a Password Protected Section in  By WatchandLearnPhotoshop

Rate It  | Review
This tutorial will teach you a very simple method for creating a password protected section in your flash movie so that you can, for example, create a restricted area in a flash website. We are going to use ActionScript conditionals to create this feature. You will be required to have some very basic ActionScript knowledge to follow this lesson, you can view our short 'if' conditionals tutorial if you would like to learn more about conditionals. Here is an example of the result we wish to generate in this tutorial
   Hits:124    Rate:  0.0(out of 5)    Vote:0   Submit Date :2007-06-09
  Rate It   |  Error   |  Review
  Category: Home > Flash > Actionscripting


 The 'if' Conditional in ActionScript  By WatchandLearnPhotoshop

Rate It  | Review
Conditionals are special tools in ActionScript that allow us to execute a specified selection of code upon the satisfaction of a certain condition. The 'if' conditional is one of the several conditionals available in ActionScript and is one of the easiest ones to use. This tutorial will teach you everything you need to know to start using it in your projects. You are required to have some basic ActionScript knowledge to follow this tutorial. As stated earlier, a conditional is a tool that lets us execute a certain code only if a condition that we specify is satisfied. For example, in a flash game you can let the player move to the next level if he reaches a score of a 100 or higher,
   Hits:124    Rate:  0.0(out of 5)    Vote:0   Submit Date :2007-06-09
  Rate It   |  Error   |  Review
  Category: Home > Flash > Actionscripting


 Creating a Simple Flash Website  By WatchandLearnPhotoshop

Rate It  | Review
This tutorial will teach you how to create a simple flash website that has three sections. We are not going to use any advanced ActionScript and will rely only on the GotoAndPlay method to control our movie clip. You can view an example of what we're going to create in the Flash movie below
   Hits:126    Rate:  0.0(out of 5)    Vote:0   Submit Date :2007-06-09
  Rate It   |  Error   |  Review
  Category: Home > Flash > Actionscripting


 Creating a Custom Cursor in Flash  By WatchandLearnPhotoshop

Rate It  | Review
There is more than one technique for creating a custom cursor in Flash, we are going to use the most basic one. In our example, the custom cursor is a Movie Clip symbol that is being dragged by the actual mouse cursor which is being hidden. This is a beginner tutorial and you will not need any specialist knowledge with ActionScript to follow it. Here is an example of the result effect that we will create:
   Hits:93    Rate:  0.0(out of 5)    Vote:0   Submit Date :2007-06-09
  Rate It   |  Error   |  Review
  Category: Home > Flash > Actionscripting


 Creating a Dynamic Portfolio in Flash  By WatchandLearnPhotoshop

Rate It  | Review
We previously published a tutorial on how to create a simple portfolio in Flash that features a selection of thumbnails and an image display unit. This tutorial will teach you how to create an advanced portfolio that dynamically loads images and text from external sources. An example SWF movie could be seen below featuring images and texts which are being loaded at real time from external image and text files
   Hits:874    Rate:  0.0(out of 5)    Vote:0   Submit Date :2007-06-09
  Rate It   |  Error   |  Review
  Category: Home > Flash > Dynamic Content


 Using VRay Global Illumination GI (Realistic Lighting)  By WatchandLearnPhotoshop

Rate It  | Review
This short tutorial on how to use VRay's Global Illumination feature will show you one method for creating realistic looking lighting for a scene. VRay is a very powerful external render engine for Max made by Chaos Group. VRay has many features including the ability to to physically accurate full global illumination, advanced material shaders and enhancements for speeding up rendering time. You can check the Chaos Group website to learn more about the various VRay features.
   Hits:495    Rate:  3.0(out of 5)    Vote:1   Submit Date :2007-06-06
  Rate It   |  Error   |  Review
  Category: Home > 3DS MAX > Materials


 Creating Realistic Cigarette Smoke in 3D Studio Max  By WatchandLearnPhotoshop

Rate It  | Review
This tutorial shall teach you how to create a realistic looking cigarette smoke that gradually fades out. This tutorial shall teach you one of the many possible that can be used to achieve this result, ours will use the Super Spray particle emitter. This tutorial will not cover the process of modeling and texturing the cigarette object, you can refer to our other tutorials that cover modeling and texturing if you need help. You will have to download the starting scene (compatible with 3DS version 8) to be able to follow this tutorial. This is an intermediate level tutorial, you are expected to know all the basics of 3DS max before attempting this one.
   Hits:199    Rate:  3.0(out of 5)    Vote:1   Submit Date :2007-06-06
  Rate It   |  Error   |  Review
  Category: Home > 3DS MAX > Basics



  
Home | Sitemap | Feedback | Advertise with us
Best viewed in 800x600 resolution with Internet Explorer.
Site Developed and Hosted by EthicSolutions

Flash Tutorials    TemplateAdvisor.com    WebMastersHome.com

    Reseller Hosting    Reseller Hosting Linux