ActionScript 2.0 :: Export Flash Data To Display In HTML?
Nov 17, 2009I'm doing a school project (Quiz) looking for info on how to retrieve data from a flash quiz and display it in HTML.
1) Is this possible? 2) If so How?
I'm doing a school project (Quiz) looking for info on how to retrieve data from a flash quiz and display it in HTML.
1) Is this possible? 2) If so How?
I want to display html(text) data into flash .Is there any way to do this dynamically? I am able to do this by creating an external xml file but how is it possible to do the same job without creating the external xml file using php and database?
View 3 Repliesok..so..i have a data in dynamic textbox which comes from input text box.....what i need that when i click submit button the data of dynamic text box should be displayed in html page....
View 0 RepliesI have an array collection of strings and integers (which I have displayed in a data grid) and I am wondering if it is possible to export the array collection into an html table? or even a text file for the user to download
I found some pages that had an export to .xls files but I want to stray away from that for now.
Is there any way to display flash objects which are outside the display area when flash is embeded in HTML
The reason i ask is my current project has a rotating + enlarging effect which is largely dynamic so sometimes an object may clip the edge of the stage areathis looks messy but i dont want to increase the stage area to cover the largest possible area any object could enter because most of the time the objects are at the center and small so i would end up with a lot of white space
i have attached the fla and xml file. i need to display the html embeded in the xml and display in the flash.
View 0 RepliesI'm creating a Flash game that will be placed in a Sharepoint page. Is there a way to export data from the Flash game (ex: the user's score) to a different Sharepoint page? I'd like to display the high scores of different players in Sharepoint. Note: I'm using ActionScript 2.0 So here is the sequence of events... Player completes Flash game embedded in a Sharepoint page Flash exports player's score to Sharepoint database
Second Sharepoint page displays top ten player scores from database.
Do flash 3D display engines such as Papervision allow data to be exported from the swf to a php back end and vice versa (PHP into model)? Does Unity allow for this?
If I was to build a simple 'change the colour of the model' application with a UI in a 3D package such as Papervision, could I then export the user choices to php or perhaps a javascript intermediary?
I am making a flash survey using AS3. All of the input data is stored in variables. At the end of the variables i want to export all of the variables to a Excel file. Is that possible? If not than how can i export the data? I have never exported data in flash so i have no idea what to do
View 6 RepliesI am really new to php. I have an AS3 file which records user inputted data and stores them in variables. The only thing i know how to do is how to email those variables using .php. Well I want to be able to export the data to a csv file from the flash file and later want to import it back to the flash file.
View 1 RepliesThe game will be on a school VLE (virtual learning environment) like 'Moodle'. Can you export to email? Spreasheet? Or can it only be done with php? Do not want to be spending weeks on it!
View 1 RepliesI 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]...
I wrote an app using adobe flash builder that makes an http data service call to a website.
When I build and launch the app it loads in my browser (the address in the broswer is C:Userspath omyapp.html) and works perfectly. However, when I upload the app to my website or even launch it from outside the project build directory, the HTTP service call fails with the popup
Security error accessing url
Destination: DefaultHTTP
Of course I googled this error and realized it may have something to do with a 'crossdomain.xml' in my web root directory. I tried this and it continued to fail.
Below was my crossite domain file
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="www.my_domain_for_http_service.com" />
</cross-domain-policy>
I'm using the free trial version of Adobe flash builder, but I do not see anything indicating that this has to do with the error.
Data from http service call is in xml format.
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.
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 RepliesFrom Pro Adobe flash can I export an animation's data? like the x and y coordinates and rotation values for individual images in a sequence
View 1 RepliesThis is the edit to my question. There is quite a bit of code here, but the problem area is below the second set of three line comments. I stuck the rest in just in case I'm completely wrong about where the problem is. With the "if" statement I can display fine in a run, but not in debug. If I get rid of the conditional it runs fine in debug, but not in a regular run. These errors only occur on the first run of the quiz. In either mode it runs fine fi I take a second quiz.
// ** this function is called from another component that passes in the array of qnums
// ** and then function clears data from previous quizzes. Component starts in the
// ** "loadingState **//
[code].....
I've attached 2 screenshots. The first shows the flash stage at its default size - as you can see my font is all distorted and weird looking but when you zoom in (image 2) it's exactly like it should be. What would make it look like this when the stage hasn't been zoomed out or anything, it's just from pressing cmd and enter from flash?
View 8 Replieshow can I display my flash video, behind the tags on top of the page ?
[URL]
I'm using SWFObject wrapper (cross-browser) [URL]
<div style="background-color: rgb(255, 255, 255); width: 100%;">
<object height="445" width="660" type="application/x-shockwave-flash" data="/drupal/videoPlayer/bin-debug/videoPlayer.swf?file=http://www.sanstitre.ch/drupal/sites
[Code]....
I have a flash slideshow with 2 divs overlaying it, one at the top and one at the bottom.[code]Both overlay properly in Firefox/Safari/Chrome, but nothing I try seems to make it work in IE. I'm using Remy Sharp's HTML 5 enabling script to make the HTML5 mark-up work in lower versions of IE.What's funny is that the second div, #intro overlays correctly, but #top-menu always appears behind the` slideshow.All 3 elements are absolutely positioned with z-indexes explicitly set. No matter how high or low I set them the flash object is always in front of the #top-menu element.I have checked the rendered <param> tags and one of them lists wmode as transparent.The flash object is dynamically inserted with php through a CMS, so I have no access to the <embed> tag that many have suggested adding the transparent attribute to.
View 1 RepliesAny method of displaying an external HTML file inside flash...???
or
Displaying basic HTML formatted text inside flashmovie??
I have created a textArea element but cannot display my HTML content. If I just display regular text it works or if I change the textArea element to a RichEditableText element it works fine. Since this is for a mobile app I would prefer to use the textArea element as recommended by Adobe.Here is the MXML code for the textArea. All I get is the border and no content displayed.
<s:TextArea id="myHelp" editable="false" width="100%" height="100%">
<s:textFlow>
<s:TextFlow>[code]..........
I am trying to load simple html text from xml using AS3 in flash. Here is my sample xml tag.[code]...
View 7 RepliesI am trying to display a html based weather widget inside a flash asctinscript 2 file using CS3.
View 8 RepliesI'm trying to make a legal mp3 playlist website using flash.I got the addresses to all the links of the mp3s in my directory stored as text in a mysql database.Now how do you access the links inside flash?I tried making a dynamic text field and then inputting the links as html text with html render text as html on. But they don't show up.
View 4 RepliesI am a complete rookie in ActionScript2.0/Flash.I just started learning regarding a project. My problem is I want to display data from MySQL in a DropDown Menu in Flash. the SendAndRecieve functionality only aids us to receive any responses,right?(Please correct me If I am Wrong.
View 2 Replieshow I get my button rollovers to show a hand cursor when viewing the exported file in my browser (firefox), I exported it as an HTML directly from Flash CS5 and I have the following code applied to the buttons :-
buttonsArray[i].buttonMode = true;buttonsArray[i].mouseChildren = false;buttonsArray[i].mouseEnabled = true;
So I don't really understand why it doesn't show.. I've had a look around on the internet and found the following suggestion which I haven't tried :-
buttonsArray[i].useHandCursor = true;
Is this my answer or just another lost attempt ?? BTW the buttons are movieClips within an external wrapper clip (nav.button[i])
We need to display an HTML page within a Flash executable file. We request the members of this forum to kindly guide us on how to go about it.
View 1 Replieswhat problem am i when the flash publishing on ie,it was not show all?here is my setting of publish,is it someting setting wong?
View 3 Repliesso apparently with the new update in IE8, it starts up with NO add-ons. Since I cannot program a code to turn on add-ons in a browser, I need to show a message when this occurs. Much like an image has alternative text in the event the image doesn't load...how can I add a message that states:
You are using Internet Explorer 8+ and need to turn on your add-ins like FLASH Player. This site is optimized for Mozilla Firefox or Google Chrome.