Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
stop( ); Stops from moving across the timeline.
var test; Creates a variable called 'test'
test = "4" + "4"; In Flash 5 ONLY this is used to contatinate string objects together
if(test == "44"){ If user has Flash 5 installed then this will be true.
In flash 5: "4" + "4" = "44";
In flash 4: "4" + "4" = "8"; (Flash 4 contatinates strings differently)
In flash 1,2,3; It will not make it this far
gotoAndStop("Passed"); Only if Flash 5 Actionscripting is detected will it go to
the frame labelled "Passed", otherwise the user will be stuck
on this page (index.html).
} Closes the 'if' block.
If the user is stuck on the 'index.html' page for at least 10sec (remember the meta tag above), it will forward them to our 'need_f.html' page that will notify the user to update their plugin AND it will even take them to the plugin page.
I am currently employeed as a web developer, a teacher and have my own little company which I am just building. I teach Java programming and have just started to use Flash.