ActionScript 2.0 :: CS3 Dynamic Content From ASP Page

Aug 5, 2009

I am attempting to dynamically display a series of questions with answers in my flash movie from an existing ASP page. Initially, the dynamic questions imported from an ASP page appear on the Flash page (question 1, 2, 3, etc.). When the user clicks on a question, the flash movie advances a frame and displays the answer. I can display the questions properly, but I am having a difficult time carrying over the question ID to the next frame so that the appropriate answer will display.

The current database fields look like this:

-QuestionID
-Question
-AnswerID
-Answer

This is very simple to do in ASP or PHP but I am having a tough time trying to tie everything together in Flash. Should I create two separate ASP pages, one to query the questions and one to query the answers? How do I carry the QuestionID to the next frame in Flash?

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Page Flip - Dynamic Content On The Pages

Feb 8, 2004

I would like to have some dynamic content on the pages... I want to use it for a website. The problem is, when you click anywhere on the page, it reacts. I tried putting an MC over it to override it, I tried removing the Mouse listener temporarily... I'm not too advanced with AS, but I thought I'd give it a try... Well I just can't figure it out.

Is there any way that I could make it so that when the mouse is in a certain area and is clicked, the pages do not react like they should? With the dynamic content I'm going to need scrollbars and stuff and that just isn't going to work unless I can do this.

View 14 Replies

ActionScript 3.0 :: PHP And MySQL - Display Dynamic Text Fields Content Based On The Page

May 13, 2011

I'm creating a backend using flash, php and mysql. The problem i'm having is that i have 2 dynamic text fields on the stage that i want it to display their content based on the page i am. My txtTitle is showing both mysql rows together like this: Aboutabout_content=About from MySQL Here is my coding:

[Code]...

View 1 Replies

ActionScript 2.0 :: Building A Dynamic Content Page In Flash That Consists Of Using AttachMovieClip And CreateEmptyMovieClip With Coordinates To Place Photos And Objects

Oct 15, 2006

I'm building a dynamic content page in flash that consists of using attachMovieClip and createEmptyMovieClip with coordinates to place photos and objects, which are loaded from an external source and scrolling their thumbnails I've run into a problem setting the variables correctly because the scrolling thumbnails required that the thumbnails be nested inside a scrolling controller clip and that has somehow messed up my preloading and sequential text caption loading for the tumbnails.

View 4 Replies

Flash :: IE And Mozilla For Asp.net Page With Master Page And Content Page?

Jul 1, 2010

I have a master page and a child page and have placed the javascript code inside the child page for flash movie.

The problem is the movie seems working when there is a alert on, without at least one alert msg, the code does not work, I am sure you people can solve, I can see that the following code works well in both Mozilla and IE, but only if the alert is ON, if I put it off, then the code does not work. Can anybody tell me what is the workaround :

[Code]...

View 2 Replies

ActionScript 2.0 :: Changing Content On A Page Each Time A User Visits Or Refreshes The Page?

Jun 16, 2003

How do i change content on a page each time a user visits or refreshes the page? example: the icon on kirupas header changes when the page is refreshed or re loaded. I have searched using dynamic content, but didn't quite find it...I only want to change 1 image..

View 1 Replies

ActionScript 2.0 :: Change The Page / Margin Size So The Content Can Fit In The Page Without Scaling

Jun 11, 2010

I'm trying to print a mc which is bigger than the default page size. I want to change the page/margin size so the content can fit in the page without scaling. Per the API reference [URL] the page settings are readonly. How can I print something bigger than the default page size? Is it doable in AS2 or AS3?

View 2 Replies

ActionScript 2.0 :: Edit Dynamic Content And Modify The Content And Save It All Within Flash?

Oct 1, 2007

how it is possible to edit dynamic content and modify the content and save it, all within flash.I have tried some experiments in the past and have got the text to change etc which is easy but i need a way to save the content so the next time anybody sees the flash it will have the latest content until i change it again.

View 2 Replies

ActionScript 3.0 :: Content That Scrolls Off The Page?

Sep 5, 2011

I have an AS3 project where some  content had to be scrolled in a browser to be seen.The problem is that when a button is clicked where the html scroller has been used the flash frame to which it goes is in the same position ie at the bottom of the frame. Is there a way to make sure that the new frame is at the top?I have tried using

ExternalInterface.call("javascript:window.scroll(0,0)" );
and
//navigateToURL(new URLRequest("javascript:window.scroll(0,0);"), '_self');

[code]......

View 7 Replies

ActionScript 3.0 :: Read A Web Page's Content?

Jan 2, 2012

I find it on forum but I can't find what I find.I want to read a web page. I'll explain at here:We have a web pageand it has these codes in html page (<b>Welcome to here</b>)And I just want to read this link and get this code (<b>Welcome to here</b>) and write it on my flash page's screen.

View 5 Replies

ActionScript 2.0 :: Only Load 45% Before Content Page

Sep 28, 2003

I have a loading bar in the first frame of my flashfile, but when I test it on the server, it shows always loading only 45% and then goes to the content page. I wonder how to make it so that it can load 100% and then goes to the content page?[code]...

View 6 Replies

Professional :: Page Content Loading While SWF Plays?

Jul 3, 2010

If I have an HTML splash page that has a embedded SWF consisting of a preloader (for itself) at the start of its timeline, then a 5 second hold (no new Flash material), and then have a number of images on HTML page in a <div style="display:none;visiblity:hidden;">, all set with sizes of 1x1:2) Does the SWF get priority with the download, or are both the SWF and images given the same download priority?3) How would I preload (on the splash page) a second SWF that is used in the inner page?  Would I embed it as usual, but use the CSS display:none, and set the size as 1x1, as I do with images?

4) Is there a better way to preload the SWF, where the main (splash) SWF actually loops while it downloads the second swf?  Would I be loading that second SWF into the splash SWF on a different document level?  What ActionScript commands would I use for that?  loadMovieNum()?  Would I put the incoming second SWF off stage, or set its visibility to hidden?I figured I'd preload some of the interface/common graphics for the inner HTML page that the visitor is brought to after the initial Flash splash page.  Even without a preloader that would loop until all the content is loaded, I figured I could just have the splash page hold for a bit, and give the hidden <div> images a chance to load in the background.  Obviously, using that method wouldn't guarantee that all the imags load, since it's unmonitored, but would at least give them a bit of a head start

View 8 Replies

Professional :: Portion Of Page Needs To Have Random Content?

May 27, 2011

I have a page with a "Tip of the day" section.I have at present about 30 different tips.I would like to set that section up so that every time the page loads a different tip appears, in random order.

View 1 Replies

Professional :: Flash Block Out Page Content?

Sep 7, 2011

if there is a way to allow the page content to still be clickable with a flash animation the size of the webpage over it. I have a flash animation the size of my page that is a loading wave that drops to the bottom of the page after a few seconds but even though its dropped and the page content is visible.. i cannot click anything.

View 2 Replies

Flex :: Component Change To A Page With Different Content?

Aug 2, 2010

I want to create a flex web page. Basically I have some menubaritems at the top and when I click at one of the dropdowns from the menubar, the component would change to a page with different content.

View 1 Replies

Flash :: Embedded Swf File To Content Asp.net Page

Mar 6, 2011

have a swf file which content a FlvPlayback play to play targeted video. It is working OK when I run published HTML file from flash professional CS5. but when I embedded this flash to asp.net content page using object tag the move will pay but the video controls play and stop with disappear. I listed down the code I sued.

[Code]...

View 1 Replies

Flash :: Css - HTML Menu Of Page Content

Jun 17, 2011

I have a problem with a Flash object and the menu of my page. The site is on Wordpress : [URL] When I try to access to the menu, the menu content appears behind the Flash. How can I fix this? this is my code of the template section:

[Code].....

View 2 Replies

ActionScript 3.0 :: LINK - Change The Page In The Content Frame?

Jul 29, 2010

I am creating a framed website in Dreamweaver, but I made my navigation menu in Flash w/ AS 3. The frameset has two frames, one is called header and the other is called content.I want the flash menu to stay in the header frame (which it does) and I want the links to change the page in the content frame.I tried targeting the content frame in my function that changes pages, but for some reason it continues to open the new page (link) in a new window.

function newPage(e:MouseEvent):void
{
new Tween(highlight_mc,"x",Strong.easeOut,highlight_mc .x,e.currentTarget.x,12,false);[code]......

View 1 Replies

Pull The Content Via An Xml / Php Page Under My Own Domain In Order To Get Around The Flash Security?

Oct 13, 2010

find the code to pull some simple text from an external website's RSS feed into a basic text box in a Flash movie. It would need to be in AS2 to fit with the website. I understand I need to pull the content via an xml / php page under my own domain in order to get around the Flash security, but I still can't scrape together the right code for it to work.

FLash CS5
Actionscript AS2
Publishing for player 9

View 1 Replies

ActionScript 1/2 :: Add A Preloader To The Page To Load The Content Of The .txt File Before Displaying It?

Jun 16, 2009

I'm constructing a website in flash, and on each page of the website I have a dymanic text field pulling data from a .txt file for that page, (the news page has a dymanic text field called "newsText" which pulls data from "news.txt" for example) The website im working on is here: [URL] If you have a slower internet connection, whenever you click on the link to a new page, a small white square will appear in the corner before the content has fully loaded, this white square is a result of the scrollbar being disabled due to the content not being loaded yet (and thus having nothing to define wether or not it should need to scroll)

as the website grows in content this will become more and more of a problem. My actionscript ability is really limited. So whats the simplest way I can add a preloader to the page to load the content of the .txt file before displaying it?

View 4 Replies

Flash :: Performance With Swf Having Text Content While Using In Page Flip Class?

Feb 9, 2011

I have a pageflip project and have 15 swf. Some of the swf which having the image content are loading(fliping effect) too smoothly , but if the swf having text content are loading very slowly.

var ocf:Object = PageFlip.computeFlip (this.pageCorner.clone(),
this.lastFlippedCorner,
this.width/2,

[code].....

View 1 Replies

Flash :: Embeded Swf File With Its External Resources To Content Asp.net Page

Mar 8, 2011

Under Visual Studio 2010, I'm developing an asp.net application.I added a folder to my project called Flash. Under Flash folder I added a swf file with its external resources to run. The folder content:

1- ScrollingImages.swf file to lunch the flash

2- ScrollingImages.xml file that the swf file uses to read images from thumbnails folder

3-thumbnails folder which content images used by swf file. I can embed the swf file to html easily using this code:

[Code]...

View 1 Replies

ActionScript 2.0 :: Display Content Of Page From Each Icons On Left Side?

Aug 25, 2010

I have 7 icons on the left side (vertically) with two stationary phones on the right side of the movie clip and all of the icons has its own different URLs like differentiator.aspx?point=1 (2, 3, 4, 5, 6, and 7). If I click one of them, the animated phone appears on the right side, but the problem is how do I display the content of page from each icons on the left side? Its like two onClick events at the same time; one to play the "scene" and one to change the content of the page.

View 9 Replies

ActionScript 3.0 :: Load Sub-content From Another Html Or Php Page Without Browser Reload?

Apr 15, 2009

I have been trying to figure out the best way to load content into a container on an .php page which has three different .swfs already loaded - one is an mp3 player which I do not want to stop playing (this will obviously happen on a page refresh). The objective is to keep a flash menu for navigation given it's nice animation capabilities, but load page content into a container underneath. There are JavaScript files out there that work in conjunction with php (ajax) to accomplish this, but once I throw flash into the mix everything goes sideways. I know you can include js with the ExternalInterface.call function, but this only solves the js portion not the php bit.

View 1 Replies

ActionScript 3.0 :: Flash PageFlip - Dynamically Resize Content Page?

Feb 25, 2012

I have 3 issues i've not been able to figure out how to do:

1) I've not been able to dynamically resize the pages to fit the stage dimensions as it changes, the content MC gets placed into the stage with this code line

addChild(pageFlip = new PageFlip(ContentMc, stage.stageWidth / 2, stage.stageHeight));

i have also set the stage to

stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;

but i cannot figure out a way to dynamically target "ContentMc" from the document class, it either disappears or looks squashed.

2) second issue is that the "hit area" for the mouse is too wide, meaning that if you click almost half way up the page it activates which restricts the amount of usable content area for links and such, how can i reduce it to the lower corners?

3) how can i add other MCs to specific pages from the document class?

View 3 Replies

ActionScript 1/2 :: Load A .swf File Which Loads External Xml Html Content Page

Sep 28, 2011

I have a main.swf file. In first frame i load a background slideshow with this code:

[Code]...

My problem is that when the site loads the 1st time and click from the menu to go to the 2nd frame (1st content page) then i have to wait at about 3-4 seconds to load my html content. The same for the 3rd frame. If these two content pages load for the 1st time, then the pages open immediately. What can i do for this? Is there a way to open this content pages more quickly, or place a loader, and with what code?

View 3 Replies

ActionScript 2.0 :: Load An External Html Content Page Through Contents.xml File?

Sep 28, 2011

I load an external html content page through contents.xml file, in page.swf, which loads in main.swf like external file. The code of contents.xml is this:

Code:
<?xml version="1.0" encoding="utf-8"?><xml>
<content>

[Code]...

View 2 Replies

ActionScript 3.0 :: Content On Page Requires A Newer Version Of Adobe Flash Player?

Feb 21, 2010

I have built my personal webpage in Flash CS3/AS3. I did some updates today, changed some pictures and stuff. Now when I upload and replace the previous *.swf on the server, and try to load my webpage my browser displays the folowing message:

Content on this page requires a newer version of Adobe Flash Player. I tried exporting with Flas Player 8, and checked it using different bowsers too (curenntly I use the latest version of Firefox), but I get the same error when trying to relode my site. I have no more ideas what to do.

View 10 Replies

Professional :: Content On The Page Requires A Newer Version Of Adobe Flash Player?

Apr 26, 2011

I am a experiencing an issue with loading of the haeader(flash) on the site I am currently working. Each browser behaves in a similar manner while not displaying flash animated header. I tried to save it as CS3, as CS4 alows me to do so and even that does not work.Details: I am using Dreamvewaver CS4 and Flash CS4 to build this site, could there be some type of an issue with DW4?

View 1 Replies

ActionScript 2.0 :: Tween Class - Keep On An Internal Page By Just Making Each Section A Scrolling Content Box

Apr 21, 2007

i've got a fair bit of text i'm trying to keep on an internal page by just making each section a scrolling content box. So there are 3 buttons at the top, each 'scrolls' onto a new section and I would like the ability for it to scroll back too, hence using the tween class to do this. I've managed to set it up and each button goes to each 'page' fine in reading order, so to speak (1, 2, 3), but if I got to 1, 2 then back to 1 it will start from 0 on the x axis.

Basically what i'm wanting to do is set the tween from the current _x value. So if I go 1, 2, then back to one, it will take the current _x value from 2, and scroll the opposite direction back to one. I am using the following code on the buttons:

[Code]...

View 1 Replies







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