Server Side :: Make A Small Thing On A Website That Will Allow The User To Update The News Themselves?

Dec 26, 2003

Ok I'm trying to make a small thing on a website that will allow the user to update the news themselves.... after reading up on it i found that to export a textfile in this way I would have to have a serverside script to execute it for me (PHP in my case)... I did it, but it isnt working..

View 14 Replies


Similar Posts:


Flex :: Download Files From The Server Side To Client Side Without Prompting A Window To The User To Download When Any Updates Happen At Server Side?

Dec 17, 2009

I want to download files from the server side to client side without prompting a window to the user to download when any updates happen at server side.Right now I am using urlstream class but first file is downloading completely rest of the files contents downloading partially.

editCode sample taken from other post. Warning: it's a huuuge chunk o'code.

<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:MyComp="client.components.*" layout="absolute" height="554" width="817"

[code]....

View 2 Replies

ActionScript 3.0 :: Update Xml Without Server-side Script?

Nov 2, 2011

I have a XML file and a swf file. How can I modify the values of xml from the swf without server-side script?

If you were to suggest other way to take the values for example if it'll be better with text file, I can try your suggest.

Code:
<detail>
<success value="70">
<unsuccess value="30">
<detail>

View 4 Replies

Actionscript 3 :: Make A Score Counter For A Small Game Where The User Clicks On A Button On The Stage?

Mar 28, 2012

I have been trying to make a score counter for a small game where the user clicks on a button on the stage, each time the user presses the button the score increments by 10, however I cannot get the score to display on the dynamic text field.

var score:uint;
//scoreCounter is the instance name of the dynamic text box
function updateScore():void{
score += 10;
scoreCounter.text = score.toString();
}

View 2 Replies

ActionScript 3.0 :: UPDATE: Image To Follow Mouse Only Side To Side?

Nov 12, 2010

Here's the AS2 way:

1. Timeline has only 2 frames

1. Make movie clip and give it an instance name (in this case: box_mc). Make sure this takes up frame 1 and 2 on timeline.

2. On a sparate actions layer on frame 1 put this down:

mouse_x = _xmouse;
setProperty (_root.box_mc, _x, mouse_x+((getProperty(_root.box_mc,_x)-mouse_x)/2));

3. On frame 2 of actions layer put:

gotoAndPlay (1);

how to do this in AS3? I really want to be able to have 3d rotation tweening in my flash file and AS2 won't let me do it.

View 1 Replies

ActionScript 2.0 :: Add A Small Explosion Like Thing When The Ball Hits The Yellow Circle?

May 4, 2010

just wondering how i can add a small explosion like thing when the ball hits the yellow circle, and not just a picture appearing on the hit (game attached, and using adobe Cs5)

View 2 Replies

ActionScript 3.0 :: Put A News Feed Into A Small Flash App?

Oct 1, 2009

i have to put a news feed into a small flash app that i use as digital signage for my restaurant. I want to get some local news or maybe some sports news form sky sports.

What i need to know is what actual file i am looking for on the news site server, is it just a rss file or a xml file??Also i be able to automatically update the ticker when the news site updates their news??

View 1 Replies

ActionScript 3.0 :: Make A User To Update To The Current Flash Player?

Aug 16, 2010

I was able to gather info on how to test and display users OS and FP version. However this info is "dormant" it is just being displayed on the screen.Does anyone know how to make an alert message to upgrade to the current Flash Player if a user runs the lower version?

View 1 Replies

ActionScript 2.0 :: Server Header - How To Make Small Squares Motion

Apr 15, 2011

I'm work with PS and AI and am a begginer with Flash and currently I'm making this clean cool looking header for a server I play on. This is what it to looks like: [URL]. However I don't know how to make the small squares motion, I want them to "spawn" around the text with alpha slowly growing, not behind the text so it's clean and to move outwards and slowly disappear.

View 2 Replies

Media Server :: When Call A Client Side Mothed From Server Side?

Nov 10, 2010

Below is the code. When the swf is connected to FMS(the connection is successful) I use this application.user_so.send("enterContestGroup"); to call the client side mothed. You can see that in the client side I have defined the "enterContestGroup" mothed. However the fact is it doesn't call that mothed. Can anybody tell me what the error is
 
application.onAppStart = function(){  application.user_so = SharedObject.get("user_so", false);  application.nextId = 0;}application.onConnect = function(newClient)  application.acceptConnection(newClient); 

[code]....

View 8 Replies

ActionScript 3.0 :: Make File Uploader - Server-side Script Like Php?

Jan 6, 2010

Could someone point me in the direction of a good tutorial of how to make an actionscript 3 file uploader? I think you would have to use a server-side script like php to?

View 1 Replies

Javascript :: How To Make Sure That Image Returned From The Server Side Cannot Be Intercepted

Dec 13, 2011

In our application,we have a web service which wll return images to the client according to the parameter.Now,we want to make sure that the image can not be used by no-permissioned user and can not be intercepted through the network.So we want to encrypt the image in the server side,when the client get the image,it should be decrypted accordingly. However our application is browser based. It seems that in the browser we can not use javascript to decrpte the image stream.

Assume that each client which call the service is absolute safe.We try to use a hidden flash in the page,which may decrpte the image and save them to local,then show them in the page, this will use the communications between the js and flash.But we have to decrype the image use the flash language other than c# or java.

UPDATE:Our service for servering images:

[URL]

This url is public,so any one can use this service with different paramter.Even we add a key paramete like this:

[URL]

THen we meet two problem:

1)how about other people know this key,even we bind the key with the ip or mac addresss.

2)How about the user grap the http package directly? Then he do not need know any parameter,he can intercept the whole image steam.

UPDATE2:using both server side and client side?

View 3 Replies

ActionScript 3.0 :: Standalone - Make A Flash Object Where Users Can Interact But Has No Server Side Support?

Dec 17, 2010

Is there any way to make a flash object where users can interact but has no server side support. All users are in the same network, the swf file would be on a shared drive. Nothing complicated, just one frame where everyone (about 10 user) can make modification. No login, no password.

View 6 Replies

ActionScript 3.0 :: Distort The Dimension Of An Image Like From Left Side Little Small And From Right Large?

Nov 28, 2011

How to distort the dimension of an image like from left side little small and from right large.

View 1 Replies

Flash :: Flex Building An Application With Client Side And Server Side

Sep 3, 2011

I want to create an application that has these features

- At client side: Display a list of images, when user click on one image, data will be stored in MySQL database.

- At server side: Manage images used in client side, I can delete, add new images.

Is this possible for me to achieve this using Flex? And if it is able, will my output be 2 separate SWF files? And where can I find the materials to read on writing such applications?

View 1 Replies

How To Get Flash News Section On Website

Jun 23, 2010

I am going to redesign a website and for that website I want there to be a news section on the homepage. The news section should be built in Flash with images representing news headlines animating on a loop however a user should be able to click one of these images and then within the homepage a Flash pop up will appear with the news article. This is similar to sites that have an image gallery with thumbnails of images but when an thumbnail is clicked then the full size image loads within the same webpage. I want a similar effect but in my case, when a full size image is clicked, a text based news article loads.

View 1 Replies

Flex :: Server Side Alerts For Client Side App

Aug 28, 2009

User interacts with Adobe flex webpage to configure reports based on some data stored server side. They configure their view and have THAT view emailed to them daily. I've got the report builder, the part I'm trying to figure out is how to render the report server side and send it out as email (native flex functionality? convert to html? take screenshot? assume something is running client side?...)

View 2 Replies

Flex :: Adobe Client-side Or Server-side?

May 17, 2011

I am writing a thesis and have been able to place all my frameworks under two categories (client-side frameworks and server-side frameworks), but I can't seem to finf where to place Adobe Flex...In which category should I place this or should I place it in some separate catgeory?

View 3 Replies

ActionScript 3.0 :: Better To Thumbnail Client Side Or Server Side?

Apr 17, 2009

I am making an app where people upload a bunch of images and it thumbnails them and saves them to the server. Is it better to create thumbnails from the uploaded images, or to upload them to the server then re-download the thumbnails?

View 1 Replies

ActionScript 3.0 :: Make Image To Follow Mouse Only Side To Side

Nov 11, 2010

I am on a tight deadline and looking for the AS3 code of how to do what this company does on their site:URL...However, I don't know AS3.Literally my project requires I recreate the what is shown with the hand holding the sharpie and moving only back and forth restricted to a centered rectangular area at the bottom of the screen.I know how to import the image that follows the mouse to the stage, and to make it a movieclip. Let's say I have named the instance "Image_mc".Does anyone have the actionscript for how to do this? Do you attach it to the object or to a keyframe on a separate actions layer?

View 5 Replies

CS4 Small Movie Banner For Website

Dec 21, 2009

It's pretty common on many Architectural and Engineering sites to have a small movie on the home page. For example: URL... I've made similar movies for my websites using flash, and there always seems to be a lag and an image icon while the movie to loads. Here is a site where the movie loads unnoticeably: hensonarchitect com. Is there a way to use flash and have the movie load without an image icon placeholder? The flash movie that I have in mind is only 90kb, so a preloader isn't needed.

View 2 Replies

Javascript :: Danger To Pass User Id Session From One Website To Another Trusted Partner Website?

Jan 7, 2011

What's the risk if it is between 2 websites or 2 webservices or between a site url and flash or embedded javascript ?

View 1 Replies

Flash - Webcam Service For A Website: User To User Directly?

Mar 14, 2010

I wonder wether on a website like chatroulette for example, the streaming video is going directly from user to user or wether it is going through a server.

In other words I wonder wether it is possible to offer a webcam service on a website, so that the streaming video goes directly from user to user, without overloading the system.

View 1 Replies

ActionScript 3.0 :: AIR Remote Updater - Make A Timeout When If There Is No Such "yourapplication.air" File In The Server / It Will Skip The Update Process?

Aug 12, 2011

I found a very useful AIR remote updater [URL] written by Claus Wahlers. It works fine but I have a question which I myself can't figure it out. Just a newbie in flash I guess. Question: What if the script can't find yourapplication.air inside my domain.com host? What will happen? I have tested it out. It appears that the script keep on running to find yourapplication.air inside my server. But it is not there. How do I make a timeout when if there is no such "yourapplication.air" file in the server / it will skip the update process?

[Code]....

View 5 Replies

ActionScript 2.0 :: Swapping - Play The Client Side Mp3 First Then Only Play Server Side Sound Object Alternately

Aug 9, 2004

I am new to actionscript. I have created a script that will play server side sound object and client side mp3 files alternately. Now, I would like to play the client side mp3 first then only play server side sound object alternately. However, I have no idea how can I do so. The following is the code that need to be swapped:

[Code].....

View 2 Replies

Css :: Vertically Centering A Flash Website In A Small Browser Resolution

Jun 10, 2011

We have recently made a new Flash website for our company (URL...). The Flash module itself is 800 pixels tall. We have CSS that centers a div horizontally and vertically that's wrapped around the Flash module (you can see the source of URL...) and when someone is on a browser on a netbook or a smaller laptop (sub 15-inch, generally), they don't have enough vertical resolution (after the real estate used by the Windows start bar and browser toolbars) to see the entire site.Whether you view the html page I've made (again, at URL...) or you view the Flash module itself (URL...) the top of the Flash module clips off the top of the browser. (To see the problem if you don't have a small laptop, just don't maximize your browser window and shrink it's vertical height.)I understand why my CSS is behaving the way it is, due to the nature of the negative top margin, but is there any way to solve this issue?

View 1 Replies

Button Array - Small Popup (which Is A MovieClip) Appear When The User Does A Mouse Over?

May 25, 2009

I think this should be here instead of the Actionscrip area but not sure.I am using a button to have a small popup (which is a MovieClip) appear when the user does a mouse over.  I have a LOT of these because it is a list of bullet points.  What I'm wondering is if there is a way to do an array.  It would cut WAY down on code.Although this is the Flash forum instead of ActionScript My code for one button is: 
 
box_new90.btn_newUsers.addEventListener(MouseEvent.MOUSE_OVER, newUserOver);box_new90.btn_newUsers.addEventListener(MouseEvent.MOUSE_OUT,closePop) ;
 function newUserOver(e:MouseEvent):void{activePop = pop_newUsers;heightPop = 75;topPopOpen = 190;topPopClose = 155;openPop();}[code]....

View 9 Replies

ActionScript 2.0 :: Open A Small Window When The User Clicks On A Button

Feb 21, 2004

Whats the AS for a quit button? I want to open a small window when the user clics on a button, and have a quit button on the corner

View 4 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

ActionScript 3.0 :: Update Credits Text Field After Executing Notify Url Php Page From PayPal Side

Jul 20, 2010

I have made an application in flash AS3 and I have implemented PayPal gateway, I want to update my credits text field automatically when PayPal executes my notify_url.php page. I want that my application get any notification when PayPal executes notify_url.php.Is there any method of getting response from PayPal?

View 1 Replies







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