-
how send data to flash?
hi,
i have a page with a html/php and a flash movie in a table, now i want change the frame position by clicking outside of the flash movie in the links of html, i have tried to send get/variables to flash when the page load but the the flash appear with the line to click and then click again for acess the buttons inside the flash and i donīt want that i have see in a site some time ago this, the flash controlled by outside but i canīt remember where i see that
any one can help?
thanks a lot for your help
-
You have to use JavaScript to send a message back to the flash application.
Look into the ExternalInterface.addCallback() method in actionscript.
sample:
ExternalInterface.addCallback("setTitle", setTitle);
Drew
-
What browser are you using?
ExternalInterface.addCallback() has some problems with FireFox.
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
-
hi,
i using ie6 and firefox 2.0
i will test this ExternalInterface.addCallback() to see if affect what i want to do
thanks
-
I have 1 app that uses this frequently and its currenty working in IE6, FF2, and FF3.
the one issue I ran into was ensuring the flash app was 100% loaded first.
-
 Originally Posted by cgishack
I have 1 app that uses this frequently and its currenty working in IE6, FF2, and FF3.
Really!!??? You should let the FireFox people know....nearly everything I read indicated issues with that brower.
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
Please use [Code]your code goes in here[/Code] tags when posting code.
Before posting your question, did you look here?
Got a question on Linux? Visit our Linux sister site.
Modifications Required For VB6 Apps To Work On Vista
Similar Threads
-
By Matrix.net in forum ASP.NET
Replies: 3
Last Post: 08-27-2006, 01:08 AM
-
By estrella in forum .NET
Replies: 0
Last Post: 07-19-2002, 04:19 PM
-
By Luis Zapata in forum Database
Replies: 1
Last Post: 05-25-2000, 12:45 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks