Hi there, guys. I need to recover url parameters in my movies, but to make things a little more complicated, I need to get those parameters in movies loaded...
This is an excerpt from the Flash MX Pro 2004 Help. =========================================== Description Event; notification that the playhead has reached...
aspsa
aspsa@...
Jun 1, 2004 6:36 pm
52630
The following link suggested installing Flash Video Exporter ver 1.2. http://www.macromedia.com/support/documentation/en/flash/mx2004/readme/fmxpr ...
aspsa
aspsa@...
Jun 1, 2004 8:00 pm
52631
... Change your object-code to this: <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8- 444553540000" ...
Hello, I'm going to try this again. Now I just spent a nice long time creating a flash file and I want to now add the progress bar component to the beginning...
... How are you accessing the URL parameters in the main movie? Is this JavaScript, ActionScript, FlashVars and a server-side script like PHP, etc.? Also what...
... You code indicates it requires Flash 7. In that case you should use FlashVars instead of appending the string to the movie (can cause problems depending on...
Hey! That FlashVars stuff is news for me. About the version, the client will need at least Flash 7.0 plugin to use our app, it was planned like that as the...
I wish I'd saved the references - rumors, I guess. Nothing substantiated. However, I'm glad you responded. I was interested in purchasing the product, but was...
aspsa
aspsa@...
Jun 1, 2004 11:44 pm
52640
... _root accesses the root of the current Level. _level0 specifies the root of Level 0. So either may be appropriate though _level0 should work either way as...
Hello , i am trying to get a form to work using php3. It works fine on other sites but when I put it on another server that I am using it will not send. They...
I doubt the problem is with php4. More likely something about the way the mail service is configured on the server. There is some information here about the...
Hi, if you can't access vars from loaded movies in Flash 7, you must use: SYSTEM.security.allowDomain to enable var access from loaded movies. I hope this...
Thanks Becky.....I did check with them. They said to change the file extension from php3 to php4 but it didn't work either. Any one else......(Rune).....You...
This is an example straight out of Flash Help. ============================================================ import mx.controls.Button; ...
aspsa
aspsa@...
Jun 3, 2004 4:59 am
52647
If I have an embedded flash movie on a div layer and I want to turn off that layer via a flash button, how do I communicate with the html page? How do the...
I require a FLash a slide show projector. What I would like to do is use a Flash movie with a 1024x768 pixel stage. When run it will look at a folder and then...
hi everybody, i have troubles with a double click. (the following code for this doubleclick button was created by john davey and can be found at flashkit.com.)...
Hey George, have you tried getURL("javascript:myDiv.visible=hidden"); <-- not sure that syntax is correct, but you get the point. Just make a call to a...
You need to make sure that a copy of the button component is in your library I believe. Just copy it to stage from the components list, then delete it from...
We've done some similar things on our site, but we use a 3rd party ad distributor, Ad Interax. Depending on your needs, you might look at that..for our high...
Flash by itself can not "look at a folder". If you knew the filenames of the items in the folder, you could loop through them, or if you supplied a list as a...
Well, one thought is that published on your desktop, it runs a lot smoother than on line, is that right? Because of the lag created by stretching/resizing to...
... Thanks for your response Becky. I will probably either supply a text file with the uploads, or write a small script to do it for me. ... I might have used...