Get Data From JQuery/Html In Adobe Air 2.5?

Mar 10, 2011

is it possible to get any information/text from JQuery Alert or a simple textbox (per ID)?

My Problem: I took a picture in Air 2.5, save it to my disk, load a locale HTML file with the new picture and JQuery detects faces on it. Then I place the coordinates of the face into the html box or show it in an alert box. How is it possible to get these coordinates from HTML/JQuery? Facedetection with JQuery needs 1-2seconds in the browser.

PS: I want to do this without php. only air, flash, HTML or JQuery or another Plugin (without an extra server/apache).

View 1 Replies


Similar Posts:


Jquery :: Any Gui Visual Editor That Use Javascript/jquery For Creating Animations Like Adobe Flash?

Jan 10, 2012

I am a web designer and I do like to hand code using jquery however, I think it would be much faster to use gui applications like flash to create animations especially on the fly as well as support for writing and editing source code.

View 1 Replies

Jquery :: Html - Display Alternate Content When Flash Is Not Installed With Jquery.swfobject

Jun 2, 2010

How can I display alternate HTML with the jquery.swfobject plugin for browsers without Flash? I'm unable to find any documentation or examples showing how to do this.

Here is a snippet of my code:

<script type="text/javascript" language="Javascript" src="jquery.1.4.2.js"></script>
<script type="text/javascript" language="Javascript"

[Code]....

View 2 Replies

Jquery :: Ajax - White Screen Of Death Jquery Load() Html File With Swf?

Apr 19, 2011

I've looked high and low for an answer to this and I'm hoping someone has an answer, or at least a tip on how to avoid it.I'm loading a static HTML file into a container via the jQuery load() method. This static HTML file has a script which loads a swf. When I load that particular file, I get the white screen of death (WSOD) and the page explodes and everyone in the room dies a horrible death.I've had this happen also when using the jQuery wrap methods (wrap, wrapOuter, etc.) when a swf is present.It seems manipulating the DOM with a container that has a swf object causes this. Does anyone have a solution or a way that I can prevent it happening?

View 1 Replies

Jquery :: Get Jquery Working From An Externally Loaded Html Inside A Div?

May 3, 2011

I'm setting up a page that uses a flash menu to load html pages into a div container by the following call:

on (release){
getURL("javascript:getPage('test.html')");
}

The loading works fine, but some of my pages had specific jquery scripts and that's where I've struck out so far. I assumed all I needed to do was transfer the script importations, css stylesheets and the jquery functions to my main document, but it won't work.

I also tried importing the html as a the complete html, which works on it's own, but not when imported into the main document. Most recently I heard I should try shifting the jquery function calls to the end of the loaded document, to after the content, My scripts work, just not when imported, so I suppose my question is how can I make the main- and imported documents play nice with each other? What say you we make this a jump-start tutorial for all us noobs to reference?

View 2 Replies

Jquery - Streaming WAV Files In Adobe Air?

Jun 28, 2011

I am writing a basic Air app where one of the features is the ability to stream voicemail off of a local PBX.The voicemails are saved in WAV format and due to outside factors this cannot be changed. According to the Air docs there is no support for the audio tag because the flash player is built in, however, the flash player doesn't support wav files.

Was this just a large oversight on Adobe's part or am I missing something obvious here?

View 2 Replies

JQuery :: Maintaining Adobe Air Desktop Application With XML Document

Jan 31, 2010

I am going to be utilizing a flash/jquery powered gallery on a webpage that is maintained and updated with an xml document. The xml data is used to add and sort images into a grid of small thumbnail images. i will customize this component so that when the user rolls over a thumbnail it will trigger jquery to replace a div using hide/show. My employer would like to try to create an adobe air desktop widget that will mirror the content of this gallery so that as entries are added to the site users can access the content automatically via the desktop. I was thinking there may be a way to utilize the same xml document to maintain the app as well as the gallery. As there is a fairly tight turn around on this project, i was wondering if anyone could confirm that adobe air apps can be maintained in this way, or how to approach this particular client request.

View 1 Replies

Jquery :: Linking SWF And HTML?

Mar 19, 2012

I have a flash animation of a glowing orb.Orb should always be dark, but should glow when i hover over menu items.SWF file is written using actionscript3.And menu looks something like this

<ul class ="menu">
<li class="menuitem">menu1</li>
<li class="menuitem">menu2</li>
<li class="menuitem">menu3</li>
<li class="menuitem">menu4</li>
</ul>

I want my orb to glow whenever i hover over menuitem class. Should I link with jQ or should I create another SWF file for the menu and then link them together (if so, how do I do that).

View 1 Replies

Flash :: Add It To An Html Page To Use With Jquery?

Apr 30, 2010

Is there a method in Jquery to add a flash movie easily?

View 1 Replies

ActionScript 1/2 :: Play Video On A Html With Jquery?

Dec 21, 2011

I have a php/sql database that has thumb nails and videos in swf format and flv. On my html page I have an swf player. I have echoed the thumbnails and have the url of the videos. How can I get the video url playing on the player after a person clicks the thumbnail with out xml. Just by passing the url to the player.
 
I have hand some sucess with xml passing but this can`t work in this aspect. So I have been investigating jquery and other alternatives.

View 40 Replies

Jquery :: Port From Flash / Flex To HTML?

Apr 24, 2011

I have a very complex social networking system built using the Adobe Flex SDK. Since we are experiencing certain performance issues, I want to move it to a "light-weight" platform, the backend is PHP so its just the UI.

What are my other options if I don't want to use Silverlight ?

I was told I could use AJAX/jQuery, which I am not familiar with - are there any GUI designers available ?What kind of GUI designer can I use to design my UI ?

View 2 Replies

C# :: Way To Develop A Html/jquery Seating Application?

Oct 19, 2011

The administrative portion is where our super users can either define a location as a numbers of rows, with a number of seats in each ( ie a cinema/concert lokale). The other option they have should be a much more flexible "seating" arrangement. Here we want the superuser to be able to upload an image and then draw places (ie a camping place). The user portion is either a simple page with all the rows of seats drawn or a view of the image with the drawn places overlaid. The user should then be able to choose a number of "tickets" and select places. For the fixed map, we want the tickets to be sticky (ie if you choose 3, they should be seated besides each other if possible?

View 3 Replies

Flash :: Html - Play Sound Using JQuery

Nov 6, 2011

I'll explain my scenario. I want to play a small sound at certain situation, so I would prefer initiating the play via jQuery. Also, I wish to make a toggle button for the sound. So, the user could turn ON/OFF the sound. So, I'm thinking about creating the toggle button and function for playing the sound inside the Flash. But I don't how to call this function (that I have written in Actionscript, which will start playing the sound) via jQuery ! Do you have some ideas ? I haven't done creating the Flash document, but bookmarked some tutorials and will start playing with it soon. :) The reason for choosing Flash is that it would be crossbrowser compatible.

View 1 Replies

Jquery :: Html - Datepicker Hidden Behind Flash Banner

Apr 7, 2011

I have a textbox on asp.net webform, which shows the jQuery datepicker on click. There is also a flash banner on my page.

My problem is that the datepicker is appears hidden behind the flash banner, and I need it to appear on top of the banner.

View 3 Replies

Jquery :: Show And Hide HTML Before Flash Inserting?

Apr 20, 2011

the thing i'm searching for my site is something that can show, and after 10 seconds, hide some html.Exactly is for a games site. I want to show ads during 10 seconds, and after this time, load the .SWF file of the game.During 10 seconds i want to show the window of the ad in the center of the field where later the game will be displayed. It's like a 700x500px window.One of the problems is that the ad window maybe 300x200px and i want to put it in the center. It's like i want to make a scene of 10 seconds with tha ad showing like the game is loading.I beg you to answer in a begginer level, i'm not expert in scripts, just know some html, that's why i'm a bit overwhelmed with the info i found in the net.

View 1 Replies

Jquery - Read Out Selected Text On HTML Page?

Dec 12, 2011

I want a feature in my site so that the user has the option of selecting a text on the page and pressing a button to listen to what is selected.

View 1 Replies

Html - Jquery Not Working In Flash On IE 6 And Chrome Browsers?

Feb 14, 2012

HTML Structure

<div class="dinz-slider-film trigger-vid">
<object width="480" height="340" class="vid-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="FlashID" style="visibility: visible;">
<param value="sites/all/themes/subtheme/images/test.swf" name="movie">
<param value="high" name="quality">

[Code]...

View 1 Replies

Jquery :: Accept HTML-formatted Text Through Flex Textarea?

Jun 11, 2011

I've been experimenting with MXML- and spark-textarea (and richtexteditor)when I copied some formatted texts like Test tes1 from MS Word 2007 and paste them inside the flash textarea , the formattings are gone (I only receive the plain texts)But when I do the same to the Jwysiwyg (a jquery wysiwyg text editor), the formatting doesn't disppear.Is there a way to make flash textareas receive formatted texts without destroying the formattings?

View 1 Replies

JQuery :: Any Way To Do Flex Style Data Bindings?

Jul 13, 2009

Several new UI/Query frameworks allow you to "bind" UI elements to data structures. When data in the structure is updated, the change propagates to the UI element, automatically. Some examples of this include the [Bindable] tag in Adobe Flex, and the "Bindable LINQ" extension for .NET .

View 3 Replies

Html :: Flex - Adobe TLF And HTML?

Sep 8, 2010

What is the best way to convert a tlf markup to HTML? I want only standar HTML without the old font tag. I think I saw a utility created by someone for this, but I can remember where it is.

View 1 Replies

Html :: Data In A String Make Clickable Html Link Flex?

Jul 1, 2011

I have a scenario that I get an string with html data, this is not just html data it's an email (outlook) saved as an html file and dropped in the string.Now this string needs to be formatted to an html document and should be a clickable link in a datagrid. So when I click on the link, the HTML document should pop-up and should gave me a nice HTML page that is readable for the normal users. I hope it's a bit clear what I want o_0. don't know where to start.

View 3 Replies

Jquery :: Flash - Pros And Cons To Use Jquery SWF Plugin Over Original Swfobject?

Mar 12, 2010

I'm alreadu using jquery library on site.What are pros and cons to use jQuery SWFObject plugin over origional swfobject

jQuery SWFObject plugin

http:[url].....

View 3 Replies

Jquery :: Resize A Flash Object Via JQuery Onload Of Page?

Jun 24, 2010

I'm using the HTML5 JW Player. It sizes the HTML5 video correctly, but shrinks the Flash fallback player; here's an example page: Test Page

If you view that page in IE, you'll notice that on panel 5, the video is smaller than the space it's supposed to occupy. On Firefox, it works fine because it's using the OGG video in its HTML5 video player.Is there a way to resize the Flash video via JavaScript/jQuery to fit the same space as the HTML5 video?

View 1 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 :: 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

Data Integration :: Load/send XML Data Via HTML Form?

Jul 26, 2006

I currently have a Flash app that gets populated by parsing data from an external XML file. However, I need to get the XML data into a (JSP) session and can't neccesarily have an external XML file--any suggestions? Can I put the XML string into a hidden input field in a form on the HTML? Can Flash communicate with that HTML? Or are one of the below methods recommended:

* FlashVars

* Flash Remoting

* Web services

* JavaScript - call JS function

* fscommand

* ExternalInterface

View 1 Replies

Javascript :: HTML Wrapper Div Over Embedded Flash Object Cannot Be "clickable" By JQuery?

May 27, 2010

I've been trying to do as the client requested : redirect to campaign page then to destination page once a customer clicks on the top banner in swf format.If you are using Firefox, Chrome or Safari, I suspect you can reach the destination page.However, if you are using IE or Opera, I doubt it.I think to cause of such a weird problem is:The swf ojbects don't have a link to url, SO I have to hack the theme template file like this :

<div id="header">';
/*
* A quick and dirty way to put some swf into PHP, and rotate among them ...

[code].....

View 2 Replies

Jquery :: Play And Stop Flash From JQuery?

Jun 28, 2011

Is there any way to play, stop or gotoAndPlay(anyframe) from JQuery?

View 2 Replies

Actionscript :: Parse Html In Adobe Air

Jan 10, 2010

I am trying to load and parse html in adobe air. The main purpose being to extract title, meta tags and links. I have been trying the HTMLLoader but I get all sort of errors, mainly javascript uncaught exceptions.I also tried to load the html content directly (using URLLoader) and push the text into HTMLLoader (using loadString(...)) but got the same error. Last resort was to try and load the text into xml and then use E4X queries or xpath, no luck there cause the html is not well formed.Is there simple and reliable (air/action script) DOM component there (I do not need to display the page and headless mode will do)?Is there any library to convert (crappy) html into well formed xml so I can use xpath/E4X.

View 2 Replies

Javascript :: Use HTML Dom In Adobe Flex?

Sep 12, 2010

Can you use Html DOM in adobe flex to...

1) write/Auto fill in a form?

2) Read values in label? Textboxes? And use them in your program?

View 2 Replies







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