AS3 :: Php - BBcode Or Replacement-technique - Get Plain Text With AMFPHP?
Jan 2, 2011
I'm making a website in AS3/PHP (databasecalls) and I want to load news on the homepage, fed from a mySQL database. No problem to get plain text with AMFPHP. But I'm looking for something different. I know how to load images/YouTube videos within AS3, so I want to spice up the news a little with that. Is there any way I can input something like
[Code]...
View 2 Replies
Similar Posts:
May 16, 2011
I would like to embed a css file using
[Embed(source = 'mystyle.css', mimeType = 'text/css')]
private var _css:Class;
but 'text/css' is not a supported transcoder. Is there a list of transcoders that someone can point me to? I really just need it to read plain text but 'text/plain' is not available either.
View 1 Replies
Apr 8, 2003
I want to import an html file that contains just plain tet inside of a dynamic text box. The things that I have tried jus tmake the html file pop-up as a new page, but i want the information inside of that textbox.
View 2 Replies
Mar 21, 2012
We are in the process of developing a CRM application and for that we need to upload *.doc and *.docx files and display that contents.
We successfully uploaded the *.doc and *.docx files in application by using FileReference and FileReferenceList. Would you please tell me some idea to read the contents from *.doc and *.docx files and to display the uploaded file content into flex text area.
View 1 Replies
Jun 2, 2011
I have a flex (flash builder 4) application with a rich text editor control. I am storing this rich text output in a database via zend amf <--> php.
Now I want to display the first part of that text in a data grid. To do so it seems it might be easiest to get the plain text version.
I am hoping I can somehow convert it to plain text in PHP before I pass it back to flex?
View 1 Replies
Feb 13, 2003
I import my text from a external text file, my text is in html but i have to use a (& n b s p ; ) space to make sure that a part of my text will not drop down on the following line.The (& nbsp; ) code is not understood by flash and make all the following text desappeared.
View 5 Replies
Jun 18, 2009
I am using Flash CS3 and Actionscript 2.0.
I have a TextField component that has some text added during the movie. This textfield has html set to true. The text that I am passing to it has html tags.
I want to copy the plain text that is displayed during the movie from the textfield to the clipboard without the html tags.
View 1 Replies
Dec 5, 2011
I have an external HTML atI want it loaded into Flash as plaint text so I parse it manually.Seems simple enough, but I can't find anything online.
View 8 Replies
Feb 9, 2010
Is there a way to extract plain text from a PDF file using ActionScript?
View 1 Replies
Sep 29, 2010
is it possible to create a plain text file with AS3 or AIR?
example: i would like to create a plain text file named "MyTextFile.txt", have it contain text that reads "This is my text file." and save it to my desktop.
another option would be to have the file already exist in a directory, so i would only have to rewrite its contents - assuming that would be easier.
all of which should happen as a background process, without any save dialoge panel appearing.
View 3 Replies
Jul 30, 2009
I've been playing with an xml feed for a semi-useful class (which I'll post when it's done)....but I've run into a small problem.The XML feed doesn't send me HTML content, it only sends text. So a node that should read.Url...So I need to work out some way of recreating these links from a text only feed. Before I give myself a headache and attempt to create a class that searches each line of text for "http://" and then searches for the next space in the text, does anyone know if this has already been done? Is there a class out there that can look at normal text and convert bits that are web addresses into links? If not, can anyone think of a more efficient way to do it than searching the text for "http://" and then looking for the next space?
View 7 Replies
Jul 31, 2009
I've been playing with an xml feed to read some useful information from a site but I've run into a small problem.
The XML feed doesn't send me HTML content, it only sends text. So a node that should read [code]...
View 3 Replies
Aug 12, 2010
i am a beginner in as3 and i want to import arabic text in flash cs5 using Text Layout Framework but the text in the result not look write what i do wrong this is the program
1.jpg
thes is as3 code
2.jpg
the result
[code]....
View 2 Replies
Sep 13, 2009
When I try to load text from XML into a text field any leading line breaks or spaces are ignored. For example:
Code:
<text> some text</text>
The preceding loads into the text field without the leading spaces before "some text". How can I force the spaces to appear?
View 2 Replies
Sep 25, 2009
I have a Flash movie that loads variables from an external plain text file, that a client updates themselves (from a web site which generates the file). A problem occurred when they used an ampersand symbol in the text field. Is there a way around this? I haven't seen a way to escape it that works.
View 4 Replies
Apr 20, 2011
i have created a plain text files loads from an external file. I am facing one problem which is the text does not load unless someone select the button. I will like the text to show as soon as someone enters the page
//Plain text files loads from an external file
var textLoader:URLLoader;function loadStory(evt:MouseEvent):void{
textLoader = new URLLoader();
[code]....
View 7 Replies
Jan 4, 2011
I have a very simple flash program code in AS3, inside this program there is a dynamic textfield html capable. Also i have a database were i will put some information.Each element in the database can be linked to other. For example, this database will contain tourist spots, and they can be related with others in the same database.This interesting spot is near <link to="ramdo2">ramdom place2</link>. And so, so so..The information in the database is retrived by the flash application and it shows the text on the dynamic textfield. I need somehow to tell my flash application that have to be a link to other part of the database, so when the user click the link a function in flash call this new data.The database is a simple Mysql server, and the data is not yet in there, waiting for your suggestions of how to format it and develop the solution.Im a php developer too, so i can make a gateway in PHP to read the MySQL and then retrive some format to flash, an XML for example.
View 3 Replies
Mar 10, 2010
For a company I made a website in flash. Everything seems to work fine except the mailform. Infact the mailform does his job but the message's I receive look like this:
First name: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="13" COLOR="#000000" LETTERSPACING="0" KERNING="0">Nick</FONT></P></TEXTFORMAT>
Email: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="13" COLOR="#000000" .....
View 9 Replies
Feb 10, 2011
i have created plain text field and managed to load it from external file using the AS3 code below. Now i want to load multiple text field but this time in a button, how can i do that?
this is my button code: proposal_btn
var textLoader:URLLoader = new URLLoader();
textLoader.addEventListener(Event.COMPLETE, textLoaded);
[code].....
View 2 Replies
Jan 8, 2011
First I'd like to make it clear that I haven't started developing anything yet. This is just a "potential roadblock" that I'm tossing around in my mind. This is not time-critical, and knowing me, I may not even get around to finishing it anyway. Still, it's a problem that must be solved.Let's say you have a class which converts BBCode to AS3-friendly html and displays that formatted text in an AS3 TextField.If the user selects a region of the formatted text (which gives a "selectionBeginIndex" and "selectionEndIndex"), how would one efficiently "map" that selection back to the BBCode? Since any BBCode within the text may offset the selection indexes.
View 1 Replies
Mar 2, 2010
I have embedded the video in flash in .mov format. Now I am looking for video streaming technique in flash.
View 2 Replies
Sep 27, 2010
when we place flash files in our websites, it OFF-COURSE requires flash player on client machines, and prompts to install flash player..is there some php code using which i can check weather there is flash player on the client machine and if not then instead of placingembedding a flash file i place an images over there...cuz in my specific case flash is not that much important... it is just for cosmetics, an animation... which i can replace by a gif or a simple jpeg doesnot matter...
View 3 Replies
Oct 22, 2010
Am currently working on a tool created by a colleague of mine and would like to improve performance. Basically, it's a tool for drawing on screen and uses a combination of Sprites and the Graphics class to draw a line segment every time the mouse is moved when the mouse button is down. Here is the drawing bit:
// on MouseMove
protected function drawLine(e:MouseEvent):void {
if (currentTool.thickness > 0){
//pen
var line:Sprite = new Sprite();
line.graphics.lineStyle(currentTool.thickness, currentColour);
[Code] .....
As you can see, it checks if the line 'thickness' property and draws if it is and erases if it isn't. I did think of using a technique similar to blotting here where it'd draw to a bitmap but I'm not sure this'd give the performance boost I want or if, indeed, there would be any way to have an eraser function. The drawing itself works nicely - this isn't the problem, it's the performance of the subsequent 'drawn' sprites.
View 3 Replies
Aug 20, 2009
How to play two 2 swf files by looping technique in Flash in a browserI have a webpage designed where in i am playing a swf file in the page with some text animation. Currently one swf file is playing on my web browser, But i want to have another swf file and loop it with the current swf file and play out on the browser. Is there any looping technique in Flash on this?
View 3 Replies
Feb 26, 2011
I am making a visual timer using a preloader technique where you create a 100 frame animation and some simple math calculations and gotoAndPlay. I've got it working, but once it starts up, it wont play the frames. Just sits there for a second before the timer hits the first tick, then it goes on fine.
Code:
Select allvar seconds_timer:Timer = new Timer(1000); //One Second Delay.
seconds_timer.addEventListener(TimerEvent.TIMER, notifier);
function notifier(event:TimerEvent):void {
var seconds:Number = (seconds_timer.currentCount);
var percent:Number = Math.floor((seconds*100)/speed);
[Code] .....
The speed var is a number that the user sets in the XML config file... I am using this for a slideshow on a client's website. I have a suspicion that the issue is with how I reset the timer and start it again. Is there a better way restart the timer?
View 1 Replies
Dec 24, 2003
i want to know how do i make multiple images fade using same technique
View 3 Replies
Jun 11, 2009
Would like to find out what are the techniques people are using for pre loading multiple dynamic content for example using Loader.load()I understand if i just had one Loader.load() then I can listen to it with contentLoaderInfo.addEventListener(Event.COMPLETE, callback)But when I have multiple Loaders, what technique is used for ensuring all the content is loaded before playing the swf?Currently I use an counter such a that on each Event.COMPLETE from different Loaders, I increment that counter until I have register all the COMPLETE events. But I think this is certainly not a good method?
View 6 Replies
May 4, 2010
What would be a great idea is the same export technique that Flash CS5 has for iPhone but for Windows Phone 7 Series too.
View 3 Replies
Jan 24, 2012
I was trying to observe how some of the top browser game makers are implementing the asset management and also study their animation techniques. So I was trying to crack my browsers cache and share-object paths to peep into the assets.What I have noticed is that all the files are hashed or encrypted with unreadable names and all of them have .sol extension example somethingbigandunredable.png.sol or somethinglesebigandhugtring. swf.sol and so on.I thought they are just suffixed with .sol and just removed the .sol and tried to open the png but its neither showing the previw nor opening in the browser. Same with the swf file.So I was wondering if there is any way to peep into their assets. I am aware of swf decompiler tool (currently using) which can extract only the unecrypted swfs.
View 1 Replies
Dec 24, 2003
i want to know how do i make multiple images fade using same technique
View 3 Replies