Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
greibo1 #1
tracking scenes in a flash movie
Is there any way to track what scenes in a flash movie have been accessed by a
viewer? Example, If I have a movie with 4 sections is there any way to tell
which sections have actually been accessed by various viewers and with what
frequency?
greibo1 Guest
-
copie tracking point after effects to flash
Hye, i have made a tracking in after effects and I would like to paste the key point on a clip in flash cs3. Is it possible ? thanks. benoit -
Flash/XML - using multiple scenes
Hi everyone! here's my dilemma... I used the UI components in Flash MX Pro 2004 to be able to access data from an XML file. My problem is that I... -
Help needen tracking a flash movie
I have for some time tried to find the best solution for tracking flash movies, i've been looking at the clickTAG solution from macromedias site... -
Are websites made with flash diffrent scenes or files?
When you make a website with flash is the whole website on one page (ex. index.html) with diffrent scenes. Or do you still need to link them to... -
having numerous scenes inside ONE flash movie
If scene 1 plays and then the idea is for it to become static, place a stop action on the last frame of scene 1. If you want it to loop, label the... -
David Stiller #2
Re: tracking scenes in a flash movie
greibo1,
The thing about Scenes is this: once the SWF is compiled, Scenes, as> Is there any way to track what scenes in a flash movie have been
> accessed by a viewer?
you know them, go away. The timelines of each Scene become one single
timeline in the SWF. This basically means Scenes are an organizational tool
during authoring, and they're good for that, but problematic when it comes
ActionScript. (It has been documented that gotoAndPlay() can fail when
Scenes are included as a parameter. Frame labels are recommended instead.)
You can do this, for sure, but you'll have to code for it yourself. In> Example, If I have a movie with 4 sections is there any way to tell
> which sections have actually been accessed by various viewers and
> with what frequency?
other words, when you have a button that sends someone to a given Scene --
and remember, you should put a frame label at the beginning of each Scene
and reference that instead -- you'll have to make that button additionally
invoke a function that records where you sent the user. You can use
variables for this; say, an object or array that contains "scenes" sent to
and the the frequency with which they were used.
David
stiller (at) quip (dot) net
"Luck is the residue of good design."
David Stiller Guest



Reply With Quote

