Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 30-06-2002, 06:20 PM
Rezats's Avatar
Inspired Webmaster
 
Join Date: Mar 2002
Location: Penang
Posts: 170
Rep Power: 82
Rezats is on a distinguished road
Send a message via Yahoo to Rezats
CamNa Nak buat file php utk berinteraksi dengan flash.

Nak tau camna nak koding file php utk berinteraksi ngan flash..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-07-2002, 12:13 PM
kpyew's Avatar
Senior Webmaster
 
Join Date: Jul 2001
Location: KL, Malaysia
Posts: 277
Rep Power: 92
kpyew is on a distinguished road
Send a message via ICQ to kpyew
Check at flashkit.com, I believe I saw some such examples there.
__________________
webmaster @ http://kongtechnology.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-07-2002, 06:28 PM
Novice Webmaster
 
Join Date: Dec 2001
Location: kl
Posts: 11
Rep Power: 0
acurra79 is on a distinguished road
use the "getURL" action to post request to your server.
e.g.
getURL ("login.php", "", "POST");


also, you can use XML to pass data to and from flash to server

Happy programming!
acurra79
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-07-2002, 03:23 PM
Rezats's Avatar
Inspired Webmaster
 
Join Date: Mar 2002
Location: Penang
Posts: 170
Rep Power: 82
Rezats is on a distinguished road
Send a message via Yahoo to Rezats
i mean ,
How to creat the *.php files.
the coding .. how does it look like...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-07-2002, 02:16 PM
Novice Webmaster
 
Join Date: Dec 2001
Location: kl
Posts: 11
Rep Power: 0
acurra79 is on a distinguished road
Quote:
Originally posted by Rezats
i mean ,
How to creat the *.php files.
the coding .. how does it look like...
To begin with, I'm sure you have basic php and flash knowledge.

Passing variable between flash and php

1.Create a swf file with a text field with the variable name "txtInput" and a button. Add the follow action script to the button:

on (release)
{
getURL ("test.php", "_blank", "GET");
}

2.create a php file called test.php. Add the following code:

<html>
<title>Passing variable from flash to php</title>
<body bgcolor="#FFFFFF" text="#000000">
<p>You have entered the following:<b><?php echo $txtInput; ?></b></p>
</body>
</html>

3.Save both files, upload it, test it and that's it!!. As you can see, you php file is just like normal php code.

Hope this helps
Happy Programming!!
acurra79
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 17-07-2002, 09:48 AM
Rezats's Avatar
Inspired Webmaster
 
Join Date: Mar 2002
Location: Penang
Posts: 170
Rep Power: 82
Rezats is on a distinguished road
Send a message via Yahoo to Rezats
wow very clear ,,,
thank you very much ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
macamana nak buat file.swf zaman Website Design 6 17-11-2005 05:17 PM
Camna nak gabungkan Flash ngan HTML dwazni Website Design 8 14-08-2002 08:50 AM
customize flash .exe file.... donut Website Design 5 24-05-2002 08:40 AM
camna nak buat kalendar... pikachu78 Website Programming 1 24-04-2002 05:00 PM



All times are GMT +8. The time now is 09:15 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59