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.
OK here is how to create a cookie in Flash backened with PHP.
Firstly we start with the Flash file.
Create a flash button. To do so draw a rectangle, right
click on it and select make symbol. select button then press ok.
In the action panel of the button add the following:
Code:
on (release) {
cookie = "flashsite";
getURL("input.php", "", "POST");
}
On the action for the frame add the following:
Code:
cookie = "value";
Now you have set a variable as soon as the SWF loads called cookie, when
you press the button it changes to flashsite. the seconline takes you to input.php
where it sees the variable and acts upon it.
This is part of mu upcomming site where it allows the user to select wheather
to see flash/nonflash site. if they select flash then whether to see the into
or not.
Abdul Gomaa is a Flash developer who tries to help people with Flash making Flash experiances better. He runs a tutorial site with lots more tutorials at aysha.hostmatrix.org