Hello guys,
i need the following:
1. Flash page width:2550px, height:3300px
2. the content of the page is based on a variable in the url
Example:
my url – http://example.com?promo=facebook
my url – http://example.com?promo=twitter
So if the promo is Facebook then show http://example.com/promo/facebook.php
So if the promo is twitter then show http://example.com/promo/twitter.php
If there is no promo variable then show http://example.com/promo/default.php
This is the code …
