ActionScript 2.0 :: Flash - Make A Swf Talk To Another Swf On A Webpage
Aug 31, 2006
I am trying to make a swf talk to another swf on a web page, i.e. to separate flash pieces would be able to pass information back and forth to each other on a page. I have some thoughts on how this might work, but I am curious if anyone has done this before, and or what you would think the best way off achieving this would be. Haven't found much about this topic on the web...
my initial thought would be to have flash update something like an xml file via a webservice, then have the other piece constantly look for a change in information, but that seems forced.
View 4 Replies
Similar Posts:
Aug 5, 2010
Need to make a character start to talk when the sound starts and stop talk when the sound stops so I'm using this:
[Code]...
View 2 Replies
Jan 9, 2009
I have a Parent.swf that has 3 Child.swfs. Child1.swf, Child2.swf and Child3.swf loaded onto Loader1, Loader2 and Loader3, respectively. How can I click a button on the Child2.swf and have it affect Child3.swf? I have alread searched a bit on these forums and found some code. I can put
[Code]....
View 2 Replies
Feb 3, 2012
I haven't scripted in AS3 is a while and can't remember having these issues. Perhaps it's because I've been using less strict languages like lua, ruby/php, and java that has made this difficult to get back into.
I am trying to make classes talk to each other and am using folders in an attempt to make things a bit easier for me to track.I have a document class in the base folder known as Main and right now one other class located in com/Game/ known as NewGame.as
Now the issues I am having is basically the Main.as sets up the stage. Puts on the starting buttons, interface, etc. The NewGame.as is called from the Main when the NEWGAME button is clicked. I have gotten that working properly, a few hang ups on error 1061.
[Code]...
View 6 Replies
Dec 4, 2009
if i embed 2 separated swf files in a html, how can i make them talk with each other? does it use javascript?
View 3 Replies
Feb 16, 2010
Is there a way to embed a .swf file in a webpage and provide a way to make it fullscreen? I'm creating these files with Adobe Captivate, which doesn't seem to provide a way to publish in other usable formats (.avi files are too big, and no .flv is available, to which there seem to have some players around that allow fullscreen).
If there's a way to convert .swf to some other "embedable" format,
View 3 Replies
Mar 15, 2009
i want to make my home with sliding windows like this website.[URL]
View 2 Replies
Jun 2, 2009
I know how to make a webpage pop up out of flash that links to a certain site or whatever...
But can you put the HTML inside flash itself, so all the source is contained in the flash, and when you open the webpage, it will be generated as stored in flash?
View 2 Replies
Apr 27, 2010
I need to know (fairly soon), how to make the .swf file i have linked into a page open in flash player, not an explorer window.
View 2 Replies
Nov 19, 2010
How can I make my flash Webpage displayed same size on any screen resolution of my computer? Whether it is 1024 X 768 or 1280 X 960 screen resolution, the size of Webpage (Flash Webpage) should always be same so that user don't need to use horizantal scroll bar to view all the content.
And secondly, how can I scroll my webpage vertical on moving with my mouse like in the following link: The below link also shows that it's webpage size is always same on any screen resolution.[url]...
View 1 Replies
Jan 2, 2012
What is the simplest way to make QWebView recognize and properly load Flash on the web page?
View 1 Replies
Feb 9, 2010
I have a very simple flash program that plays music. It consists of a play pause button and a timer that shows the current position of the song. I'm trying to make it possible to pause or play the song using a regular form button.
[Code]...
When I click the button, Firefox's error console says "Flash is null" What am I doing wrong?
View 4 Replies
Feb 2, 2011
I guess flash can talk to web services, but can one use Flash/Flex in web pages to post back to MVC Controllers (other than via javascript)?
View 1 Replies
Feb 4, 2011
I am working on a chatting app that makes use of flash sockets. I don't want to code the entire interface in flash, so I was hoping to just use flash to talk to the socketserver and call js to modify the dom.
View 2 Replies
Oct 29, 2009
I was wondering how to accomplish this. I have a .swf embedded into an html file with html links on the top. Within the .swf file I have a continue button that takes the user through all the frames. Is it possible to include some kind of code so that when they reach the end of the .swf the "next" link will become initiated and take the user to the next .html page. I am working with captivate is this feature in captivate? If anyone could point me in the right direction or share some wisdom it would really make my day
View 1 Replies
May 8, 2009
I'm trying to have two flash menus talk to one another via ExternalInterface, but for whatever reason the javascript function isn't being called.
I have two menus, topMenu and tabMenu. The idea is for clicking on one to, among other things, send a message to the other.
[Code]...
Obviously I haven't put the code in for two-way communication, but I want to get this working. As of now, clicking the button on topBit does absolutely nothing. No errors from Firebug, and the alert doesn't come up, so goBetween() isn't being called.
View 2 Replies
May 5, 2004
I was just wondering if anyone out there has had any luck trying to get a flash app to talk to either a visual basic or c++ application? I need to build a player [flash embeded into the vb or c++ application] that when the user say, pushes a button, calls a function or action from within the app. Any Idea How would I go about this?
View 1 Replies
Sep 15, 2004
On my site, i have 3 different Flash Files. Each playing a different part .eg text, content,menu. (because of the design, i can't have just 1 file, plus i want 3 seperate ones~!!!)Now what i want to try and do, is have the MENU(swf1) target a scene or frame in the CONTENT flash file(swf2)So that when you click on about us button, it will target (eg.) frame 3 of SWF2, which contains that information!!ANd also have the MENU(SWF1) be able to also target frames in TEXT(SWF3)Bassically im guesisng its passing variables to and from multiple movie clips!i have no where to start.
View 1 Replies
Sep 16, 2010
My client is in Flash/Flex (game with chat) and it will be talking to a Java server. What is the best way (protocol / interface) for my Flash client to talk to my server? I heard about Flash Remoting MX, but it is a request / response mechanism. I could always request something and wait for asynchronous notifications from server. Then request again, implementing something like a Comet server.Anyways, what is the industry standard for this type of communication: Flash Client talking to Java server, supporting asynchronous "push" notifications from server.
View 4 Replies
Mar 21, 2001
How do you make a whole flash movie a url link once embedded into the webpage?
View 3 Replies
Sep 20, 2009
On the creative pro website [URL].. they have a block at the top with images that change. It is titled 'today on creative pro' Does anyone know how they created it? Was it with Flash?
View 3 Replies
Feb 8, 2011
Other than using HTML, how to make the swf appear in the center of the webpage?
View 2 Replies
May 11, 2009
I have a webpage that I have a video linked to play when a user clicks on it - simple enough. With flv (v9 and below) videos, I have no issues serving it up to the user and them viewing it - with a f4v file this is a different animal, nothing happens, the web page player sits there spinning like it is going to do something and never does, like it cannot read or understand the video file.
how to make f4v videos play in a web page? My flv's are working fine, but cannot seem to get the better compressed f4v's to work right. I do not have DW CS4 or I would have tried to see how the code worked there. I created these videos in Premier Pro and exported via the Adobe Encoder in CS4. The video is beautiful for the same size and quality compared to the hazy flv's, so I really want to use the f4v's, I just cannot seem to get it to work.
View 7 Replies
Jun 26, 2011
I have a question, i have created my website and I publish the settings to swf-file and html-file and when I open the html file my website is to the left. But I want my website to be in center of the screen, can anyone tell my how to center the flash file?
View 3 Replies
Dec 17, 2009
I want to implement something similar to MAC OS X Time Machine in terms of having time-line on the page side and then clicking on a specific day will pull a page from the server.
I have good experience with Ruby on Rails. I'm less experienced with GUI design and was wondering what in your opinion is the optimum way to do something like that. Couple of ideas came to mind:
- Use Adobe Flex (or maybe Silverlight?)
- Use JQuery (or similar JavaScript library)
- Use something like Objective JavaScript
View 1 Replies
Jun 30, 2010
I've done a search and found out about LocalConnections but I don't seem to be able to apply them to my issue.
I have two separate SWF files that appear on the same web page. Both are simple animations and all I want is when the first has finished playing for the second to start, and them when that has completed restart the first one again (and so on...).
I'm also guessing that in order for this to work I'll need some code in the first SWF to detect that the second has finished loading otherwise nothing will happen when the first SWF reaches the end.
View 5 Replies
Nov 29, 2010
How can I make my Web Page stay In the center of my browser? When I bring it up in my browser it is all the way to the left is there a way to do this?
View 2 Replies
May 24, 2011
I am trying to make a simple button that opens a webpage.This error comes up and I don't know where I'm going wrong...
1061: Call to a possibly undefined method addEventListener through a reference with static type Class.
(it says it's line 6 which I have highlighted in red)
<<my actionscript code is below>>
import flash.events.MouseEvent;var getPage:URLRequest = new URLRequest("http://www.google.com");
//---B Button---\
[code]....
View 5 Replies
Mar 21, 2008
I'm trying to make a rotating menu for a sushi webpage, and I've almost got the coding for it solid. But I've run into a few bumps in the road. If I click on the arrows fast the rotation gets really screwed up, if I change from left to right, or right to left right away the animation screws up.And also the rotation messes up on the left arrows rotation (clockwise). Anyway, here is the code, I'm also uploading the .fla with just the menu.(This goes on the first frame before the animation)
Code:
var resting = TRUE;
var Rotation_Sushi = 1;
///////// Right Arrow[code].....
View 2 Replies
Apr 2, 2009
When working in flash I can control size of my web like so (and other alignments):some_background.width = stage.stageWidth;some_background.height = stage.stageHeight;And with resize and fullscreen functions web is always going to populate size of a flash window.And lets say I make 1280x1024 web, when I publish it, it is going to be that size in a browser window.But how do I make it fir browser windows completely whatever the size of it?
View 7 Replies