- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 100 and 499 items
- Denmark
- Exclusive Author
- Has been a member for 5-6 years
- Item was Featured
- Referred between 1 and 9 users
Hi,
I am looking for a simple horizontal AS3 xml menu..
It needs to be able to open and work without any problems in CS5 .
The menu should be able to deal with the load and unload of SWF without any problems. I have not yet been able to locate a menu here without the issue how AS3 handles the removal of events, audio, and other processes that are transpiring in a SWF when unloaded from another SWF .
I am using different Video gallery components and they linger on and continue playback even after the external SWF has been unloaded.
I am not a programmer( I do have some insight), but Sound & Graphic designer, therefor I don’t need any AS solution, but a menu that works straight out the box.
Please let me know if you cannot understand my request!
Questions? Please mail me from my profile.
Best/brandtz
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 100 and 499 items
- Denmark
- Exclusive Author
- Has been a member for 5-6 years
- Item was Featured
- Referred between 1 and 9 users
(I am not sure which player version to publish for, 9 or 10, I think there is a difference)
- Sold between 50 000 and 100 000 dollars
- Author was Featured
- Author had a Free File of the Month
- Exclusive Author
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Europe
- Has been a member for 3-4 years
- Referred between 10 and 49 users
The menu should be able to deal with the load and unload of SWF without any problems. I have not yet been able to locate a menu here without the issue how AS3 handles the removal of events, audio, and other processes that are transpiring in a SWF when unloaded from another SWF .
Then this is a problem with your components which are not coded properly.
How is main application going to know what sounds, videos, event listeners, tweens and whatnot has been created in external swf?
The main application only removes external swf from display list.
And you use REMOVED _FROM_STAGE event in your external swf where you should remove everything you have created.
