ActionScript 3.0 :: Getting Comment Box To Work On Website?

Mar 22, 2011

I'm trying to get a simple comment box to work on a a website I'm working on. I want it to be able to send an email with the comment to a specific email address. I have AS3 code and PHP code from a thread on these forums but I can't seem to get it to work.

ActionScript Code:
import flash.net.URLLoader;
import flash.net.URLRequest;
submit_btn.addEventListener( MouseEvent.CLICK, submitClick );
function submitClick( e:MouseEvent ):void {
sendData();
[Code] .....

The php file is called mail.php in the main directory of the site along with the swf file with the AS code loacted in it. Does the AS have to be in a separate file or can I leave that on the frame where the actually text boxes are?

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Comment Box - Send Directly From Website To Email?

Jul 8, 2009

I use [URL] tutorials but the only comment box they offer (as far as I can see) is a code where the send button triggers the users outlook to open to send the email.

[Code]...

I am not sure which part of the code does that, but is there a way to just have the comment send directly from my website, rather than opening up their outlook? I find that most of my visitors don't use any mail software, only online email, so I find it's inconvenient to ask them to send comments this way. is there code to have a comment send directly from my website to my email?

View 2 Replies

ActionScript 3.0 :: Forward Slashes In Website URL Greys Out Rest Of Line Like Comment

May 23, 2010

After the double forward slashes in the website address, the rest of the line gets greyed or commented out in the Script Pane.[code]

View 8 Replies

F8 Flash Website Won't Work In IE

Oct 19, 2009

I have been designing a website for a client entirely on flash 8 and I am almost ready to hook it up with an actual host, right now it's just set up on yola, which is a free host so that my client can see all the changes i've made, to the design and information. But I tried to view the website on Internet Explorer and it doesn't work at all. It just shows that square circle and triangle in the top left hand corner. How can I fix this before I set it up perminatley?

View 3 Replies

ActionScript 3.0 :: Preloader Does Not Work On Website?

Apr 25, 2010

I created a Flash photo gallery which includes a preloader. The preloader works just fine when I test the file, but on the published site, the preloader does not come up.The .swf file is inserted into a Dreamweaver file.The website is: http:[url]....

View 1 Replies

ActionScript 3.0 :: Website Does Not Work When Uploaded

Jul 20, 2010

I've created this simple website which consists of a 3d carousel style gallery of images. When I tested it locally everything worked perfectly, however, the version on the web-server is not working. The website is at dansawesomeweb. site11. com. I renamed the html file so you can browse the websites folders if you wish. After much testing I believe the problem of the website lies within me loading external images. You see two of the images(the only two that you can see) are loaded from the same domain and specifically the same directory as the website itself. It seems to be unable to load any image from any where else on the web.It could be to do with the image url's I used: i'm not entirely sure how they should be formatted? (As you can tell I'm not familiar with this kind of stuff) Do you think it's my host? -but from what I hear 000webhost does fully support flash. Or do you think it's purly how I programmed it in as?

The way the website works is that the base.swf loads the caro.swf. The caro.swf's doc class is CaroClass.as. The flash makes use of some custom classes that are in the class folders. The class called 'Obj' is an image holder movieclip that loads an image off the web into itself: These make up the carousel. There is also one class that is supposed to load a higher resolution of images when you click on one of the Obj's, and also show a description. The image url's, captions and descriptions are held in an xml document which is loaded by the caro.swf at the start. Just go to the webpage and click on the CaroData.xml for the XML.

View 7 Replies

Professional :: Flash Website Does Not Work On Mac Devices?

May 27, 2011

My site is this flash website does not work on mac devices?[URL]..

View 10 Replies

Cannot Get Full Screen To Work On Y Flash Website

May 27, 2009

I have tried putting fs command for full screen for my Flash site, but that only works if I open the SWF on its own.

If I try opening the Flash website thru my browser, a warning pops up that Flash is trying to comunicate with the browser.

I would like it when a person goes to the website, that the website will automatially open up as a full screen website. No tool bars, address, navigation etc., like a DVD movie. Just the whole screen covered by my Flash site and it does not rescale. The Flash site is the same size as if there is no full screen.

View 5 Replies

ActionScript 3.0 :: Website Interface Buttons Won't Work

Aug 30, 2010

trying to build simple website interface with flash but wont work, not sure why

btn_info.addEventListener(MouseEvent.CLICK,func_in fo);
function func_info(e:MouseEvent):void{
navigateToURL(new URLRequest("info.html"), "_self");
}

ive got other buttons with their own individual instance names and function names and such thought perhaps the buttons weren't working cause the objects don't exist, they're not loaded on the firstframe so the code is trying to reference something that but not sure how to get around this output window just says

TypeError: Error #1009: Cannot access a property or method of a null object reference.

View 1 Replies

ActionScript 3.0 :: How To Append A Comment In XML

Feb 4, 2011

I'm writing an XML preferences file for an Adobe AIR project, and I'd really like to include XML comments. How does one append a comment to XML? The following doesn't work (the file just ends up with a blank line where the comment should be):

ActionScript Code:
var prefs:XML = new XML();
prefs.ignoreComments = false;

[code]....

View 2 Replies

Flash :: Buttons Work On Website But Banner Doesnt?

May 23, 2011

I have been building a website in dreamweaver, but have flash buttons which work fine. But the banner I have made in the page just has a white background. When I export it in flash it works, and when I preview in the dreamweaver browser it still works. I do not know what I have done wrong. Is the coding in the server wrong for the flash?

View 2 Replies

Set Up Comment Boxes On A Flash Movie?

Jun 9, 2009

Is it possible to set up comment boxes on a flash movie? For instance, if I am viewing a page on my flash movie and I wish to make a comment on it, is there a way to set up a comment box and also show all of the previous comments as well? I figure it is but I am just unsure as to how to start it.

View 1 Replies

ActionScript 3.0 :: Get Columns Comment With Amfphp?

Aug 1, 2011

I'm using amfphp to get some info from SQL database.

My php code of the file in "services" folder looks like[code]...

View 1 Replies

Actionscript 3.0 :: Web Browser Back Button To Work In Flash Website?

Dec 1, 2009

I designed a website using tips from [URL]. It's a single .swf. Nothing complicated about the as3 script. Mostly gotoAndStop commands to jump around the timeline to the different sections of the site. My question is how to set up the site as individual swfs for each "page" so the back and forward buttons on an internet browser will function. I've seen samples of loading external swfs but it's not clear how to write scripts to jump around various pages for a website.
Here's the website: [URL]

View 6 Replies

Actionscript 3.0 :: Website With A Dummy Animated Equalizer - Doesn't Work

Mar 11, 2010

i've got a looping mp3 that i want to put on my website with a dummy animated equalizer, the problem is the coding for the mp3 is in as2 and my site is as3, I've been trying to change the coding to as3 so i can put it on my site but when I solve one part something else doesnt work

[Code]...

View 3 Replies

ActionScript 2.0 :: Movie Clip Work As An Animated Menu For A Website?

May 24, 2007

I followed a tutorial to have a movie clip work as an animated menu for a website. One of the functions is set up as follows:

function do_this() {
this.gotoAndPlay("frame label");
gotoAndPlay("frame label");
}

So the animated menu is going to a specific frame in the movie clip while the site is going to the appropriate page. What I can't figure out is how to freeze the menu in the state that it goes to with this function so that it doesn't revert back once the mouse rolls out of the hit area. Does anyone know how to resolve this?

View 2 Replies

ActionScript 2.0 :: Creating Chatbox With Name And Comment Field

Mar 10, 2009

I am trying to make a chatbox for my website, I don't even think I need a database because I don't want people to sign in. I want a Name field, and a comment field. So I want it to appear in a box saying:
Name:NAMEHERE
Comments:These are the comments.

And so on. So I am still kind of new working with actionscript, I don't really know how this would work. I am looking to make something that looks like this: [URL]. That is my old freewebs account and I am shooting for something like that chatbox but instead of you having to log in you just type your name in a field and it appears.

I am Using Action Script 2.0 but I can make it 3.0 if required and I am running Flash CS3

View 2 Replies

ActionScript 3.0 :: Comment Code On Flash Builder?

Nov 19, 2009

In fLash Builder 2, I would eventually like to select a bunch of lines of code in the actions panel, click with the right mouse button and click "apply // comment" but that doesnt work in FlashBuilder , at least not that way. this seems to be a kind of a silly problem but it iirrtates me

View 1 Replies

Flex :: Asdoc - Add A Comment To Some Elements In A Document?

Nov 21, 2010

I want to add a comment to some elements in a Flex document, and process the comments using ASDoc. I can easily do this for the script portion, but I end up with a ton of ugly "This property can be used as the source for data binding." messages for each element I declared in Flex. Is there any way to embed a comment into a flex element so that it can be read by ASDoc? I have tried using the standard

<!-- -->

notation, but that didn't seem to work.

EDIT: The notation seems to be swallowed up as an HTML comment..

View 3 Replies

Ruby :: Broken Toggle-comment In Textmate?

Feb 28, 2011

I'm having a problem with the Toggle Comment command ("Comment Line / Selection") in TextMate for Actionscript 2 (I know, I know). I've tried completely stripping the language set down to isolate the issue, and tried walking through the Ruby, both to no avail. My issue is that the command insists on using block comments for comment toggling (⌘ + /) and doesn't respect when I add a preferences file to change TM_COMMENT_MODE. I even tried using this simple preference:

{ shellVariables = (
{ name = 'TM_COMMENT_START';
value = '// ';
},
);
}

but no luck. I'm hoping that someone who speaks Ruby much better than myself (ie. at all) can find a simple fix for this. You can reproduce in any (recent) install of TextMate by creating a new actionscript 2 file and trying to ⌘ + / a section of code (or even a line). Contrast to a JS file which will use a line comment. Copy the "Comments" snippet from JavaScript to Actionscript bundles, and the problem will persist.

View 1 Replies

Write Signature/comment In Flash Site?

Jul 3, 2009

I would like to create a simple form inside my flash site where the visitors can write their name and a comment about the site which would then stay visible in the page (possibly inside a scrollpane).

View 1 Replies

Professional :: Test The Buttons To See If They Work On System (localhost) And Not On A Random Website

Apr 16, 2010

I have just created a flash navigation menu in which I imported to dreamweaver to link with the rest of my website. But if I want to test the buttons to see if they work on my system (localhost) and not on a random website, what url do I put? Or do I have to wait until I put my pages on the server and simply paste in the address?

[Code]...

View 3 Replies

Professional :: Film And Text And Intend To Develop A Website To Showcase Work?

Nov 24, 2010

I just acquired Flash, well CS4, I work with film and text and intend to develop a website to showcase my work, as they say. But I would like to make a stand-alone interactive piece that can be stored and created on a desktop then played, via external hard-drive or whatever (most likely a large piece of work, nore than a few gig) on someone else`s laptop; ie, not a website, just yet, but simply an interactive presentation that allows users to access film and text pieces from different menus; a media scrap-book  if you like;  a stand-alone box of ideas; there must be a way of doing this, rather than having everything in folders ready to show; does Flash have this capability? I know Director did.

View 13 Replies

Make The Browser Back Button Work For A Flash-based Website?

Dec 1, 2009

Is it possible to make the flash content go back to some previous frame when the user clicks on the back button in the browser? Similarly, can the the refresh button be used to refresh to the same frame and not go back to the starting frame?

View 4 Replies

ActionScript 3.0 :: Add A Parenthesis <"> In Trace Without Turning It Into A Comment?

Nov 29, 2010

i'm trying to use the trace() function to get an output that uses a parentheses <"> within it.My problem is that when i type my trace, for example:
 
trace("Andy will say" + " " " + Hello.text + " " "); is suppose to come out saying: Andy will say "Hello".
 
But the AS3 reads it such that the parentheses after "Andy will say" and after Hello.txt are normally utilized parentheses.

View 3 Replies

ActionScript 3.0 :: Load Different Values For Each Name, Email, Comment Inserted From XML?

Jun 16, 2009

I have a Guestbook project to develop (personal project) but I can't multiply the values.. I'm testing with a XML (no PHP and DB yet)

For example: I need to load different values for each name, email, comment inserted from XML.

Name: (name_txt) -> Textfield;
Email: (email_txt) - > Textfield;
Comment: (comment_txt) -> Textfield;

Well.. I can load ONE node from XML, but i can't multiply it for 5 blocks of name,email and comment.And if i'd like to paginate if it runs more than 5 blocks, the next 5 goes to another page?

Here is my code:

Code:
// GuestBook
var xmlLoader:URLLoader = new URLLoader();
var meuXML:XML; // vai guardar todo o conte�do do XML;
var imageLoader:Loader;

[code]...

View 1 Replies

AS2 :: (cs4) Open Source Development Facebook Comment FriendsList Fla With UserLogin

Sep 26, 2010

You can create a account You can login with your username and password. You can post comments. You can read all posted comments from your self and from your friends. What is not done with this project? It needs an accept friendship button where new friends rerquest was sent. It needs to read any new request from any new friends. it needs a decline button where the new friend request was sent if your does not wish to have this friend. It needs a comment delete button where this username and this comment. set only for the user who posted the comment. so not just any one can delete anyones comment.

[Code]...

View 2 Replies

Flex - Replace 'hardcoded' Identifier COMMENT With The Variable EditedField?

Jun 3, 2010

as I probably do not describe the problem in the right terms, I was not able to get an answer with google. In the following code, I would like to replace 'hardcoded' identifier COMMENT with the variable editedField. How to do that?

var editedField:String = event.dataField;
if (model.multipleProcessingData[i][editedInformationProductNO].COMMENT != null{
}

View 2 Replies

Javascript :: Embed A Comment Box Within The Video Player That Can Be Accessed By A Click?

Dec 30, 2011

So I was wondering if there was a way to create a video player or edit some open source video player with the functionality that users can add comments straight from the video player. So if you're trying to picture it, it would be something like this: the tool bar at the botom would have the usual seek bar, volume control, play/pause buttons etc, and now an additional button that when clicked would trasform the tool bar into a text box which can be used to enter comments while watching videos. The comments would then be entered below the video.

View 1 Replies

ActionScript 2.0 :: Incorporate A Simple Comment Box In Which Users Can Input Text?

Dec 12, 2010

I'm trying to incorporate a simple comment box in which users can input text and view all the text others have put in. I am struggling! I used a guestbook tutorial and it is going nowhere.

View 0 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved