Skip to content

Instantly share code, notes, and snippets.

@Yonom
Created October 9, 2012 17:26
Show Gist options
  • Save Yonom/3860188 to your computer and use it in GitHub Desktop.
Save Yonom/3860188 to your computer and use it in GitHub Desktop.
Private Sub WindowCommandReload_Click(sender As Object, e As RoutedEventArgs) Handles WindowCommandReload.Click
myUserControlEE.AxShockwaveFlashEE.Dispose()
myUserControlEE.AxShockwaveFlashEE = New AxShockwaveFlashObjects.AxShockwaveFlash With {
.Parent = myUserControlEE,
.Dock = Forms.DockStyle.Fill,
.AllowFullScreen = "true"
}
myUserControlEE.AxShockwaveFlashEE.AllowScriptAccess = "true"
myUserControlEE.AxShockwaveFlashEE.FlashVars = "roomname_url=PWX6IHxR1ibEI"
myUserControlEE.AxShockwaveFlashEE.Movie = "http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/freegame.swf"
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment