1
vote
How to organize a complex Flash project
I adopted the Project Naming guidelines from Blitz:
Blitz Project Naming Conventions & Organizational Guidelines
M …
0
votes
Flash Banners Conflicting with Pop-Up Blockers?
Use this code, with allowscriptaccess='always' and wmode='transparant' or 'opaque' in the HTML code on the Flash element.
private …
0
votes
Flash, cant reach movie clip.
If I understand correctly, the code is on the button and you want the parent timeline to react on roll actions.
so try the following:
on (rollOver) {
_parent.gotoAndPlay( …
