ActionScript 3.0 :: CMS System That Allows Users To Change The Textual Content?

Apr 8, 2011

I've developed a CMS system that allows users to change the textual content and save the changes back to an XML doc.All works fine in English but the writing to the XML Keeps falling over when it reaches a foreign character.. Even when wrapped with the CDDATA tag.The application needs to support users translating the content into different languages.

I'm using zinc to write out the XML string.During runtime all changes are stored back directly to the XML object ( the same one that is loaded at the start and is used to populated the CMS) then I use XML.toString() to create a string variable to pass to zinc to save out the file..

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Change Site Style Based On Users System Time?

Aug 31, 2006

how one might change a site element based on the users computer time? What we are trying to do is change the color of the sky and shade of the buildings in a cityscape scene on a cartoonish style site. If it is 9:00 PM on the site visitor's end, they will see a nighttime colored scene. If it's 7:00 AM, it would be sunrise-ish.

View 3 Replies

Flash :: Building A System That Allows Users To See A Video Only Once?

Dec 27, 2010

My client wants to distribute a video to some people, specifically car dealers, but he doesn't want the video to end up on Youtube or something like that. Therefore he wants the recipients of the video to be able to see it only once. My idea to implement this is:Generate a unique key per viewerSend each viewer a link to a page with a Flash based video player, with their key in the URLHave Flash get the video from the server. On the server the key is checked and the file sent (using php's readfile or something equivalent).Then the key is invalidated.I was thinking this wouldn't take more than a day to build.I know that if you want somebody to be able to play something, you implicitly give them the power to record it as well, but the client just wants me to make it as hard as possible.

View 2 Replies

ActionScript 2.0 :: Select From Users System Fonts?

Oct 7, 2005

is it possible to allow the user to select from drop down menu there own fonts installed on there systems?

View 1 Replies

ActionScript 2.0 :: Build A System Where Users (restricted To A Very Few Admins) Can Publish News Articles?

Feb 18, 2012

I'm trying to build a system where users (restricted to a very few admins) can publish news articles. The form is simple enough: an input field for "Headline" (single line) an input field for "article" (multiple line) and a file reference field to include a picture.

The idea is that you can EITHER write a headline and some text and then publish | OR | write a headline, some text then choose a picture and publish.No check boxes - no "would you like to include a picture" - just an idiot proof system where you can wither publish text - or text and a picture on the click of ONE button.

The picture is placed (via php) into the file system on the server, the text for headline and article are pumped into an SQL database (via php). I know php well and can do that bit with no probs but I'm having trouble with the function to pump the vars to the php if the user HASN'T chosen to include a picture.

1) has anyone done this before and if so do you have a "boilerplate" fla / php I could copy and paste into my project ?

2) can anyone see any problems in the code (posted below) which would explain why the upload of pictures always works but the sql insert never works ? On the stage are two input fields and two buttons (obvious names in the code are 'head_txt' and 'art_txt' )

CODE:
import flash.net.FileReference;
var progressBar:MovieClip;
var reference:FileReference = new FileReference();

[code]....

View 3 Replies

Flash :: Flex - Adobe Player Cache: Does Data Persist Across Different Users Of A System

Sep 16, 2009

Does anyone know if adobe flash player cache data is available to other users on a system? For example: A user logs onto Windows XP, then uses my adobe flex application... and in the process of doing so downloads the signed flex lib... He then decides to mow the lawn and log off. At about 3pm the same day, his Mum can't hear the TV over the sound of the mower, so she decides to log in using a different XP user account. She proceeds to use the very same flex application. Does she also need to download the flex lib again, or would the data already be cached in the flash player?

View 2 Replies

Flex :: PlayBook - Create A File Browser To Allow Users To Load Images From The Local System Into The Application

Mar 24, 2011

I'm developing an application for the Blackberry Playbook using Flash Burrito 4.5 and Flex. I'd like to create a file browser to allow users to load images from the local system into the application. I followed this example [URL] When I click on the Load Image button in the simulator however, the file browser pops up but tells me that "no file was found with the specified filter", even though I don't specify any filter or even if I specify a . filter.

View 2 Replies

ActionScript 3.0 :: Allow Users To Modify Their Course Name And The Mailto Content?

Feb 17, 2009

i have a file that I am trying to allow users to modify their course name and the mailto content. I wanted to provide them with one easy to edit document, either a txt file or xml. I assume I can't use a txt file since I need a link, but possible I am wrong? I was also trying to use css, but I have not tackled that yet.

Right now the text is inside of the actionscript.

I need to change the text and the link. I've attached my file to see if anyone has any pointers?

View 0 Replies

MYSQL To Authenticate Users And Protect Downloadable Content?

Jul 22, 2009

I am a novice Flash user as I have built one "members section" website using Flash CS4 (but used Actionscript 2).I am now in the process of learning ActionScript 3 and am working towards building a v2.0 of my original website. The original website uses a PHP authentication system, where a user logs in through a regular HTML page. Once authenticated, they are given the option to access the members section.I wish to eliminate the need to have our users log in through this HTML page as I wish this to be built directly into Members Section 2.0 however I haven't got slightest clue how to construct a users "login" function.  

have users login (authenticate themselves) through the main page of this Flash project by the flash project referencing the MYSQL user names and password database. Additionally, there are three types of users that will be logging into this site (Status A users, Status B users and Status C users).  
 
We need to protect various downloadable documents (Word files and PDF's) to ensure only those with the correct authentication are granted access to particular files. I.E. Status "A" users get access to everything, Status B users get access to almost everything and Status C users get access to very few files.
 
I assume the best method for this, is to store the files in three folders, once for each Status Class therefore Status A users will access files from the Status A folder, Status B users will only be able to access files from the "B" folder and so on. best method to protect these files from unauthorized access I.E. "C" users attempting to download a document that is only intended for "A" users?

View 11 Replies

Flex :: Search For A File On Users File System?

Jun 8, 2010

So we want to seacrch for file like exampl*.ex*mple. We want to search in all users files and folders.

I know it will take long, but steel using ONLY AS3MXML, no native commands, no external programms - only AS3MXML libs and classes, we can skeep all folders with sise <= 200kb

So How to search for a file on users file system? (in Air application, NOT NATIVE)

View 1 Replies

Flex :: Content Managemnt System For Flash?

Jun 9, 2009

I'm looking to develop some CMS-able 100% Flash based websites. I have only worked with creating static based Flash websites in the past.

View 4 Replies

ActionScript 2.0 :: Flash CRM (Content Management System)?

Aug 28, 2010

Is there a best way to put a content management system into a Flash website so (very IT illiterate) people can update text on certain pages? Im expecting a simple notepad document that they can FTP to a specific folder is the best way but I didnt want to give them access to the entire site.

View 5 Replies

ActionScript 2.0 :: XML,PHP,CMS - Flash Gallery Content Management System?

Sep 17, 2004

I have a meeting with a potential client this upcoming Wed. If I am hired, I will be redesigning his website, the major components he wants are galleries of his sculpture art and a way to update the images himself.

My idea: develop a custom CMS so he or his secretary can easily update what images are in the online flash galleries. My idea right now is an HTML/PHP form where they would enter what gallery the image goes to and maybe an upload button for the image, they hit submit and the PHP form edits an XML document which is where the gallery gets its image info from. Can anyone help me figure out how to do this? Or if there is an easier way to develop a CMS for them to update the images in the gallery themselves? Being able to remove images via a custom CMS would be ideal.

View 7 Replies

ActionScript 2.0 :: XML Flash Offline Content Management System

Mar 21, 2005

I'm working with FLash+XML, and I had a thought: I don't want to give my clients Flash+XML solutions, if they will have to edit the XML themselves. It's too complicated for them.So I thought of a Flash Application for offline use, that would be some sort of a XML Content Management System, built in flash, suitable for offline use (user should upload updated .XML files which is OK). In this app, creating / editing / removing nodes should be like managing folders and their content in Windows Explorer.I don't believe my mind is bright enough to be the first having this idea, perhaps such program already exists. Does it?

View 2 Replies

ActionScript 2.0 :: XML,PHP,CMS - Flash Gallery Content Managment System?

Sep 17, 2004

I have a meeting with a potential client this upcoming Wed. If I am hired, I will be redesigning his website, the major components he wants are galleries of his sculpture art and a way to update the images himself.My idea: develop a custom CMS so he or his secretary can easily update what images are in the online flash galleries. My idea right now is an HTML/PHP form where they would enter what gallery the image goes to and maybe an upload button for the image, they hit submit and the PHP form edits an XML document which is where the gallery gets its image info from.

View 7 Replies

ActionScript 2.0 :: Flash Offline Content Management System

Mar 21, 2005

I'm working with FLash+XML, and I had a thought: I don't want to give my clients Flash+XML solutions, if they will have to edit the XML themselves. It's too complicated for them.So I thought of a Flash Application for offline use, that would be some sort of a XML Content Management System, built in flash, suitable for offline use (user should upload updated .XML files which is OK). In this app, creating / editing / removing nodes should be like managing folders and their content in Windows Explorer!

I don't believe my mind is bright enough to be the first having this idea, perhaps such program already exists. Does it? If not, please enlighten me: which kind of function allows me to "write to XML file, offline"?

View 2 Replies

ActionScript 2.0 :: Content To Load Into The Loader And Have Its Content Change Once Click On The Other Button Flash 8

Aug 15, 2009

I'm have made some buttons (movie clip) and when I click on it, I want a file (home.swf) to load in a loader (mx.contents.loader) and I want the other buttons to do the same, all load into the same loader. I have no Idea how to do that. The way I have it set up now, the home.swf will load over the entire screen and that is not what I want. I just want the content to load into the loader and have its content change once I click on the other buttons. Here is a copy and past of that I have at the moment, I'm using Flash 8 to do it all.

[Code]...

View 1 Replies

Flash :: Media Server - Protect The Broadcasted Content From Unauthorized Copying Users In Player

Feb 3, 2010

Is it possible to protect the broadcasted content from unauthorized copying users. In the demo version of FMS 3.5 for interactive broadcasting stream audio and video can be copied by means of such programs as Comtasia. This may not like the content holders. Perhaps there are some instruments of protection.

View 1 Replies

ActionScript 3.0 :: Photo Gallery Content Managament System That Can Output To Flash?

Feb 11, 2009

I have a client who wants a Flash Photo Gallery.That bit is easy, I've created tons of those... The troublesome bit is that the client wants an easy way to update his gallery.PHP content management system I could use? I've looked into Gallery2, and Plogger but haven't found any tutorials about pulling XML data out of them and into Flash.Does anyone have any experience using a Photo Gallery content management system and plugging it into Flash?

View 6 Replies

ActionScript 3.0 :: Content Management System (such As Joomla , Drupal) For Flash / FLex Websites?

Jul 5, 2009

Is there any content management system (such as Joomla or Drupal) for Flash/ FLex websites?

View 1 Replies

ActionScript 3.0 :: Finding Content Management System (such As Joomla Or Drupal) For Flash/ FLex Websites?

Jul 5, 2009

Is there any content management system (such as Joomla or Drupal) for Flash/ FLex websites?

View 2 Replies

Professional :: Image To Change When Users Scroll Over A Seperate Button

May 19, 2010

I want an image to change when users scroll over a seperate button. Here is my code for that button:[code]The name of the image I want to change is bikebutton. I want frame two of bikebutton to display when this button is moused over. I want frame one of bikebutton to play when the button is moused off.

View 3 Replies

Professional :: Website Users To Change .swf Background With Button Click?

Nov 29, 2010

With the aid of Dreamweaver CS4 I've manged to create a temp 'under construction website'. This website has a fullscreen .swf looping in the background.
 
I have made 4 of these very short looping .swf files.Is it possible, by adding one simple button on the screen, for the user click and the next .swf background starts playing? So basically this button acts a 'next' button, and each times it's clicked the next .swf starts to play.
 
[URL]
 
Ps: check out the source code. The flash background code starts from '<!-- flash background -->'. 

View 7 Replies

ActionScript 3.0 :: Time That Is Not Affected By System Clock Change On Mac

Feb 7, 2012

I want to calculate the number of ms elapsed between 2 time points for measuring reaction time. The system clock change (e.g. from auto sync) messed up the calculation.The function flash.utils.getTimer is supposed to return the number of milliseconds that have elapsed since the Flash runtime virtual machine for ActionScript 3.0 (AVM2) started. This number of milliseconds is not affected by system clock change on Windows, but this is not true on Mac. The Date class is affected by system clock change on Windows or Mac.Is there any other timing function that returns time which is not affected by system clock change on Mac?

View 1 Replies

ActionScript 3.0 :: Change Order System To Cart Based

Dec 3, 2009

I currently have a system that takes the users order and then sends the data to a php file where the details are then emailed to the shop admin. I accomplish this by using...

ActionScript Code:
//Retreive and pass the information to a PHP page
var variables:URLVariables = new URLVariables();
variables.vItemCode=menu4dynamictext.text;
variables.vBaseColor=basecolorpickertext.text;
var request:URLRequest=new URLRequest("sendmail.php");
[Code] .....

However I need to change this system so that rather than each order being sent automatically, the details are stored in an array so that a cart system can be produced somehow! It doesn't need to be overly secure, the system simply needs to email colour details etc to the admin.

View 4 Replies

Professional :: Change The Date Path Of Web Server To System Time?

Oct 18, 2010

I have downloaded a Countdown SWF file from the Internet. It is working fine with the Computers which have Internet Connection. But not working without Internet connection because of the following line of code in XML file:When I opened the webpage using the above code, it shows time in a typical digits:Monday, October 18, 2010 9:12:52 PM in my System -shows in Web browser like : time=1287425579How to modify the code so that I can use my System time to work with Countdown without Internet ConnectionThe following is the path from where I have downloaded the Countdown file:[URL]

View 1 Replies

Actionscript 3 :: Monitor / Change System Audio Volume In Adobe AIR?

Nov 9, 2011

I am making a game in AS3 / Adobe AIR that requires the user to react to certain sounds. Is there a way to inform the user up front if the system volume is muted? Moreover, is there a method to change the volume? If not, does an external cross-platform application exist that lets me monitor the volume and that I can call from Adobe AIR?

View 1 Replies

Jquery :: Change Locale On The System Tray And Type Unicode Characters?

Dec 11, 2011

I have a flash app and a textfield in it. I can change locale on the system tray and type unicode characters, for example with windows -1251 encoding. If I use jquery to send the unicoded text to save to database, how does it get there, as windows-1251 encoded or other encoding, like UTF-8?

Or lets just say with which encoding it get to jquery at first?

View 1 Replies

ActionScript 3.0 :: Get To The "TEXTUAL" Node And Its Children?

Sep 17, 2009

how to get to the "TEXTUAL" node and its children?

Code:
myXML..menuItem.(@name == "TEXTUAL").children()[i].@name

because if there were more than one attribute with the same name this would fail like a plain out of the sky

Code:
<menuItem name="HOME" >
<menuItem name="MEMBERS"></menuItem>
<menuItem name="IDEAS"></menuItem>[code].....

View 18 Replies

ActionScript 3.0 :: Get To The "TEXTUAL" Node And Its Children?

Sep 17, 2009

how to get to the "TEXTUAL" node and its children?

but dont suggest me attribute searching on any node:

Code: myXML..menuItem.(@name == "TEXTUAL").children()[i].@name

because if there were more than one attribute with the same name this would fail like a plain out of the sky

Code:
<menuItem name="HOME" >
<menuItem name="MEMBERS"></menuItem>
<menuItem name="IDEAS"></menuItem>

[Code]....

View 10 Replies







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