| View previous topic :: View next topic |
| Author |
Message |
dev_82 Newbie

Joined: 31 May 2005 Posts: 3
|
Posted: Tue May 31, 2005 8:53 pm Post subject: play flash automatically |
|
|
Hello all,
I have exported my impress presentation to flash. i can view it also... but the problem is i cannot autoplay the flash, even i set the play=true in my tag it dosent work....
can nyone help me to autoplay my flash.....
Thanks |
|
| Back to top |
|
 |
dev_82 Newbie

Joined: 31 May 2005 Posts: 3
|
Posted: Wed Jun 01, 2005 3:26 am Post subject: no answers |
|
|
Hello all????
no one in this forum has answer for this question????????
please help guys?????
buzzz  |
|
| Back to top |
|
 |
dev_82 Newbie

Joined: 31 May 2005 Posts: 3
|
Posted: Wed Jun 01, 2005 3:30 am Post subject: here is my flash code that i embedd |
|
|
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="500"
HEIGHT="400" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">
<PARAM NAME="MOVIE" VALUE="name.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="QUALITY" VALUE="high">
<param name="Scale" value="ShowAll">
<EMBED SRC="name.swf" play=true WIDTH="500" HEIGHT="400" PLAY="true"
LOOP="true" QUALITY="high"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</object>
still it dosenot play automatically......
is it export problem of OO ????? |
|
| Back to top |
|
 |
ejohnstone Newbie

Joined: 10 Dec 2006 Posts: 1
|
Posted: Sun Dec 10, 2006 6:54 am Post subject: did you get an anwer to getting the play=true to work |
|
|
Did you get an answer to your question?
I also noticed that if you loaded the *.swf directly in the url it won't play automatically.
So, it has nothing to do with the htm code. It's in how the flash is written I think.
I too, would like to this problem resolved, if possible. Let me know if you have made any progress |
|
| Back to top |
|
 |
|