.net :: Retrieving Image From Db In Flash?
Jul 5, 2011
So basically, I need to find a way to retrieve the image url that is stored in a database, and I need to do it through asp.net if possible (I want to avoid XML if I can). I'm an actionscript 3 newbie so I don't know what calls I might use to connect to the .net page, but I am able to retrieve the data through SQL to the .net page.
View 2 Replies
Similar Posts:
Nov 15, 2011
I just want to ask sometihng on how to show the image inside the movieclip by pulling the image name inside the xml file. this is my xml file.
[Code]....
View 3 Replies
Jun 8, 2010
i'm trying to access the width and height of an image that is added to the stage via a custom LoadImage class. the trace results are 0 even though the image displays correctly.
//frame script
var image:LoadImage = new LoadImage("myImage.jpeg");
addChild(image);
[Code]....
View 2 Replies
Mar 23, 2011
I'm developing a flex application that displays a list of images along with some metadataThe images are less than 500kb. They are stored in the database as base64 encoded stringsretrieved using PHP, send over to flex as XML (which creates a fairly large XML output file)Now my problem is that, while I can display upto 2-3 images easily, anything more than 3 or sometimes 2 images will cause the images to be corrupt. Sometimes the whole app fails.I am guessing this is due to the large size of the generated XML. I know I am doing something wrong here. I want to know what is the proper method for storing/retrieving a lot of images in a flex application.
View 2 Replies
Jun 12, 2007
Edit: By value i mean a number that is in my xml file.This is probably a very simple problem, but i've been working with this problem a few days now. I really suck at Actionscript, thats probably why.Well, I want to retrieve a value from a xml file and put it into a variable outside the onLoad function. Somehow i can trace movieIds inside the onLoad function but not outside it.Here is the code:
var playlist_xml = new XML();
playlist_xml.ignoreWhite = true;
playlist_xml.onLoad = function(success) {
[code]......
View 7 Replies
Oct 25, 2010
This all is for a Highscoretable in flash. I'm trying to set up a function to retrieve variables from a PHP echo. The echo reads like this:
[Code]....
View 3 Replies
Jan 24, 2011
how to load array variables from a mySQL database using PHP and Flash.(I don't know much about PHP and mySQL, that's being handled by another person for the project I'm working on with him.)My code compiles, however when I enter the url that the php is located at [URL] and press the but to retrieve the variables, I get this error:
Code:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at loaders::Retreuvak/loadvars()[C:UsersuserDocumentsflash est_filesloadersRetreuvak.as:33]
at Load_test_main/doIt()[C:UsersuserDocumentsflash est_filesLoad_test_main.as:30]
I've looked it up and apparently it's most commonly received when someone is trying to reference a movieclip that hasn't been loaded or added to the display yet, however since I'm not even using movieclips.
View 3 Replies
Jul 9, 2009
when I retrieve/load data from php (mysql) to flash everything works fine but retrieving the following address...it gets cut off when the "&" appears.. Here is the example link:
[URL]
It gets CUT OFF when the & appears.
I have checked only on php and the link that is retreaving from mysql echos it just fine...the problem is when i load the link into flash from php... im using the following syntax on flash:
Code:
shimmyUrl.push(event.target.data["url_"+e]);
View 2 Replies
Jun 1, 2009
I have a page, written in php that recives and ID value for Album information stored in an XML file. The XML File contains a links to "Samples": I'm trying to get my flash file to "retrive" the data (the ID value) from the php page (the flash file will be embedded), and make a list of samples that can be played. A sorta of an Audioplayer. I already know how to retrive XML data, but the retrival of the ID value from the PHP is a puzzle for me...
View 5 Replies
Dec 23, 2010
What I'm trying to do, is to get weather informations from a flash animation on a web page. I'd like to convert those informations into data for statistical purposes.
View 4 Replies
Mar 23, 2012
Declare: private static const USERNAME:String = "twitter_username";private static const URL:String =
"http://testserver.x10.mx/test/proxy.php?url=";
private static const REQUEST:String = URL + USERNAME; [code]...
View 2 Replies
Jun 11, 2011
I am downloading a flash video with Perl. Is there a way to interact with the flash video like retrieving variables from the flash video, like you can do in C#?
For instance, in C# you can put a Shockwave Flash Object on a form and then you can do GetVariable/SetVariable on that object. I don't want to/don't care if I can see the video, I just want something like the Get/SetVariable of the C# Shockwave Flash object.
View 1 Replies
Jul 9, 2009
when I retrieve/load data from php (mysql) to flash everything works fine but retrieving the following address...it gets cut off when the "&"appears. [code]It gets CUT OFF when the & appears.I have checked only on php and the link that is retreaving from mysql echos it just fine...the problem is when i load the link into flash from php.im using the following syntax on flash:[code]
View 9 Replies
Sep 8, 2008
I am working on a flash movie for a client and I have not used flash much before at all. I have the object/embed code here below with the following src path sos.swf?wID=5. I need that wID so when I load certain variables from a php page later on in the movie I can access that persons information (wID correspons to the primary table key).
HTML Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL]" WIDTH="383" HEIGHT="180" id="myMovieName">
<PARAM NAME=movie VALUE="sos.swf?wID=5">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
[Code] .....
I have tried several things and I am not sure just how to access the flash URL variables. To make sure I am putting the action script in the right place I have only one layer, and when I click on that, I enter the actionscript in the actionscript window for that layer. Is that the correct place to put it? I am pretty sure it is but I just want to double check. The variables.text at the bottom are my dynamic text boxes that are displaying information from the sos.php file. Nothing is showing up in my movie and I am unaware of good debugging techniques for actionscript. I have tried to trace(widgetID); but nothing shows up in my movie. I am not sure if that is because of the image I have on the screen or what.
By the way here is the part in my php script that sends the variables over. They do have data in them but nothing is being displayed in the dynamic text boxes.
PHP Code:
$vars = "&firstname=".$name."&years=".$totalYears."&months=".$totalMonths."&days=".$totalDays."&minutes=".$totalMinutes."&meals=".$var_meals."&meetings=".$var_meetings."&movies=".$var_movies;echo $vars;
View 6 Replies
Jan 8, 2010
I've recently encountered a problem whilst coding when trying to upload local files to flash. With Flash Player 10 you can use the following code to load local files into flash.
[code]...
This is not available in Flash Player 9 which is causing me issues as I only have a copy of CS3. All I need to do is retrieve a local jpg from the users computer and temporarily display it in my flash application. So to clarify, uploading to the server isn't required unless this is the only way to do this with Flash Player 9?
View 1 Replies
Mar 26, 2012
[code]Im using flash to output the results i got from proxy.php. Problem is my flash will output all the twitter status in English only. If the status is written by another language, it will output a blank status.Any way to get chinese/korean/japanese or any other languages?My textbox is using Arial font.When i trace(xml); it didn show me those characters too.[code]
View 12 Replies
Jan 13, 2010
I've recently encountered a problem whilst coding when trying to upload local files to flash. With Flash Player 10 you can use the following code to load local files into flash.
FileReference.load();
This is not available in Flash Player 9 which is causing me issues as I only have a copy of CS3. All I need to do is retrieve a local jpg from the users computer and temporarily display it in my flash application. So to clarify, uploading to the server isn't required unless this is the only way to do this with Flash Player 9?
View 2 Replies
Jul 5, 2011
is it possible to retrieve all children of a certain type from a parent in actionscript 3? i only see getChildAt,getChildByName, is there a getchild of a certain type like get all childs of object type:Food?
View 2 Replies
Feb 8, 2006
My basic need is the ability to show a flash video only once per browser session without using Server-side technologies to track the session.
I originally tried using Shared Objects and they work well, but I could not figure out how to make them expire when the browser session ended. I could set a date variable in the Shared Objects and play the video again if the current date was more than an hour (or 30 minutes or whatever) past the previous play time, but I would rather have the shared object "expire" when the browser session ended.
Cookies could provide this functionality, but I have been having trouble retrieving Javascript based cookies in Flash (using getURL and document.cookie). If you do not set an expiration on Javascript cookies, they will expire when the browser session ends.
Here's the code I have been trying to get working for Javascript cookies in Flash:
ActionScript Code:
function GetCookie(cookieName) {
js = "javascript:function gc(){";
js += "var s = '" + cookieName + "=';";
[Code]....
The SetCookie function works, but the GetCookie function is always returning an empty sting.
View 9 Replies
Mar 1, 2010
I'm building a Twitter search application in Flash and have encountered a security error when retrieving a user's information using the following...
[URL]
I noticed a crossdomain.xml file returned with the above.
This works
[URL]
View 1 Replies
Oct 4, 2011
I have this little piece of code to retrieve data from a local SQLite database (to an AIR app):
import flash.filesystem.File;
import flash.data.SQLConnection;
import flash.data.SQLStatement;
[Code]....
It is only a "proof of concept" piece of code and it "lives" in the first frame of the timeline of the Flash IDE. What happens? When I compile my SWF (AIR for iPhone), I get this error:
SQLError: 'Error #3115: SQL Error.', details:'no such table: 'background'', operation:'execute', detailID:'2013'
I created a basic db with a Firefox extension (SQLiteManager). What can cause this error? The table exists!
View 1 Replies
Sep 10, 2009
I have been trying to experiment with Flash's support for multilanguage documents. However, whatever locale I set in Regional and Language Options on Windows XP the swf file always assumes an "en" locale. I simplified the document down to:import flash.system.Capabilities;trace(flash.system.Capabilities.language);And this also always gives "en".I read somewhere (not in Adobe's documentation!) that Capabilities.language gives the language of the Flash player. Is this correct? If so, is there anyway of retrieving the locale that is set in Regional and Language Options?
View 4 Replies
Sep 29, 2008
I'm trying to retrieve values that are embedded in the object tag on the HTML page. Is this possible? I've been trying to find how to do this, but all hits point out to how to embed flash in HTML and rarely do I find on which tells me how to retrieve data from HTML into flash.
Example:
Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
[Code].....
How can I simply trace the value in flash??? Just for now, all I want to know is if I make a dynamic text box in flash, can it display the name of the .swf by reading the param?
View 4 Replies
Jul 13, 2010
I am curious if this is an okay implementation of the Array.filter() method.
[Code]...
I was not able to figure out an implementation of the callback function for the filter() method, where the callback was outside of the getGallery() function. I wonder if there is a way to get the isGallery function outside of the getGallery scope?
View 1 Replies
Mar 27, 2012
What I am trying to accomplish is two simple analogue world clocks (which I had already done using Jquery) but IE has turned out to be the biggest nightmare to get this working correctly in - so I am trying a different avenue.
I have written a small script to retrieve server times which is below:
var ldr:URLLoader = new URLLoader()
ldr.load(new URLRequest("http://chronos.csr.net"))
ldr.addEventListener(Event.COMPLETE, onLoaded)
function onLoaded(evt:Event){
[Code].....
do take into account DST as this was a slight pitfall I had even with JS (would have worked it out eventually but time is not on my side - excuse the pun).
View 1 Replies
May 19, 2009
What I'd like it to do is find out what key was last pressed and then based on which key it was, go to a specific frame of guy_mc. So basically if the left key was the last key press I want it to go to frame "Left", if right key was the last, go to frame "Right," etc. I'm completely lost on this one and every tutorial I come across is based in AS2 which has much simpler methods than AS3.
Code:
//listen for guy_mc to see if all keys are up
guy_mc.addEventListener(Event.ENTER_FRAME, allKeys);
//if all keys are up...
[code]....
View 1 Replies
Jun 19, 2009
I have an array variable called ball[#], which value starts at 0 and is incremented up to 8. I also have a corresponding array variable called _ballPlaced which returns true or false if a ball is placed in a target zone. What I would like to do is retrieve the array value variable from the ball[#] at any time. For instance, the ball[#] variable can be clicked and dragged, so when it's selected it becomes the event.target. E.g. How can I put the array value of the ball[0] in the ball _ballPlaced array.
ActionScript Code:event.target._ballPlaced[/* retrieve vale of ball[0] array i.e. 0 and put it in here */]
View 1 Replies
Feb 6, 2007
How do I go about retreiving the attribute value in the following XML script. In this case "atl" in the first child?
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<hotels>
<prop id="atl">
[Code]....
View 1 Replies
Feb 27, 2009
I'm using multiple timers in a script, but I would like to use the same function with a Switch to define the appropriate action corresponding to the event.target. I've tried e.target.name but it says that name isn't a property of the Timer class... how can I retrieve the names (timer or timer2) within the onTimer function?
Code:
var timer:Timer = new Timer(3000);
var timer2:Timer = new Timer(3500);
timer.addEventListener(TimerEvent.TIMER, onTimer);
[Code].....
View 1 Replies
Mar 16, 2009
I have a input box in which what is typed is returned in a text field on the same page.I've created the variable inputTxt to hold the typed text and added the following code to the submit button, which works fine.
function onClick(event:MouseEvent):void
{
inputTxt = name_txt.text;
username_txt.text = "Welcome " + inputTXt + "! ";
};
I'm not sure on the code needed to retrieve the typed data on a later slide.
View 1 Replies