-
1. Re: Have Flash video not autoPlay
kglad Jun 4, 2010 12:41 PM (in response to BearHNC)if you're using an flvplayback component, assign its autoPlay property to false.
-
2. Re: Have Flash video not autoPlay
BearHNC Jun 4, 2010 1:15 PM (in response to kglad)How would that be written? I have never needed to set properties onto a video and I am not very good at setting proper code syntax. I put in "false.autoPlay"; however, I think it didn't work because there is no event. By putting "false.autoPlay" in the code it made the video not appear (which makes sense), would it be something like:
on(load){
false.autoPlay;
}
?
Sorry for the confusion, I am a designer not a developer.
-
3. Re: Have Flash video not autoPlay
kglad Jun 4, 2010 2:03 PM (in response to BearHNC)click on your component to select it. in the component inspector or parameters panel find the autoPlay property and assign false.
-
4. Re: Have Flash video not autoPlay
BearHNC Jun 4, 2010 2:09 PM (in response to kglad)Thank you very much, I way over complicated that.
-
5. Re: Have Flash video not autoPlay
kglad Jun 4, 2010 2:10 PM (in response to BearHNC)you're welcome.
-
6. Re: Have Flash video not autoPlay
evergreensab Jun 4, 2010 2:44 PM (in response to kglad)Thank you very much where is the message. I don't know how to get my messages from the forum. Sorry
Annnie
-
7. Re: Have Flash video not autoPlay
BearHNC Jun 4, 2010 2:48 PM (in response to evergreensab)click on your component to select it. in the component inspector or parameters panel find the autoPlay property and assign false.



