I have a flash movie with 5 sections.
When section 1 is finish, you click next to go to the next section.
and so on.
If user decides to quit the flash application, then whatever he did gets save on the last section he finished.
So, I need to send this information to asp.
When clicking the button from section 1 to section 2, I’m also letting page.asp know that this user has finished section 1.
User decides to comeback to continue with flash application, page.asp will tell the user where he finished so he can carry on.
I was thinking about doing html1(with swf1), html2(with swf2), html3(swf3), html4(swf4), html5(swf5)… so page.asp can bring back the right html section page for the user.
I have search and search and search about this but all I find is input data, guest book but not something simpler (i think) than this issue.
on my button to click for next section, i was thinking to write something like this:
“next button” will bring a new .swf and send to asp that the user has gone from 1.swf to 2.swf… so if the user stops on 2.swf, then when he comes back at another time… .asp will pick up where he stopped and bring the appropriate html with 2.swf
Hi Lolo,
The action-[COLOR=#0000ff]loadMovieNum[/COLOR][COLOR=#000000]([/COLOR][COLOR=#ff0000]“main2.swf”[/COLOR], [COLOR=#000080]2[/COLOR][COLOR=#000000]) [/COLOR]
[COLOR=#000000]Here 2 stands for the Levels in flash. Like layers the Levels are not visible. Suppose you want to load an external movie on a flash movie. The default Flash Level is 0[/COLOR]
[COLOR=#000000]Simply create a m ain movie and add 2 buttons:[/COLOR]
[COLOR=#000000]on the first button give action: [COLOR=#0000ff]loadMovieNum[/COLOR][COLOR=#000000]([/COLOR][COLOR=#ff0000]“a.swf”[/COLOR], [COLOR=#000080]1[/COLOR][COLOR=#000000]) [/COLOR][/COLOR]
[COLOR=#000000][COLOR=#000000]on the second button add action [COLOR=#0000ff]loadMovieNum[/COLOR][COLOR=#000000]([/COLOR][COLOR=#ff0000]“b.swf”[/COLOR], [COLOR=#000080]2[/COLOR][COLOR=#000000]) [/COLOR][/COLOR][/COLOR]
[COLOR=#000000][COLOR=#000000][COLOR=#000000][/COLOR][/COLOR][/COLOR]
[COLOR=#000000][COLOR=#000000][COLOR=#000000]run the main movie.Clcik on the forst button…U’ll see a.swf loaded, now if you clcik on the secnd button you will see that b.swf is loaded on top of a.swf.[/COLOR][/COLOR][/COLOR]
[COLOR=#000000][COLOR=#000000][COLOR=#000000][/COLOR][/COLOR][/COLOR]
[COLOR=#000000][COLOR=#000000][COLOR=#000000]If you inderstand t hisa much let me know. I will post further[/COLOR][/COLOR][/COLOR]
[COLOR=#000000][COLOR=#000000][COLOR=#000000][/COLOR][/COLOR][/COLOR]