ActionScript 3.0 :: Can't Use PHP On Company Server

Sep 15, 2011

I have successfully created numerous AS3 to PHP contact forms. I know they work. However, I can't use PHP on the company server. I need an example of a working AS3 to ASP contact form.

View 1 Replies


Similar Posts:


Flex :: Build A Flash Player For The Company's Shoutcast Server?

Nov 9, 2009

I am trying to build a flash player for my company's Shoutcast server, and have seen a few articles about it on the 'net, including this SO question here. However, I can't seem to get the audio stream to actually play. It seems to be connecting alright, but calling stream.play() doesn't seem to do anything.

public function stream() {
private var url:URLREQUEST = "my.domain.com";
private var sStream:Sound = new Sound();
sStream.load(url);
sStream.play();
}

View 2 Replies

Media Server :: Use A Separate Video Hosting Company To Handle My Mobile Videos?

Dec 14, 2010

- Is there a benefit to hosting FLV files on a Flash Media Server when they are under 2-3 minutes?I've been working on a couple different video projects as of late... some are simple web player with 30 second ads and others are working with longer videos like 2-3 minutes. I currently have an FLV hosting provider running Flash Media Server but with videos so small don't they download for the user as progressive anyway and there is no real benefit whether I am using my FLV host or my traditional web host?

i also use a separate video hosting company to handle my mobile videos mainly because I am a bit naive on how that works as well. I had a project with straight links to play video on mobile phones (with three different version served up based on OS). But it seems like most of those were progressive downloads as well.

View 1 Replies

HTML :: How To Make Company About Video

Jan 17, 2011

I would like to make videos like [URL]. They are pretty amazing for how simple they are...They accurately show what the company or service does. They did Google Doc's Videos and a lot of other companies videos. How would I create these. I know flash but what else and what skills would I need to have to accomplish making these?

View 1 Replies

Professional :: Adding Flash To My Company Website?

Apr 17, 2011

i was curious on what i would need to incorparate flash to my business website rather than the service we are using currently. We have noticed that the flash images on our website are having issues loading and getting stuck currectly.My website address is http:[url]... there is flash type images at the top of the page as well as the middle.

View 1 Replies

Flash : Create An App Used To Display Company's Portfolio?

Nov 29, 2011

I am trying to create an app used to display my company's portfolio. This includes a show-reel section.I developed it using HTML and jQuery, and converted it into an AIR app using the plugin for Dreamweaver.Admittedly this my first attempt at creating an app this way, but it all went smoothly until I wanted to play the video.

My Flash video player does not work, and according to some similar posts I read this is because of a referencing issue. I found several solutions for Flex, but that does not help my specific case.HTML 5 does not seem to work in AIR 2.0 either, so I am a bit stumped.

View 10 Replies

ActionScript 2.0 :: Created A Flash Presentation For The Company?

Apr 11, 2008

First post - I'm a designer just picking up AS2 for the 3rd year - so I know how to get in trouble..nonetheless, I created a flash presentation for the company I work for and they want to use the demo at conferences and what not... It's a single scene with nested/nested/nested MC spewn throughout... right now everything was hodgepodged in AS3 as I was desperately trying to get familiar with it. So I suck

I can't figure out how to tell the topmost timeline (or root?) timeline to play as soon as an embedded mc finishes playing or even one layer above the nested MC - everything is on a timeline, nothing is loaded, I have no real programming skill anymore...or ever

my final result is to have my same button driven presentation run automatically so the buttons no longer need to be clicked to continue.

View 5 Replies

IDE :: Making Some Interactive Training Apps For A Company?

Jun 2, 2010

I am currently making some interactive training apps for a company, It seems like flash is the way to go since I know AS3 and am comfortable with it. The problem comes where my boss wants to be able to sell these apps as learning aids to schools. Would using something like adobe air with flash be the way to go?

View 1 Replies

Professional :: Created A Simple Movie On Company Website

Apr 28, 2010

I'm starting to use Flash again after many years. I created a simple movie on my company website.I have it set to play once and stop not to loop. I was asked to see if I could have it play once and stop like I have, but then have it replay when you mouse over.

View 3 Replies

ActionScript 3.0 :: Build A Slide Puzzle For An Advertising Company?

Mar 12, 2009

i've been asked to build a slide puzzle for an advertising company. While the puzzle itself will be straightforward they want it to thave a 'solve' button that shows the puzzle animating to the correct finish position from the positition the tiles are currently in (after the user has moved them around). It's a 4x2 grid puzzle.

Any thoughts on the best way to achieve this? Everything i come up with seems unneccessarily complex.

View 11 Replies

IDE :: CS4 - Create An Image Upload App For Company's Facebook Page?

Jun 18, 2010

I need to create an image upload app for our company's facebook page. I've been able to successfully create the app on facebook and it pulls from a location on our web server. Right now it's just an index.cfm file with hello world in it.We're having a photo contest and what we need to do is provide a quick form (name, email, phone, photo to upload, and photo description).When a user fills out the form and uploads the image, the image shows on our app with the description and then we are notified that someone has uploaded and image.

View 1 Replies

ActionScript 3.0 :: Currently Finished Developing A MMO For A Famous And Big Company In Country?

Jul 1, 2011

As usual I brought a problem for you guys to help me figure it out. What's happening is that I currently finished developing a MMO for a famous and big company in my country, I have one week before uploading it to their server and everything is ok, besides the performance.

I'm using smartfox 2.0 and I have several rooms, what happen is that if I go inside any of the rooms everything is beautifull and fast, but if I quit the actual and go to another it will be slower, and if I do this over and over again it gets slower each time I do this.

I don't what it can be, I caught the project in the middle of the way and did my part, I was revising the code but I have no idea where to look for something wrong.

View 2 Replies

Javascript :: Send A JSON Command To The Company's Flash Player?

Aug 5, 2011

I've ran into a weird problem while trying to send a JSON command to my company's flash player. Basically, i am unable to pass a playlist to this player - nothing happens - using the following command:

player.sendEvent("LOAD_PLAYLIST", json_str);

but the weirdest part is that if I print the entire command using Firebug's console.log, copy it and paste it into the code (thus hardcoding the playlist), everything works like a charm.

For instance, the following code:

player.sendEvent("LOAD_PLAYLIST", "{"streams": [{"src": "rtmp://xxx.xxx.xx:80/redirectvodxxx/nas2.share/h264/512x384/progname1/prog_1_20110804.mp4"},{"src": "rtmp://xxx.xxx.xx:80/redirectvodxxx/nas2.share/h264/512x384/progname2/prog_2_20110804.mp4"},{"src": "rtmp://xxx.xxx.xx:80/redirectvodxxx/nas2.share/h264/512x384/progname3/prog_3_20110804.mp4"}]}");

was obtained using

console.log('[loadNewListofContents] playing the following content list: player.sendEvent("LOAD_PLAYLIST", ' + json_str.toString() + ');');

and if i hardcode it, it works!I've tried all the toString() tricks I can think of (ex: json_str.toString(), '"' + json_str.toString() + '"', etc...) but so far no such luck.

View 2 Replies

Flash :: Company Require Designers To Deliver Their Assets To Coders?

Aug 26, 2011

How do you or your company require designers to deliver their assets to coders? Do they deliver a PSD? A series of 24-bit PNGs?

If you are a coder, what would you include in a best-practice guideline to designers? If you are a designer, what questions would you like to see answered in such a document?

[Code]...

View 1 Replies

Actionscript :: Version Matters When Making Ad Flash Banners For Any Media Company?

Apr 29, 2011

sometimes, the spec sheet from the media company won't state actionscript version. so I guess it should be save to use as2 rather than as3. but is that actually actionscript version will affect the flash player.

View 2 Replies

ActionScript 3.0 :: Created An Image Gallery That Has Company Logos Loaded Into A Movieclip?

Oct 6, 2010

I have created an image gallery that has company logos loaded into a movieclip at the bottom and scrolls based on the user's mouse location. When the user clicks on one of the logos it should load the corresponding screenshot. The function for loading the screenshot is this:

[Code]...

I get an error: ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.

View 4 Replies

ActionScript 2.0 :: Drawing A Curved Line On A Map To Show A Route For A Shipping Company?

Apr 25, 2005

Im working on some actionscript drawing, right now Im drawing a curved line on a map to show a route for a shipping company, the line is red but I would like to color a portion of the line green for the completed portion of the journey.

View 10 Replies

Professional :: Create A Video Showing The World-wide Population Growth Of Company From 1830 Until Now

Jan 31, 2011

I need to create a video showing the world-wide population growth of company from 1830 until now. I have a spreadsheet with the dates of when each unit opened. I would like to have a spot on the right location on a map glow as each unit open up. Is there a way to do this in Flash or Flash Builder? Some similar videos I've seen are: [URL]

View 1 Replies

Flex :: Compiler Shows Warnings : Data Binding Will Not Be Able To Detect Assignments To "company"?

Dec 11, 2009

I have a custom ActionScript class:

package EntityClasses
{
import mx.collections.ArrayCollection;[code]....

And I want to bind these values to textBoxes, so that when user types information to the textBoxes it is populated in the class too. Is Flex 3 bidirectional so that marking the class with [Bindable] I can bind the values to a textbox for example?This is my mxml file in which I try to bind the class:

import mx.rpc.events.ResultEvent;
import EntityClasses.CompanyInfo;
[Bindable][code].....


The flex compiler shows me this kind of warnings: Data binding will not be able to detect assignments to "company".

View 4 Replies

Media Server :: Streaming Server Returned A 500 Internal Server Error

Nov 13, 2009

The company I work for installed FMS on a server running Centos for a customer who needed streaming media capabilities. It worked fine for 3 months until today the customer called us and informed us that their client program can no longer connect to the streaming media server. No one has done anything to the server to cause this to happen. When attempting to access the admin console to diagnose the program, the streaming server returned a 500 Internal Server Error. So I tried another page. Same result. Reboots of both the hardware server and the FMS have changed nothing.

View 5 Replies

Media Server :: Swf Hosted On One Server Connect To Live Stream From Another Server?

Apr 28, 2010

One server - is streaming server with Flash Media Interactive Server 3.5that host the application with asc files in FMS application directory.Second server - is the IIS web server that host thehtml,aspx,swf etc.. files.So basically i heve swf file on one server that have to connect to live streaming via rtmp on different server with different ip address.I did not find any clear explanation on this crossdomain rmtp issue.ys only HTTP can use crossdomain.xml policy filebut not rmtp.So what policy security procedure need to be done in order to enableswf file hosted on one server to connect and show rmtp live cam broadcasting from another server?

View 2 Replies

Media Server :: Development Server Be Installed On A Remote Server?

Oct 14, 2010

The instructions for installation only cover installation on "localhost".  I'm wondering if I could use the development server for a small scale website depolyment with restricted traffic, from a commercial server, such as goDaddy?And if so, what''s the method?  Do I download the package from Adobe to my local hard drive and install over the network, or copy the package to the server and install it online?

View 1 Replies

Media Server :: Streaming Server 4 - Server Side Playlist?

Jan 26, 2011

The $995.00 version is listed as not supporting server side playlists.  Is it possible to implement internet TV station like functionality using that version?  I would like to have a list of files to play out and have it so those connected are all viewing the same thing.

View 1 Replies

Media Server :: Republish Server To Server But With FCPublish

Sep 15, 2010

I would like to RePublish Live Stream to a CDN (Level3). this CDN must use FCpublish on Client Side (like FME).
 
my Publisher send stream on FMS3.5 (Server1) and this stream must go to Serveur2 (CDN) with FCPulish.
 
On my local serveur1, i add some code to do that but whitout succes...
 
i can RePublish when i simulate the second Server(2) on my LocalHost BUT withOut the FCPublish Method.. (i use the sample from Adobe Flash Media Server "Publishing server 2 server")
 
How can i change this sample to use the FCPublish method to republish the stream to Server2 ?
 
with my tests, i think that my problem is how to receive the "onFCPublish = netstream.publish.start" from the server2 to my server1
 
please, do you have a great and simple sample (like this before) to reStream by FCPublish Method ?
 
I know how to make it in AS3 on my Flex Client Application but not in the Action Script on the main.asc

View 1 Replies

Media Server :: Flash Media Streaming Server And Interactive Server?

Jul 17, 2010

I'm building a video conferencing applicaition for a portal. But now when considering which version of flash media server to buy, I run into some problem. So can anyone helps me about comparing this two versions: Flash Media Streaming Server and Flash Media Interactive server, like if I use Flash Media Streaming Server, some function like NetStream.pause() may not work or something like that? I'm not sure if this is a foolish question but please let me know.

View 3 Replies

ActionScript 3.0 :: Writing And Modifying XML Files Using Server-Side / Flash Media Server?

Jul 8, 2009

can you write and modify XML files using server-side Actionscript? I've been going through Adobe's Server-side Actionscript reference, reading up on the File class that lets you modify files on the server, and the server-side XML class that lets you read and 'understand' XML data, but can you put them together and essentially edit XML files on the server?

View 2 Replies

Media Server :: Cannot Connect To Admin Console FMS 3.5 Running Separate Apache Server

Jul 7, 2009

I have installed the FMS 3.5 Server on a separate IP from our main Apache Server: The server is running Redhat Linux 2.6.18-128.1.10.el5
 
FMS 3.5 running on ***.***.**.138 using ports 1935, 8080 (Admin Server using port 1111)
Apache 2 running on ***.***.**.139 using port 80, 443. (several sites setup on this IP)
 
However, when accessing the fms_adminConsole.htm in the root directory of one of the domains on ***.***.**.139, all login attempts fail. I am connecting to localhost and using the assigned user and password set up in fms.ini. Using either IP fails as well. The FMS server is set up to listen to all hosts as no specific IPs were set.
 
/var/log/messages show that FMS and the Admin Server are up an running and listening:
Jul  7 12:15:37 228215-web1 Service[28196]: Server starting...
Jul  7 12:15:37 228215-web1 Service[28196]: Server started (/opt/adobe/fms/conf/Server.xml).

[Code]....

All other settings for FMS are default. This is my first time setting up FMS as a fresh install on a new unknown server and I am at a loss as to what settings to check or which files I may need to modify to get it to connect properly. It is a managed server is hosted by rackspace.com if that makes any difference.

View 5 Replies

Media Server :: Stream.play On Server Side Makes Video Choppy?

Apr 30, 2010

I have an *.flv file on a FMS. When I play it on the client side the video plays just fine, but when I call Stream.play(filename, 0, -1, false) on the server side the video turns out really choppy.I both cases I use NetConnection to connect to an rtmp and NetStream to play the stream, but in one case I connect to a stream and request the server to play my file on that stream. Apparently that doesn't work with files? It works just fine for live streams.

View 20 Replies

Flash :: Media Server - Connect To Own Server To Watch Streaming Video From Another Computer?

May 19, 2010

How can i connect to my own server to watch my streaming video from another computer?

View 10 Replies

Media Server :: Client Returns Server Not Found:rtmp://192.168.10.1:/live When Accessed From Another Pc?

Jun 29, 2010

i have a small LAN of about 8 computers all of which are running windows 7. I have installed FMS and XAMPP webserver on one of the machines. I want to stream live from one PC to all the other PCs on the LAN. I have a webpage with jwplayer embedded in it on my XAMPP webserver that is able to see the live stream when i start it locally. I mean the live stream works fine on the machine with the servers on it. But when i want to view the live stream from another machine in the LAN by accessing the webpage that has the jwpalyer from another machine, The jwplayer returns "server not found:rtmp://192.168.10.1/live" error. I was thinking that maybe a firewall is blocking the 1935 port but i have turned off the firewall of every PC on the LAN. I have unistalled any antivirus program on all the PCs. But i still get the same error when i try to access the live stream from another PC on the LAN.When i run netstat -a -n|find ":1935" i get 192.168.10.2:49184 192.168.10.1:1935 SYN_SENT and i think the request for the stream is sent but the conection is rejected.

This is the code for the webpage with jwplayer embedded in it. maybe it:
<html>head> <title>JW FLV Media Player</title>    <script type="text/JavaScript" src="swfobject.js"></script>

[code].....

View 3 Replies







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