Get current url to Flash swf using an External Interface call
Many have struggled with the task of getting you swf to read or get the current url showing in the browser, the html page the browser is at which has the swf embedded. Not to be confused with the _root._url which returns the path of the swf file. This would be helpful to know if someone is embedding your swfs on their site, or even customize your swf depending on which page it resides on. There is a pretty simple, yet virtually undocumented way to do this. We have to use javascript by calling External Interface and get the url from the DOM. Window.location.href. Then we must call the toString() function only because ExternalInterface.call requires a function rather than only reading a static property.
Micro Jobs Theme - Setup a website like Fiverr today *New 2022*Sponsored
Creating and configuring Private network in AWS and connecting it through VPN
Design and configure a private AWS network and connect it securely with VPN.
AWS Instance & Volume Protection Monitoring Service
Monitoring and protecting up to 10 AWS instances/volumes by enforcing safe deletion settings, with pricing adjustable fo
Monitoring Spot Instance Prices and Migrating Instances to Optimal Types/Regions
Automatically monitoring AWS Spot instance prices and moving servers to better instance types or regions for maximum sav
Overall cost optimisation by monitoring AWS Cost Explorer
Analyse AWS costs using Cost Explorer and suggest practical ways to reduce monthly bills.



