I want to be able to load a URL from a text file. I have tried loading the text file that has in it: theUrl=http://mysite.com and using: on(release) { ...
I am trying to create a thumbnail gallery, and I do not understand why movieclips loaded with loadMovie cannot receive/action button-type events. In the code ...
Hi Flashers, Does anyone know if it's possible to protect Flash 5/MX .swf's from being leeched/hijacked? What I mean by this is: you are hosting your flash...
hi, how did you load the variable for the url? osman ... From: "mathius1" <lenny@...> To: <FLASHmacromedia@yahoogroups.com> Sent: Thursday, January 01,...
... Hi Dean! This is just a hip shot, but have you tried to set the MC where the image is loaded to 99% size? I have a vague feeling that I've read something...
Events attached to a movieclip are wiped out when something is loaded into that movieclip. You have to wait untill the images has fully loaded before assigning...
... It turned out that I had done everything correctly, but the file had somehow been corrupted by a bad Flash install. I opened the file on my Mac, ...
... loadVariablesNum("name.txt", 0); LoadVars.load("name.txt", 0); and I added an ampersand in the text file, now it works: &theUrl=mysite.com Thanks for the...
Greetings. Is there a way for buttons in an externally loaded SWF (loadMovieNum) to target MCs in the main SWF? I can't seem to figure it out. Thanks!...
Lenny, Yes. Use the "include" directive. For example, #include "MyActionScript.as" Note: Generally speaking, this statement is located before any other code in...
aspsa
aspsa@...
Jan 2, 2004 7:47 pm
50880
Excellent! The call to setImage() in init() is not required (and actually causes errors... it's called before img is set), but everything else works a treat! ...
Try this: <a href="http://www.acmewebworks.com" target="_blank">click here</a> The value of "target" is what needs to be in quotes. John Grden Senior Flash...
There is at publishing time: #include "as/class.BDSvideoPlayer.as" This would include an actionscript file when you publish your movie. As for runtime, you can...
Yes: If you're MC's are in the first loaded movie, then they'd be in _level0: _level0.myMC.gotoAndStop(1); John Grden Senior Flash Developer Blitz Digital...
When using _url, it will return the entire url string (IE: "http://www.acmewebworks.com/mySWF.swf"). I've just tested it and works for me. When you tested,...
Now that I think about it, I see what you mean about the URL of the SWF being what is shown, not the container HTML file. There is probably a much better...
Cool. So if I load an SWF into level 10 of the primary movie, I need to specify that the primary movie is level 0 in order to target within? Would that be...
I have a file that loads a slide show image by using: loadMovie("images/image"+pic+".jpg", "_root.square"); The "next" button has the script: next.onPress =...
I think you're mixing your levels and _roots, and that's fine if you're into herbal extracts, but for Flash, it's confusing ;) _root is specific to the movie...
First, to set "Pic", just do this: Pic--; // subtracts 1 from the expression. As for the rest of it, I can't tell what you're doing with "i" and "z" and I ...
hello guys, i'm new in this group, i kind of know something about flash, but i been trying to figure out how to make a swf that automaticaly take pictures from...
John, Thanks for clearing that up. Let me just make sure that I've got this down: I have a "primary" SWF in level 0. I would like to load another SWF on top...
Hi. First of all, i want to say hello to all, as i'm new to this group. I'm having problems using system.useCodepage in Flash. I want to show Portuguese...
How can you tell if a request is from a legitimate visitor or someone hijacking your content? ... -- [Non-text portions of this message have been removed]...
Hi to all I am new to this group and I want to ask one simple question about action scripting. Wich it's the best way to learn the scripting, I mean the best...
I hope someone can help me. I started using Flash only two days ago... Problem: I made some buttons in my animation, in the first frame, on a separate layer...