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...
Show off your group to the world. Share a photo of your group with us.

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 50868 - 50897 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
50868
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) { ...
mathius1
Online Now Send Email
Jan 1, 2004
9:07 pm
50869
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 ...
Seyi Adeyemi
ziggiman
Offline Send Email
Jan 2, 2004
12:11 am
50870
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...
Andy Kalin
andykalin
Offline Send Email
Jan 2, 2004
5:53 am
50871
hi, how did you load the variable for the url? osman ... From: "mathius1" <lenny@...> To: <FLASHmacromedia@yahoogroups.com> Sent: Thursday, January 01,...
Osman S. Börü...
osmanss
Offline Send Email
Jan 2, 2004
7:57 am
50872
... 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...
Trond Age Kvalo
tkvalo
Offline Send Email
Jan 2, 2004
8:16 am
50873
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...
Muzak
muzakdeezign
Offline Send Email
Jan 2, 2004
11:51 am
50874
... 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, ...
Dean Hamack
tactics2337
Offline Send Email
Jan 2, 2004
5:40 pm
50875
... 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...
Lenny Davila
mathius1
Online Now Send Email
Jan 2, 2004
5:48 pm
50876
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!...
moogbassnyc
Offline Send Email
Jan 2, 2004
6:52 pm
50877
Is there a way to load external actionscript in flash? TIA Lenny...
Lenny Davila
mathius1
Online Now Send Email
Jan 2, 2004
7:34 pm
50878
This code is working in a text file being loaded in via LoadVars: <b><u><a href="http://www.brianmays.com">Read this story in the Oklahoman's...
Brian Mays
bmayswork
Offline Send Email
Jan 2, 2004
7:39 pm
50879
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@...
Send Email
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! ...
Seyi Adeyemi
ziggiman
Offline Send Email
Jan 2, 2004
8:10 pm
50881
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...
John Grden
neoriley
Offline Send Email
Jan 2, 2004
8:51 pm
50882
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...
John Grden
neoriley
Offline Send Email
Jan 2, 2004
8:57 pm
50883
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...
John Grden
neoriley
Offline Send Email
Jan 2, 2004
8:59 pm
50884
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,...
John Grden
neoriley
Offline Send Email
Jan 2, 2004
9:03 pm
50885
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...
John Grden
neoriley
Offline Send Email
Jan 2, 2004
9:11 pm
50886
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...
moogbassnyc
Offline Send Email
Jan 2, 2004
11:04 pm
50887
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 =...
Lenny Davila
mathius1
Online Now Send Email
Jan 3, 2004
2:13 am
50888
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...
John Grden
neoriley
Offline Send Email
Jan 3, 2004
3:37 am
50889
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 ...
John Grden
neoriley
Offline Send Email
Jan 3, 2004
4:08 am
50890
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...
yebalsak
Offline Send Email
Jan 3, 2004
4:32 am
50891
... Should be: pic--; ryanm...
ryanm
ryan_mattes
Online Now Send Email
Jan 3, 2004
5:14 am
50892
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...
moogbassnyc
Offline Send Email
Jan 3, 2004
8:02 am
50893
Please see this site and send me your views regarding the same. http://www.dwarkas.com Kapil...
Kapil Wadhwa
hikapil
Offline Send Email
Jan 3, 2004
8:09 am
50894
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...
Armindo Dias
armdias
Offline Send Email
Jan 3, 2004
8:10 am
50895
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]...
Bill Conrad
waterc
Offline Send Email
Jan 3, 2004
8:10 am
50896
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...
Packi
packilog
Offline Send Email
Jan 3, 2004
8:10 am
50897
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...
arthurrep
Offline Send Email
Jan 3, 2004
8:10 am
Messages 50868 - 50897 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