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.
Car Dealer & Autos Theme (New 2022) - Download Now!Sponsored
Inout RealEstate - Map Based Advanced Real Estate PortalSponsored
Alibaba Clone Script - Buy2AlibabaSponsored
Website and database migration to AWS EC2 instance
Migrate your website and database from existing hosting to an AWS EC2 server.
AWS Aurora DB configurations
Set up or tune Amazon Aurora for high performance and high availability workloads.
Cloudflare Ongoing Management & Monitoring (Monthly)
Monthly Cloudflare management including policy changes, monitoring, tuning and issue response.
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.

