Flashblocks Flash CMS
Welcome, Guest
Please Login or Register.    Lost Password?
Email Send Button (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: Email Send Button
#5453
Email Send Button 3 Months ago
Hi

Is it possible to edit this button graphically so that it can match in with the design of a site?

If so can you highlight the steps needed.

regards

Adam

[excellent work regarding Flashblocks BTW]
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/02 13:46 By adamnorbury.
  The administrator has disabled public write access.
#5458
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:Email Send Button 3 Months ago
Which button are you referring to?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5571
Re:Email Send Button 2 Months, 2 Weeks ago
On your example feedback form "Send" button
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5575
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:Email Send Button 2 Months, 2 Weeks ago
Yes, you can change the button. Currently, using the Flash Button component, you will see the actionscript:
Code: :

 Send.addEventListener("click"clicked);


You can remove this code and the current button. and place your own button in the module and set it's onPress to something like this:
Code: :

  onPress = function () {    clicked() }

 
Report to moderator   Logged Logged  
 
Last Edit: 2008/09/15 17:08 By admin.
  The administrator has disabled public write access.
#5580
Re:Email Send Button 2 Months, 2 Weeks ago
Many thanks !
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Thank you