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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 58049 - 58078 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
58049
Good-day everyone, I feel silly asking this question but how to you have an external .flv Flash movie file repeat itself automatically without any visual...
James Brooks
islandofhidd...
Offline Send Email
Oct 1, 2006
2:21 pm
58050
Basically I have a mailing list already setup in HTML that i'm cuurently using and I wanna use the same mailing list in my flash prject. The code creates the...
Logic
logicunleashed
Offline Send Email
Oct 1, 2006
2:21 pm
58051
... Thank you RuneImp! The script worked fine now. Buddy [Non-text portions of this message have been removed]...
Buddy Yusuf
buddymink
Offline Send Email
Oct 1, 2006
2:27 pm
58052
... Thanks Helen - I missed that piece of code where it's trying to display so_tester.swf. I've got that corrected now. Here is the zipped .fla file: ...
Diane
dkjwebs
Offline Send Email
Oct 1, 2006
2:35 pm
58053
What are you using to display the movie? That is, how do you go about bringing your flv into the flash player. Are you using a media component? Becky ... From:...
Becky Kinney
beckykanokinney
Offline Send Email
Oct 1, 2006
2:35 pm
58054
You can't export code into flash. You have to re-create the same functionality. I don't know how your mailer code works but most likely it is posting...
Becky Kinney
beckykanokinney
Offline Send Email
Oct 1, 2006
2:46 pm
58055
Ok, looking in the fla, I see the flvplayer is looking for DSCN1222.flv (in the same directory as the html embedding the swf, since no other path was...
Helen Triolo
hhtriolo
Offline Send Email
Oct 1, 2006
3:20 pm
58056
Hi Becky, Thank you for your reply. Yes, it is a Component. I just import the .flv movie file into my library, drag it to my stage and it plays wonderfully,...
James Brooks
islandofhidd...
Offline Send Email
Oct 1, 2006
4:02 pm
58057
... website, I ... Thanks for spotting that error - I had forgotten to upload the flv file!! However, once I did, it's still not working. Evidently I am just...
Diane
dkjwebs
Offline Send Email
Oct 1, 2006
4:15 pm
58058
Non-actionscript: 1. Modify>Create Symbol - create a new movieclip 2. Open this new movieclip from the library 3. CTRL+R to import an FLV 4. Choose embed...
John Grden
neoriley
Offline Send Email
Oct 1, 2006
4:18 pm
58059
Does the video play when you test it locally (with Control, Test Movie in Flash)?...
Helen Triolo
hhtriolo
Offline Send Email
Oct 1, 2006
4:24 pm
58060
so stop, play, etc only affects the timeline? (i always put stop, play, etc at the end of whatever code cause i was never sure if it affected just the timeline...
nothing is cool
sarah_ashwell
Offline Send Email
Oct 1, 2006
5:23 pm
58061
Hi John! Thank you very much for replying to my 2nd posting. That is exactly what I need to do, loop (repeat) the external .flv movie file. It is much, much...
James Brooks
islandofhidd...
Offline Send Email
Oct 1, 2006
5:41 pm
58062
... Yes, the video will play inside of Flash just fine. It will also play in Dreamweaver on the html page just fine. Diane...
Diane
dkjwebs
Offline Send Email
Oct 1, 2006
5:43 pm
58063
Right. stop() directls the player to stop the timeline at that frame. It is best to put your stop() action at the top of your code. It does not prevent the...
Becky Kinney
beckykanokinney
Offline Send Email
Oct 1, 2006
5:46 pm
58064
I just grabbed the flv from your site, published your fla and uploaded the swf, html and flv to my site and the video runs fine there (except the controls...
Helen Triolo
hhtriolo
Offline Send Email
Oct 1, 2006
5:59 pm
58065
... next ... Thanks Helen - I'll contact my tech support. When I was testing the swf and the html page in DW, I had problems with the controls showing up too....
Diane
dkjwebs
Offline Send Email
Oct 1, 2006
8:36 pm
58066
... next ... That MIME type has been added, and I still can't see the video. I'm thinking that this is just WAY over my head - I didn't think creating a...
Diane
dkjwebs
Offline Send Email
Oct 1, 2006
10:13 pm
58067
Is it possible? html links target a certain area of your flash movie? please explain. thanks!...
Ade Feks
adeave1
Offline Send Email
Oct 2, 2006
6:22 am
58068
you can use flashVars to pass a variable / value to your Flash movie from HTML. Then in Flash you can use that value to do whatever you need. If you're looking...
Radley Marx
rmarx@...
Send Email
Oct 2, 2006
8:23 am
58069
Hi All; I want to ask about to make text from a text file control the flash movie actually i want to load external text that when i click on a word in this...
Doaa
clavicula_nox0
Offline Send Email
Oct 2, 2006
5:29 pm
58070
Hi, I am relatively new to Flash. I am trying to create a flash portfolio for my company. I am trying to run an animation to a menu screen where the user has...
Jack
archman_93
Offline Send Email
Oct 2, 2006
5:32 pm
58071
Hi, ... loads an animated image that rotates through a series of five to six images Likew a CAROUSEL? a carousel menu style loading some photos (jpg or png)...
Ivan Diamante (GMail)
ivandiamante
Offline Send Email
Oct 2, 2006
8:04 pm
58072
Hi, Is there a way to preload a movie clip that is being linkaged - export for actionscript? So the movie clip doesn't atually exist on the stage. I use a...
Buddy Yusuf
buddymink
Offline Send Email
Oct 2, 2006
8:40 pm
58073
thanks your reply RuneImp, nothing is cool and Becky... i did what you sad... i put the below code exactly to my main.fla file... but it doesn't work... did...
eminduyum
Offline Send Email
Oct 2, 2006
10:16 pm
58074
... Hello Doaa, External text files in any format (query string, XML, INI, etc.) are all eventually made into variables of some sort in the pulling Flash ...
runeimp
Offline Send Email
Oct 2, 2006
10:19 pm
58075
... Hey Buddy, Anything in the library with Export for ActionScript checked will exists before the first frame of that movie. The only way to preload it is to...
runeimp
Offline Send Email
Oct 2, 2006
10:30 pm
58076
Well, if this code is on your main timeline, then _parent.xmlFolder will always be undefined. Maybe you are loading this main.swf into another movie? ... From:...
Becky Kinney
beckykanokinney
Offline Send Email
Oct 2, 2006
11:37 pm
58077
Hi, all, I try to make this file without any button. Play photo 1 through photo 10 with 3 seconds interval between each photo. Then loop. I try many different...
choal hwang
choalhee87@...
Send Email
Oct 3, 2006
12:12 am
58078
Good night, I have some slideshows, withntimer and photo transition effects... if you want, I cam send you one by e-mail ...
Ivan Diamante (GMail)
ivandiamante
Offline Send Email
Oct 3, 2006
12:26 am
Messages 58049 - 58078 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