Skip to content

Instantly share code, notes, and snippets.

@rockydd
Created April 8, 2010 05:36
Show Gist options
  • Save rockydd/359814 to your computer and use it in GitHub Desktop.
Save rockydd/359814 to your computer and use it in GitHub Desktop.
<mx:Style>
.gradientBackground { borderStyle: applicationControlBar; fillColors: #EEEEFF, #8888AA; fillAlphas: 0.7, 0.7; highlightAlphas: 0, 0; }
</mx:Style>
<mx:VBox styleName=”gradientBackground” width=”300″ height=”300″ />
encodeURI:
UrlParam = UrlParam + '&name=' + encodeURIComponent(name.text) +
'&business=' + encodeURIComponent(buisness.text);
navigateToURL(new URLRequest(UrlParams),'_self');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment