Posted: Sat Mar 15, 2008 11:47 pm Post subject: [Borland Delphi 6] Coding ( Question )
I was just wondering how do i make the .SWF load from Edit*Number*.Text when i click a button,
I know how to do it the other way:
Code:
Flash1.LoadMovie(
0,
'*.SWF URL'*
);
Or
VB Example:
Code:
Private Sub Command*Number*_Click()
Flash1.Movie = Text*Number*.Text
End Sub
And i have tried the same code with Delphi exept Edit1.Text instead of Text1.Text but it doesn't make a difference because with Delphi = is disallowed _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum