ActionScript 3.0 :: Creating Website In Form Of Book Possible?
Aug 8, 2009I'd like to create a Website in form of a book - completely scripted. Is that possible?
View 0 RepliesI'd like to create a Website in form of a book - completely scripted. Is that possible?
View 0 RepliesDo you know any good solutions for converting a HTML rich text to a paginated book ? I used a CKEditor to let the user input the desired text. Now I am trying to display the content in a Book like environment. Preferably a Javascript/CSS one but Flash is OK too. Thought about jPaginate , jquery plugin. The text can be formatted with 2-3 text styles and can contain images.
View 1 RepliesI am trying to create a sort of book type thing in flash. I would like to have a "next" button that when clicked will go over to the next body of text to be read, as well as a previous button that will go back to what was just read. I would also like a "back to beginning" button. I know how to do the "gotoAndPlay (1)" type thing on a button. However, would I have to add a new button on each of the text parts? Or can I put it all on the same buttons?
For example: (I know this isn't real code or anything, just trying to describe)
if on text one > got to text two
if on text two > go to text three
if on text nine > go to text ten
if on text ten > go to (end here so next button disabled, or changed to 'back to start').
I was following 1 of the flash tutorials about creating a flash form and using .php to send the form to myself.I've followed all the instructions but upon uploading, the file just doesn't seem to work. I hope to have some kind of form in my new website.
View 4 Repliescreating a flip-book in flash (using AS3) . I've looked at the other flip-book programs and editors out there, and none really give the customization that my company wants.I have something working, but the page scoping seems to be off. The pages will turn back and forward with a button click but they flip out of order. However, it all runs fine with no error when the user clicks on the pages themselves. This is the code from the main timeline (where I'm getting an error).
View 6 RepliesI need a script to put a form in my website. It�s better for me if it's in PHP.
View 3 RepliesI am trying to put a form into my website but its not working. Im using a php language....
View 11 RepliesI am trying to put a form into my website but its not working.Im using a php language....
View 13 RepliesI need a script to put a form in my website. Its better for me if its in PHP.
View 3 RepliesI am looking for someone to make me a PHP contact form for my website. My site is flash so I will need a flash contact form. Please let me know if you are willing to do this for me. I will pay. Let me know, send me a PM with your price and I will tell you all what I need. nothing to special.
View 0 RepliesI have a very simple problem but I just couldn't solve it by myself . I found a contact form on this website.(I can't send the link because it says I need to post 50 threads . But it is Jesse Stratford's contact form tutorial.) But I don't know how to embed this contact form on my website. My website is flash and I am working on Adobe Flash CS 5.
View 0 RepliesHow to integrate PHP contact us form in FLASH website. Any example .fla file and website links
View 1 RepliesI recently went to [URL] where they make a flash banner for you out of you just filling out a few forms. HOW IN THE WORLD DO THEY DO THAT? O_o
I'm just looking for some basics and maybe a link to a place w/ more in-depth stuff.
I'm having trouble developing a contact form for my flash website. It use Actionscript 3.0 and is hosted on a Windows Server Platform.
View 1 RepliesCan anyone tell me how to create ActionScript to parsing data from website?
View 5 RepliesI am making a site for a client and he requires an editable form. It would need at least 10 editable text boxes and then I would need to have a way to save it and publish it to the website. (The client would be the only one editing so I don't really know what to do as he doesn't have any of the Adobe tools used to edit the site)
1) How do I make an editable form?
2) After the site is finished my client will need to keep adding things, is this possibe or will he have to send the files to me and haveme edit the site myself?
3) How do I make it so my client will be the only one who can edit this?
I want to integrate a html web form into my flash website. I signed up with a company that provides auto-responders and list compile services. But they only have html based web forms.
View 1 RepliesI wish to create an interactive form in FLASH as part of a website. That is the user enters say width and height numbers in boxes and the form returns a price for that size widget. Is this possible in a FLASH based website? If so is there a specific name for this type of form so I know where to look to get help in creating one?
View 4 RepliesTrying to create a email form and link it to a php file; however when I test it, I click send and it does not send. Here is the action script that I added to the send button:
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables("contact.php", "POST");
}
I have created a contact form with different areas of information available. I need to know how to make it work now. I want to be able to click the "submit" button and have it send the information supplied in the text boxes to my email address.
View 1 RepliesI have recently created a php form in flash and created a simple page to display the text boxes in Flash version 8. It does not seem to work and I don't know what it could be that is stopping it from working properly.I heard it could be my web hosting company as I have a file called dead.letter in my server corresponding to it.I just thought if I post this someone could just have a sneak at my code for the flash and php too![code]
View 9 RepliesI just created a feedback form. It uses a php file to email the info back to us. The form works fine, but I need help making my text fields required fields.
View 1 RepliesMy mission here (and I'll try not to convolute it too much!) is to edit a flash based form from a decompiled SWF. The form's main purpose is to record user information in text fields, attach a file and email both to an external address using a few PHP scripts (I'm presuming) to dictate how the information is delivered. My problem is that SO THINK decompiler does not attach ACTIONSCRIPT to the layers and frame in the timeline, instead it exports each Action-script as a seperate .AC file. I have not yet been able to export an FLA that allows me to edit the scripts effectively, and am wondering if there is a more effective way to use a decompiler in this case, or if there is another solution to the problem.
View 4 RepliesSend button action:
onClipEvent (load)
{
this.t.v = _root.contacts_txt9;
}
[code]...
I have 2 XML files 1.XML and 2.XML which contains the following: 1.XML
Code:
<scans1>
<documents1>
<set1>[code].........
I have recently created a flash website and on the contact page i wanted to put a form that would send the information the put in directly to email. After creating the form and coding the flash code which is below i coded the php file and loaded it to my webserver to see if it worked (the webserver supports php scripts) I am not recieving any emails from the form can any one look over my code and tell me my problem.
[Code]...
I have a Flash webpage where I visually designed a Form. I have not been able to find how to give My form the generic capabilities of an HTML/CGI Submit-able Form. For clarity, I included (below) my Form code for my HTML Webpage. If someone has a block of ActionScript 3 code that has the mention abilities,? ... or, is there a more common method of importing my existing HTML/CGI form into my Flash website?
[Code]...
I went through the tutorial on creating the email form with php. I followed it and made my own movie, uploaded it to my webserver and tried it. I havent recieved and emails. Then I downloaded his source file and changed the email address in the php and uploaded it and Its still not working.
View 2 RepliesI build signs for a living and I want to create an form that will calculate the cost of materials based on an initial size of the sign. I am at step one with the scripting after having laid out some input text fields for width, height, and area. The catch is this. I need the area text field (named A_txt) to calculate the width input text field (named W_txt) and height input text field (H_txt) and auto update A_txt as the numbers are inputed on the user side. The area text field will be the initial number for other calculations later in the form for determining the price of the customers sign.
View 5 RepliesI went through the tutorial on creating the email form with php. I followed it and made my own movie, uploaded it to my webserver and tried it. I havent recieved and emails. Then I downloaded his source file and changed the email address in the php and uploaded it and Its still not working..what am I doing wrong?
View 2 Replies