hey there,
a client asked that the player should not have autoplay on the home page. but when a user clicks on a video, then yes, we should have autoplay.
I have never thought of it this way, but I gotta admit it makes sense.
so, can we have different autoplay settings - better yet, entire different setups for a player - on different pages?
cheers,
Luciano
Comments
Comment #1
Stuart Greenfield commentedThis is a similar idea to #483524: Create SWF Tools "profiles". If there was a profile mechanism then in principle you could vary the calls to the swf() function with different profile requests depending on the context (would rely on the calling function to request a particular profile since SWF Tools otherwise has no idea of the context the swf is being placed in).
I'm going to set this thread as a duplicate of the link above, and then cross reference the two threads.
In the short term you could over-ride the autoplay setting if you are calling swf() via PHP. If you are using CCK then currently this isn't possible directly.