Hi, I have a text input field that is submitted to a Coldfusion page for processing. The data is sent, but it's wrapped in a bunch of url encoded HTML...
Jimbo / Mike Thank you for sharing your solutions. I will give these a try and see if I can get them to work. Jason ... jumped in and ... you could ... show...
Hello Masters I am newbye with Flash, I just got a task therefore a simple question that is burning my head. When I open up my html in Firefox the Flash ...
Hi Carlos, When you open an html page in IE that contains a flash movie, IE treats the flash movie as an ActiveX component. So, it is disabled by default. Then...
This might help: http://www.adobe.com/devnet/activecontent/ http://www.adobe.com/devnet/flash/articles/swfobject.html If you want to know the "why" of it,...
There is a javascript (ieupdate) that you can code immediately following the Flash embedment, that as long as you have the javascript file in your root ...
Thanks for the solution but I could not make it work here is the code with your suggestion: first attempt, after I switched the js line to be after </object>...
You might want to try using SWFObject. It is a really handy way to embed Flash in web pages so that you don't have to click on it to "activate" it in IE. And...
Thanks to a helpful email from a group member, this problem has been solved. I'll post what was suggested for anyone else that needs this information in the...
Hi All, Was there some download from IE7 or 6 in the last month or two, that all of a sudden renders SWFobject null (so to speak), and only allows the...
Art, I've heard that Flash player has become corrupt after the last IE7 update, I don't know the truth to that. You might try reinstalling flash player and see...
I use SWFObject extensively and I've had no one mention to me that any of the places I've used it have had problems recently. I also have not had any issues...
Hey thanks all. I suspect I had a couple of clients turn js (scripting off) in their security settings in IE. What else can it be? What was happening is only...
I'm a newbie to Flash and actionscript. I have Adobe Flash CS3 and I'm trying to run multiple photos in one spot. Each photo is seen for five seconds. I want...
Yes use your timeline and stay out action script where possible. ... From: Joshua B. Good To: FLASHmacromedia@yahoogroups.com Sent: Wednesday, April 16, 2008...
Hello, My boss wants me to create a banner ad that will track mouse movements (not necessarily over the banner) so that when there is a sharp motion of the...
Hey all. I'm working with a template that's been heavily modified and was wondering how to add reflections of the dynamic content? As you can see in the link...
I learned how to do this using Lee Brimelow's 3D Carousel tutorials. Check out gotoandlearn.com and filter for AS2.0 tutes. That tutorial should show you how...
Yes action script can screw up with the simple bad placement of a comma. To achieve the results you seemto want to achieve I would just use the time line. I...
I have done an animated reflection effect in scene 5 of this movie: http://www.danielattila.com/SavingsKey.html Nothing is dynamically loaded, so it was easier...
I am a rather new user of Ulead VideoStudio 11 Plus. Use it to create .mpg files (352x240) which I then convert to Flash using Macromedia Flash 8 Video...
Lenny, Many thanks for answering in some detail how I can make the flash files play in sequence. I was hoping to literally combine them, much as I insert clips...
I am trying to pass a variable from one Flash movie to another using ActionScript 2.0. I have successfully written an AS 2.0 action that looks like this. on...
Well, you have passed the variable to the html instead of the swf. To pass it through to the swf you will need something else, perhaps javascript or some...
This looks okay, except for the first print line. You are going to generate output that reads like this: abcmyVar=abc when what you want is simply myVar=abc& ...
Can you please tell me what I am doing wrong here. Scene 1 contains Map of the US, each state is a button. Click on a state button and it takes you to a movie...
Debra, You say that the state button take you to a movieclip. If that is the case, then the actionscript you have pasted below is scoped to that movieclip. ...
Hi Becky, Your suggestion worked the way I have it set up, and I thank you very much!! Debbie ... the case, ... movieclip. ... 1'. ... loaded ... what would ...