This is a discussion on "Integration Flash into ASP VB. Need your help" within the Flash & Multimedia Forum section. This forum, and the thread "Integration Flash into ASP VB. Need your help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Integration Flash into ASP VB. Need your help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Integration Flash into ASP VB. Need your help
Hello there, Im trying to integrate flash into an ASP page. I've read some literature about it (couldn't find much though) but still was not able force it to work.
Here's the script for the flash movie (it has 6 frames): 1 frame:
5 frame:
I want this movie to show "loading, pls wait" animation on the asp page until variable "ready" equals "yes", then it has to show "loaded" text. What I get is: 1) The movie automaticly goes to the end event though "Ready" doesn't equal "yes". 2) In the second frame it doesn't check the value of "Ready" but assigns a value("yes") for some reason. 3) Sometimes script stucks and windows asks to terminate it, as my machine runs slowly. The script is pretty simple, why does this happen? That's basicaly it, could someone explain to me why this thing doesn't work? Thank you very much. |
|
|
|
|||
|
Re: Integration Flash into ASP VB. Need your help
at the beginning of every frame put the stop(); commend above all of your AS just to make sure it stops (even though you are using gotoAndStop)
That should take care of the auto-advancing issue... as for passing the variable through to the flash peice...it seems to me like you would need to declare the variable in flash as well as on the asp page using FlashVars. Something like: <param name="FlashVars" value="Ready= no" /> and declare the variable in the action script too. Cheers, Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
![]() |
| Tags |
| flash |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PayPal IPN integration | Blake121 | PHP Forum | 0 | Mar 13th, 2008 16:09 |
| Paypal IPN integration. | VasanthMuthu | PHP Forum | 4 | Aug 24th, 2007 19:42 |
| Integration Developer | Web JobBot | Job Opportunities | 0 | Feb 22nd, 2007 11:00 |
| Problem with CSS and php integration | londes | Web Page Design | 2 | Jun 14th, 2006 15:54 |
| PHP CSS integration problem | londes | PHP Forum | 0 | Jun 13th, 2006 18:42 |