Privacy Policy
Privacy Policy for www.samburdge.co.uk
If you require any more information or have any questions about our privacy policy, please feel free to contact us by email at
At www.samburdge.co.uk, the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by www.samburdge.co.uk and how it is used.
Log Files
Like many other Web sites, www.samburdge.co.uk makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user’s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.
Cookies and Web Beacons
www.samburdge.co.uk does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.
Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include Google Adsense, .
These third-party ad servers or ad networks use technology to the advertisements and links that appear on www.samburdge.co.uk send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.
www.samburdge.co.uk has no access to or control over these cookies that are used by third-party advertisers.
You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. www.samburdge.co.uk's privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.
If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites.















Hi!
I’ve been searching for such a tutorial for a long time!thank you!!
I just wanted to ask if it’s possible to activate the effect on rollover with actionscript, it would be for a website!
thank you very much,
Valentina
Hi Valentina
You could attach the effect to a button or movie clip rollover. You could attatch it to the rollover state of a button without any actionscript. You could also activate the rollover effect in as2 using the following method:
1. Select the shine (Symbol 3) movieclip and give it the instance name ’shine’
2. Add this action to frame 1 of the ’shine’ movie clip:
stop();
3. Create a button. you could make it transparent by setting it’s alpha to 0.
4. Add this action to the button:
on (rollOver) {
shine.play();
}
I hope this helps.
Sam
Hi Sam and thank you very much for your infos. I am a newbie of flash and actionscript so I always need every step to be clear like in your tutorial to do it
Could u help me out with a sample flash file?you could send it to my email if that’s not a problem for you.
I would really like to understand both ways to make such a rollover button, love your tutorial!
thank you very much,
valentina