Search the web
Sign In
New User? Sign Up
FLASHmacromedia · Moderated Flash discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 59422 - 59451 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59422
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...
triple_play25
Offline Send Email
Apr 3, 2008
5:35 pm
59423
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...
jaechen
Offline Send Email
Apr 4, 2008
7:40 pm
59424
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 ...
computerscarlos
Offline Send Email
Apr 5, 2008
10:18 pm
59425
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...
Mahmoud Abd El-Fattah
mahmoud_onli...
Offline Send Email
Apr 5, 2008
10:32 pm
59426
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,...
Muzak
muzakdeezign
Offline Send Email
Apr 5, 2008
11:51 pm
59427
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 ...
dub
dubs217
Offline Send Email
Apr 6, 2008
9:29 am
59428
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>...
Carlos Ferrandis
computerscarlos
Offline Send Email
Apr 7, 2008
7:15 pm
59429
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...
Mike Hudak
hudey123
Offline Send Email
Apr 7, 2008
7:59 pm
59430
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...
triple_play25
Offline Send Email
Apr 8, 2008
5:24 pm
59431
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 hansen
new_dreamer2004
Offline Send Email
Apr 10, 2008
8:07 pm
59432
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...
Bob Boisvert
twingirls1999
Offline Send Email
Apr 10, 2008
10:24 pm
59433
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...
Mike Hudak
hudey123
Offline Send Email
Apr 10, 2008
10:53 pm
59434
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...
arthans
new_dreamer2004
Offline Send Email
Apr 11, 2008
1:09 pm
59435
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...
Joshua B. Good
joshuabgood1
Offline Send Email
Apr 16, 2008
5:34 pm
59436
Yes use your timeline and stay out action script where possible. ... From: Joshua B. Good To: FLASHmacromedia@yahoogroups.com Sent: Wednesday, April 16, 2008...
Dave Ladd
huttonville
Offline Send Email
Apr 16, 2008
7:20 pm
59437
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...
Joe Koomen
joekoomen
Offline Send Email
Apr 17, 2008
3:52 pm
59438
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...
Alex Campuzano
koonsalex
Offline Send Email
Apr 18, 2008
3:05 pm
59439
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...
Mike Hudak
hudey123
Offline Send Email
Apr 18, 2008
4:48 pm
59440
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...
Dave Ladd
huttonville
Offline Send Email
Apr 18, 2008
6:53 pm
59441
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...
powershrimp
Offline Send Email
Apr 18, 2008
6:53 pm
59442
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...
Dag Forssell
dagforssell
Offline Send Email
Apr 21, 2008
10:53 pm
59443
From: FLASHmacromedia@yahoogroups.com [mailto:FLASHmacromedia@yahoogroups.com] On Behalf Of Dag Forssell Sent: Sunday, April 20, 2008 12:29 PM To:...
Lenny Davila
mathius1
Online Now Send Email
Apr 22, 2008
11:05 pm
59444
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...
Dag Forssell
dagforssell
Offline Send Email
Apr 23, 2008
1:50 am
59445
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...
Tom Maugham
njtom06
Offline Send Email
Apr 24, 2008
1:43 am
59446
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...
Becky Kinney
beckykanokinney
Offline Send Email
Apr 24, 2008
2:07 am
59447
I am trying to pass a variable from one PHP to Swf using ActionScript 2.0. I have successfully written an AS 2.0 action that looks like this. ...
avdhesh_maheshwari
avdhesh_mahe...
Online Now Send Email
Apr 24, 2008
1:56 pm
59448
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& ...
Becky Kinney
beckykanokinney
Offline Send Email
Apr 24, 2008
2:24 pm
59449
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_croft
Offline Send Email
Apr 24, 2008
3:38 pm
59450
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. ...
Becky Kinney
beckykanokinney
Offline Send Email
Apr 24, 2008
4:24 pm
59451
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 ...
debra_croft
Offline Send Email
Apr 24, 2008
4:46 pm
Messages 59422 - 59451 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help