Help with adding a link btn in php
Moderator: General Moderators
-
flashplaya
- Forum Newbie
- Posts: 4
- Joined: Tue Jul 19, 2005 3:40 pm
Help with adding a link btn in php
First off I suck at php:) But I am trying to get a cms working with flash. I have it all working but I need to add a link btn in the edit section. I have no idea how hard this would be, but i would really appreciate your guys help:)
Here is the admin section: http://dyaddesigns.com/testing/cms/
here is the php file http://dyaddesigns.com/testing/cms/index.php
Here is the part where I need to add a link btn at the bottom: http://dyaddesigns.com/testing/cms/inde ... e=text.txt
here is the php file: http://dyaddesigns.com/testing/cms/index.zip
Thanks guys
Here is the admin section: http://dyaddesigns.com/testing/cms/
here is the php file http://dyaddesigns.com/testing/cms/index.php
Here is the part where I need to add a link btn at the bottom: http://dyaddesigns.com/testing/cms/inde ... e=text.txt
here is the php file: http://dyaddesigns.com/testing/cms/index.zip
Thanks guys
I'm not sure I understand what you mean?
you mean you want to add a flash button that carries the user to a different php page?
if that's the case, you need to create the link from within flash. If it needs to be dynamic, then you need to pass flash the parameter that you want. You can do that with with url vars, or some JS integration...
you mean you want to add a flash button that carries the user to a different php page?
if that's the case, you need to create the link from within flash. If it needs to be dynamic, then you need to pass flash the parameter that you want. You can do that with with url vars, or some JS integration...
-
flashplaya
- Forum Newbie
- Posts: 4
- Joined: Tue Jul 19, 2005 3:40 pm
Sorry for being so vague... I want to have a insert link btn that lets the user add a html link the text, not the flash:
Here is a image of want I am talking about: http://dyaddesigns.com/testing/cms/image.jpg
I hope this helps.. I really appericate or help!!
Here is a image of want I am talking about: http://dyaddesigns.com/testing/cms/image.jpg
I hope this helps.. I really appericate or help!!
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
-
flashplaya
- Forum Newbie
- Posts: 4
- Joined: Tue Jul 19, 2005 3:40 pm
Sorry guys I will try to be more clear about what I am trying to-do. I am trying to put a Insert Link "BUTTON" lol, so that the user does not have to code the html link by hand. Here is a visual: http://dyaddesigns.com/testing/cms/image.jpg
Here is the javascript that I want to incorporate http://fundisom.com/live_preview.html I just dont know where to put the javascript in the php?
here is the php file: http://www.dyaddesigns.com/testing/cms/index.zip
Thanks guy!!!;)
Here is the javascript that I want to incorporate http://fundisom.com/live_preview.html I just dont know where to put the javascript in the php?
here is the php file: http://www.dyaddesigns.com/testing/cms/index.zip
Thanks guy!!!;)
-
The Monkey
- Forum Contributor
- Posts: 168
- Joined: Tue Mar 09, 2004 9:05 am
- Location: Arkansas, USA
-
flashplaya
- Forum Newbie
- Posts: 4
- Joined: Tue Jul 19, 2005 3:40 pm