Data Integration :: JPEG Retrieval And Display?

Dec 21, 2006

I'm designing a website aiming to provide visual coverage of surfing locations across the UK through the use of webcam images. Each of the images themselves will be retrieved externally,with permission, from various hotels over-looking these locations.I have spoken to someone who has completed a similar project,a widget which retrieves and displays webcam images, which can be viewed here:

View 2 Replies


Similar Posts:


Data Integration :: Convert Swf To Jpeg?

May 15, 2006

I've made an animation where the user has to draw something,from there i want the user to save his/her animation to a jpeg file...

View 2 Replies

Data Integration :: How To Delete A File Like A Jpeg

Mar 26, 2007

I am building an application in flash that speaks to a database using PHP. I know you can remove rows from a database in PHP using a DELETE in the SQL statement. Does anyone know how to delete a file like a jpeg?, I would press a button in flash it would then call some PHP script, does anyone know the PHP to remove a file?

View 1 Replies

Data Integration :: Access Image Metadata In A Jpeg?

Feb 13, 2009

An image, like a jpeg, has a bunch of metadata stored in it.The "IPTC Core" metadata usually includes the photographers name,address, title, description, etc.Is there any way to access this information using Flash so that, say, captions for images in a flash gallery could be generated automatically?

View 1 Replies

Data Integration :: Viewing Motion JPEG (MJPEG) Streams Directly From IP / Network Cameras

Jul 19, 2006

I'm looking to build an app for viewing motion JPEG (MJPEG) streams directly from IP/Network cameras. Does anyone know where I can find useful information on this or even if it's possible at all?

View 1 Replies

Flash :: Data Integration - Get Image Data From Php And Also Display

May 23, 2011

I want to get image data from php and also display in flash. I want to know... how to read and display imagejpeg( $imgData ); from php. I am able to get php data in flash through below method...

[Code]...

View 3 Replies

Professional :: Cross Domain Retrieval Of Xml Data?

Jan 12, 2010

Question: How do I create the ability to load a xml file from another domain?
 
For example, I am creating an embeddable video player that will play on the domain which the xml file resides and also embedded on other sites. I am to the point where the video player completely works on the domain that the xml file resides and when I embed it on another domain, the .flv plays but the xml data will not pull.
 
FYI, I have complete access to the domain where the xml file resides.
 
Here are some snippets of security settings that I have been trying to get to work:
 
Code from Player:
System.security.loadPolicyFile(domain + "data/crossdomain.xml");
Code from "data/crossdomain.xml":
<?xml version="1.0"?>

[Code].....

View 2 Replies

Data Integration :: XML Data Doesn't Display?

May 21, 2007

I'm trying to deploy flash e-learning with dynamic content on a content management server. The xml will not display, no matter how many different approaches I take. So I need a method of encapsulating lots of text within Flash and referencing it from say, an actionscript window.

I seems that referecing any outside content, be it an external actionscript file or text file is out, so I'm left with the option of encapsulation.

View 1 Replies

Data Integration :: Why The Text Won't Display In The TextArea

May 12, 2007

Ok, so I've read up on the TextArea class in Livedocs, and i've been looking at XML explanations and their implementation into Flash for about a week. I've tried this EXACT code on another Flash document, except on the main stage instead of embedded inside of a
separate movie clip, and it worked perfectly. Can anyone explain why the text won't display in the TextArea? Does it have something to do with it being inside of a movieclip and that being placed on the Main Stage? (By the way, proxy.xml is just a copy of the xml produced by my CFM proxy for easier usage, in case you were wondering.

View 2 Replies

Data Integration :: Display The Text Vertical

Apr 5, 2007

I am using an xml file to display text in a flash file. It works fine when it?s horizontal but I need to display the text vertical, the screens that will be playing the flash will be rotated 90 degrees so that they are in portrait view. When I do this the text does not display at all.

View 2 Replies

Data Integration :: Display An Images From Database

May 9, 2008

Is there a tutorial somewhere that tells/shows how to display an image from a db. I have my image paths in a mysql db and I am using php to display my other text fields. I just haven't been able to get my images to show. Below is the code that I am using so far. Here is my actual goal, I am trying to have a flash document the has a list in the datagrid that is connected to a mysql db. I have successfully done this. When a user clicks on a product in the datagrid it populates the details below the grid and I have done so successfully. What I now need is to show a picture of the product in the details section. I would also like to see how to show different images for different vendors, each vendor has its own image size, so if I put just one image placeholder then some of the images will be scewed. I need something that shows image in placeholder 1 if company=1, show image in placeholder 2 if company=2, etc.

View 1 Replies

Data Integration :: XML Feed Won't Display When SWF Is On Webserver.?

Apr 10, 2009

I've been building an XML feed reader, here's the code I'm using:

var myXML:XML;var myLoader:URLLoader = new URLLoader();
 myLoader.load(new [code]....

It works fine and loads the XML inside the flash authoring environment (ie when i preview with crtl+enter), or when I make an executable projector, but when I try to run the SWF by double-clicking, or when the SWF is on the webserver, the text box doesn't display the data...

View 5 Replies

Data Integration :: Load Links Into Xml File And Display?

Apr 9, 2009

I'm trying to display web links loaded dynamically through a XML file.
 
I've achieved to display text and I'd like to display a specifical link to each part.
 
Here is the AS2 code :
  
my_xml = new XML();
my_xml.load("news.xml");
my_xml.onLoad = my_function;

[Code]....

View 2 Replies

Data Integration :: Getting XML Data To Display?

May 12, 2008

I'm having a slight problem getting XML data to read out in dynamic text files. I'm doing a pretty small experiment here. The XML file loads fine. I just must be making some small error in how I assign the value of the text fields to the values in the XML file. Can anyone please tell me my error? I am using Flash CS3 and ActionScript 3.

[Code]...

View 2 Replies

Actionscript 3 :: Game Development - Embed External Data Files For Run-time Retrieval?

Jul 30, 2011

I'm writing a Flash game where the game levels are saved in small plain-text files, which I want to embed in the swf file. My current solution has a distinct code smell in its repetition, and I'm certain that there is a better way. My code is basically: In a LevelLoader class, embed all the levels

[Embed( source="levels/1.dat", mimeType="application/octet-stream" )]
protected var level1:Class;
[Embed( source="levels/2.dat", mimeType="application/octet-stream" )][code].......

There are a couple of problems with this approach: I have to add a line for embedding each level. Optimally, all files in a folder would be automatically embedded.A level can't be "prepared" from a string. I'd like to be able to pass LevelLoader a level number or level name as a string.I think that all strings are stored in memory rather than on disk.How could I program this "correctly"?

View 1 Replies

Flash :: Data Integration - SQL / PHP And Display The Information In A DataGrid Component

Feb 21, 2008

I have an SQL database setup which contains Herbal Information such as CommonName, LatinName, MedicalUse etc, and need to display the information in a Flash DataGrid Component. I also have the corresponding PHP script to connect, retrieve, add and delete items from the database. Although I am familiar with Flash in a design sense I have limited experience using Action Scripts and am unable to complete the connection myself.

View 2 Replies

Data Integration :: Display Arabic Text In ScrollPane Component?

Apr 22, 2008

I have RSS reader it's work fine with english but the problem is arabic text don't display in RSS reader just english and about to display arabic text in ScrollPane component that component reader info from xml file and display it?

View 1 Replies

Flash :: Data Integration - MySQL - PHP - Display A Full Recordset

Jul 29, 2006

I need to display a full recordset (say a table or a select from a table, returning many rows, not a single one) in a Flash doc, but I'm clueless. BTW, I read in other messages about amfphp which seems to be a good choice, but I can't use it on the Web Server (got no choice here).

View 2 Replies

Data Integration :: Parse And Display The Value For Variable VALUE In Xml To The Screen But Read From The File Continuously?

Jan 25, 2007

I need to parse and display the value for variable VALUE in xml to the screen but read from the file continuously instead of
once. The XML file is being created dynamically so its getting larger but flash only displays first value for variabel VALUE.

View 5 Replies

Data Integration :: Display Text In A Dynamic Text Field, Using The XmlConnector?

Sep 1, 2007

I have a text inside a xml file and i would like to display this text in a dynamic text field, using the xmlConnector.The files are at the following address:[url]............

View 1 Replies

Flash :: Data Integration - Huluesque Video Integration

Jan 1, 2010

I have a video player that is currently using XML for its video library which is all fine and dandy. Now I have some developers working on a CMS type page in PHP that is going to hopefully pass some sort of information to my player that will let it know where the video is stored on our server. Is there a way to do this without using FMS? If so does anyone have ideas where I can find the information for it.

View 2 Replies

Data Integration :: XML Integration In Flash?

Nov 12, 2007

I'd like to create one empty Flash movie that is essentially a placeholder for externally loaded content I can change through XML. This content would just be able to randomly load 1 of 3 photos, with a button linking to a website within each of the photos on page load. If the user refreshes the page, a new photo with it's link would appear, but I understand since it's random,having 3 images the same image is likely to reappear, but I can always add additional photos and links.

Does anyone know of a tutorial that might lead me on the correct path to create this? I've found some tuts, but they've been different than my need.

View 2 Replies

Data Integration :: Flash And FTP Integration?

Feb 1, 2007

We want to be able to upload over 100+ files (if needed) to a server along with desc + keywords. I see that Flash 8 has the neccessary tools to handle file uploading, but my question is, can we have it act as a Stand alone FTP program so that we can utilize the fastest user upload, or will we be confined to the settings in the server INI settings.IE MAX_UPLOAD_TIME,MAX_FILESIZE, etc. If possible we want to avoid using the HTTP upload as it is noticeably slower. So if we can use flash to utilize user BW to upload, then that would be ideal.

View 1 Replies

Data Integration :: MySQL Data Into Dynamic Text Field Without Escape Sequence

May 23, 2007

I got a music portfolio web site running PHP, MySQL and Flash. There's a page showing all the artists my client worked for and when you click on a song title, this title is passed as a variable to a PHP page then to a Flash page. The Flash page contains an actionscript music player which then looks for the right audio file in the database and plays the song. Everything works great except for the dynamic text field which displays the song title. If the song title contains an apostrophe or a single quote, the Flash dynamic text field then shows the apostrophe.[code]

View 1 Replies

Data Integration :: Store The Data Text In Access Databases Using Flash Form?

May 4, 2007

How to store the data text in Access databases using flash form and to search into the database. It is possible to work without server because I don't want to put this flash file on the net. how to make databases and to connect with flash and to have possibility to search the database, but to work database in the local computer.

View 1 Replies

Data Integration :: Enable Data Management If Passing An Extra Variable To PHP Script?

May 7, 2010

Im trying to use dynamic SQL tables on my PHP server so I need to pass the table name to the PHP script.  I don't understand why the Data Management system that sets up CRUD won't allow this extra parameter.  It says it can only have one input: item. I can get all records, but when I try to create, update, or delete I get an error.
 
Or is there another way I can pass the tablename variable to the php file before I call any functions?

View 3 Replies

Data Integration :: Use Flash To Dynamically Load XML Data Via A FlashVars Call In The HTML?

Jul 18, 2007

Im new to placing external data into Flash. I just got CS3 and Im trying to use Flash to dynamically load XML data via a FlashVars call in the HTML.

The problem is I have followed the very straight forward AS2 Help files for using FlashVars and URL variables.I have placed the code directly from the Help file into the Html between
<noscript> <noscript>and i keep getting undefined.I have tried saving the file as flash 8 and i am publish flash 8.

View 1 Replies

Data Integration :: Read/write Data To And From Access With Flash In A Offline Format?

Jun 15, 2007

Is it possible to read/write data to and from Access with Flash in a offline format? I need to create a stand alone system that users can log into and pull information from - but it will not be networked or have any sort of internet connection.

View 2 Replies

Data Integration :: Handle Double Quotes In Data Read In From External Source?

Mar 14, 2011

I'm trying to read some data in from a sql source, some of which contains double quotes embedded in the text. I know I can strip the doublequotes, but don't want to go that route if I can avoid it. I've tried replacing to double quotes with hex codes before passing the text via parameter to my flash file, but the text string always cuts off at the hex code, the same as if the double quote were present in the string. For example:This is a "text" stringreplace double quotes with hex: This is a x22textx22 stringesults when read into flash: This is a <remainder is dropped>Yet if I type the same text string in a variable in flash, the string displays the double quotes properly:

View 1 Replies

Data Integration :: Send Data From Html To Flash Action Script

May 31, 2007

I would like my flash to act differently depending on what html page it is on. Can I send information from html code to action script?

View 1 Replies







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