all groups > flash (macromedia) > december 2006 >
You're in the

flash (macromedia)

group:

Get Movie Started


Re: Get Movie Started Anil Natha
12/19/2006 12:27:20 PM
flash (macromedia):
[quoted text, click to view]

for starters...

remove ".swf" from id="Introduction.swf"

Get Movie Started littlejohn999
12/19/2006 8:11:53 PM
I have 5 movies on a page 4 start ok but the 5th doesn't. I click on controls
overtop of the movie and the "play" is not checked. The other 4 it shows up
checked. where have I gone wrong?

<classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
id="Introduction.swf">

<param name="movie" value="Introduction.swf">

<param name="quality" value="high">

<param name="loop" value="false">

<embed style="WIDTH: 577px; HEIGHT: 416px;" src="Introduction.swf"
loop="false" quality="high" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
ion=ShockwaveFlash">

</embed>
</object>
Re: Get Movie Started urami_
12/20/2006 12:00:00 AM


[quoted text, click to view]


you "<param name="" has no size for the file and you publishing in flash 4 version ?
That's rather old.
Use the flash build in Publish feature to generate complete object and embed tags.
file - Publish Setting


--
Best Regards

Urami


--

!!!!!!! Merry Christmas !!!!!!!


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
Re: Get Movie Started rafiqelmansy
12/20/2006 12:00:00 AM
Hi,
Try to use the sample code you used with the other 4 SWFs and replace the name of the SWF, ID and dimentions with the new 5th name and see what is happening.

Hope this solves the problem

Re: Get Movie Started ggshow
12/20/2006 12:00:00 AM
<classid=".... is wrong

it should be

Re: Get Movie Started ggshow
12/20/2006 12:00:00 AM
2nd thing,

width & height parameters missing..

you need width & height for both <object> tag and <embed> tag...

check it out...
Re: Get Movie Started littlejohn999
12/20/2006 12:40:39 AM
Made the change recommended, still will not play when loaded.

<classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
id="Introduction">

<param name="movie" value="Introduction.swf">

<param name="quality" value="high">

<param name="loop" value="false">

<embed style="WIDTH: 577px; HEIGHT: 416px;" name="Introduction"
src="Introduction.swf" loop="false" quality="high"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
ion=ShockwaveFlash">

</embed>
</object>
Re: Get Movie Started littlejohn999
12/20/2006 9:29:27 PM
I am attaching the HTML code the Flash 8 produces. All other was html code that
was produced by MX2004. The move will only run if I select play from the right
click menu. All other movies run without this step.



<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=8,0,0,0" width="550" height="399" id="Introduction" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Introduction.swf" /><param name="loop"
value="false" /><param name="quality" value="high" /><param name="bgcolor"
value="#000000" /><embed src="Introduction.swf" loop="false" quality="high"
bgcolor="#000000" width="550" height="399" name="Introduction" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object
Re: Get Movie Started urami_
12/21/2006 12:00:00 AM


[quoted text, click to view]

Perhaps there is a stop(); action on first frame which prevents it from running.
You don't have any Pause At Start parameter in your current object embed tags
so it should not be related to it.
Is that problem by any chance happens in IE browser only ?


--
Best Regards

Urami


--

!!!!!!! Merry Christmas !!!!!!!


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
Re: Get Movie Started urami_
12/21/2006 12:00:00 AM


[quoted text, click to view]

If "paused at start" would be set on, the parameter in HTML would be
<param name="play" value="false"
and
play="false"
but the above code doesn't show it.
There is something else, as in my previous reply.



--
Best Regards

Urami


--

!!!!!!! Merry Christmas !!!!!!!


<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
Re: Get Movie Started ggshow
12/21/2006 4:04:16 AM
may be either one below:

- you have a stop() script in your movie;
- you have "Paused at start" option selected in publish settings HTML tab.

if not above, please show your whole html page souce.
Re: Get Movie Started littlejohn999
12/21/2006 3:50:00 PM
I am unable to find any settings that would account for this issue. I can run
the HTML code by it's self and all is well but when I include this on the page
the issue arises. I am including the complete page code.



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
<link rel="icon" href="vtagraphicnew.png" type="image/png" />
<link rel="shortcut icon" href="vtagraphicnew.png" type="image/png" />
<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">

<!--

body {

background-color: #000000;

}

-->

</style></head>



<body>



</body><table width="100%" border="0">

<tr>

<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="200" height="200">

<param name="movie" value="Left%20Top.swf">

<param name="quality" value="high">

<embed src="Left%20Top.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="200" height="200"></embed>

</object><BR>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,0,0" width=173 height=86 align=middle id=photomenu>

<PARAM name="Movie" value="photomenu.swf">

<PARAM name="loop" value="True">

<PARAM name="menu" value="0">

<EMBED src="photomenu.swf" width=206 height=139 align=middle
swLiveConnect=true pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" LOOP=FALSE menu=0 name="photomenu">

</EMBED>

</OBJECT><BR><font size="5" face="Castellar"><font color="#FFFFFF">2006 Photos
Are Here!</font></font><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,0,0" width=122 height=85 align=middle id=Sound Button>

<PARAM name="Movie" value="Sound Button.swf">

<PARAM name="loop" value="True">

<PARAM name="menu" value="0">

<EMBED src="Sound Button.swf" width=122 height=85 align=middle
swLiveConnect=true pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" LOOP=TRUE menu=0 name="Sound Button">

</EMBED>

</OBJECT><BR><BR><BR><BR><BR><BR><BR><BR>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="200" height="180">

<param name="movie" value="/Lower%20Left.swf">

<param name="quality" value="high">

<embed src="Lower%20Left.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="200" height="180"></embed>

</object>

</td>

<TD>&nbsp;

<div align="center">

<SCRIPT LANGUAGE="JavaScript1.2">

<!-- Begin

var months=new Array(13);

months[1]="January";

months[2]="February";

months[3]="March";

months[4]="April";

months[5]="May";

months[6]="June";

months[7]="July";

months[8]="August";

months[9]="September";

months[10]="October";

months[11]="November";

months[12]="December";

var time=new Date();

var lmonth=months[time.getMonth() + 1];

var date=time.getDate();

var year=time.getYear();

if (year < 2000) // Y2K Fix, Isaac Powell

year = year + 1900; // http://onyx.idbsu.edu/~ipowell

document.write("" + lmonth + " ");

document.write(date + ", " + year + "");

// End -->

</SCRIPT>

<BR>

<script language="JavaScript">

<!-- hide script from old browsers

// Modified by CoffeeCup Software

function process(){}



today = new Date()



if(today.getMinutes() < 10) {

pad = "0"}

else

pad = "";



if((today.getHours() < 12) && (today.getHours() >= 0))

{ document.write("<FONT SIZE=5 color=Red>Good Morning and
Welcome<BR></FONT>")}



if((today.getHours() >= 12) && (today.getHours() < 18))

{ document.write("<FONT SIZE=5 color=Red>Good Afternoon and
Welcome<BR></FONT>")}



if((today.getHours() >= 18) && (today.getHours() <= 24))

{ document.write("<FONT SIZE=5 color=Red>Good Evening and
Welcome<BR></FONT>")}



document.write("<FONT SIZE=5 color=Red>to the<BR>Virginia Theatre
Association<BR></FONT>")

// end hiding contents -->

</script>

<br>

<CENTER>

</p><BR>

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=8,0,0,0" width="550" height="399" id="Introduction" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Introduction.swf" /><param name="loop"
value="false" /><param name="quality" value="high" /><param name="bgcolor"
value="#000000" /><embed src="Introduction.swf" loop="false" quality="high"
bgcolor="#000000" width="550" height="399" name="Introduction" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</CENTER>
<BR>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,0,0" width=238 height=115 align=middle id=Introduction>

<PARAM name="Movie" value="Get Info.swf">

<param name="quality" value="high">

<PARAM name="loop" value="false">

<PARAM name="menu" value="0">

<EMBED src="Get Info.swf" width=238 height=115 align=middle
swLiveConnect="true" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" LOOP=FALSE menu=0 name="Get_Info">

</EMBED>

</OBJECT>

</center>

</td>

<td>&nbsp;

<div align="right">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="200" height="180">

<param name="movie" value="Right%20Top.swf">

<param name="quality" value="high">

<embed src="Right%20Top.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="200" height="180"></embed>

</object><BR><BR>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,0,0" width=223 height=342 align=middle id=Links>

Re: Get Movie Started ggshow
12/22/2006 12:00:00 AM
oh well, you have a stop() in the 1st frame of your Introduction.swf
Re: Get Movie Started ggshow
12/22/2006 4:13:46 AM
ok i see a big mistake in your html code

<body>
</body><table ....

all content should be inside body tag!!!
well, this might not related to your issue

Re: Get Movie Started ggshow
12/22/2006 4:19:57 AM
line 78
<param name="movie" value="/Lower%20Left.swf">
remove the slash, change to
<param name="movie" value="Lower%20Left.swf">


Re: Get Movie Started ggshow
12/22/2006 4:44:48 AM
you have 9 swf,
3 of it have loop param set to false,
8 with version 6,
only 1 with version=8,0,0,0 (Introduction.swf)

are you purposely set it like that?




Re: Get Movie Started littlejohn999
12/22/2006 5:43:29 AM
First, thanks for all of the time taken...
Moved the </body>
Removed the value="(/)Lower...
Corrected the loop is true statement.
After all of the corrections there still seems to be no change.

The swf file that fails to start is the "Introduction.swf"
I am including the amended code...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
<link rel="icon" href="vtagraphicnew.png" type="image/png" />
<link rel="shortcut icon" href="vtagraphicnew.png" type="image/png" />
<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">

<!--

body {

background-color: #000000;

}

-->

</style></head>



<body>



<table width="100%" border="0">

<tr>

<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="200" height="200">

<param name="movie" value="Left%20Top.swf">

<param name="quality" value="high">

<embed src="Left%20Top.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="200" height="200"></embed>

</object><BR>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,0,0" width=173 height=86 align=middle id=photomenu>

<PARAM name="Movie" value="photomenu.swf">

<PARAM name="loop" value="False">

<PARAM name="menu" value="0">

<EMBED src="photomenu.swf" width=206 height=139 align=middle
swLiveConnect=true pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" LOOP=FALSE menu=0 name="photomenu">

</EMBED>

</OBJECT><BR><font size="5" face="Castellar"><font color="#FFFFFF">2006 Photos
Are Here!</font></font><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,0,0" width=122 height=85 align=middle id=Sound Button>

<PARAM name="Movie" value="Sound Button.swf">

<PARAM name="loop" value="True">

<PARAM name="menu" value="0">

<EMBED src="Sound Button.swf" width=122 height=85 align=middle
swLiveConnect=true pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" LOOP=TRUE menu=0 name="Sound Button">

</EMBED>

</OBJECT><BR><BR><BR><BR><BR><BR><BR><BR>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="200" height="180">

<param name="movie" value="Lower%20Left.swf">

<param name="quality" value="high">

<embed src="Lower%20Left.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="200" height="180"></embed>

</object>

</td>

<TD>&nbsp;

<div align="center">

<SCRIPT LANGUAGE="JavaScript1.2">

<!-- Begin

var months=new Array(13);

months[1]="January";

months[2]="February";

months[3]="March";

months[4]="April";

months[5]="May";

months[6]="June";

months[7]="July";

months[8]="August";

months[9]="September";

months[10]="October";

months[11]="November";

months[12]="December";

var time=new Date();

var lmonth=months[time.getMonth() + 1];

var date=time.getDate();

var year=time.getYear();

if (year < 2000) // Y2K Fix, Isaac Powell

year = year + 1900; // http://onyx.idbsu.edu/~ipowell

document.write("" + lmonth + " ");

document.write(date + ", " + year + "");

// End -->

</SCRIPT>

<BR>

<script language="JavaScript">

<!-- hide script from old browsers

// Modified by CoffeeCup Software

function process(){}



today = new Date()



if(today.getMinutes() < 10) {

pad = "0"}

else

pad = "";



if((today.getHours() < 12) && (today.getHours() >= 0))

{ document.write("<FONT SIZE=5 color=Red>Good Morning and
Welcome<BR></FONT>")}



if((today.getHours() >= 12) && (today.getHours() < 18))

{ document.write("<FONT SIZE=5 color=Red>Good Afternoon and
Welcome<BR></FONT>")}



if((today.getHours() >= 18) && (today.getHours() <= 24))

{ document.write("<FONT SIZE=5 color=Red>Good Evening and
Welcome<BR></FONT>")}



document.write("<FONT SIZE=5 color=Red>to the<BR>Virginia Theatre
Association<BR></FONT>")

// end hiding contents -->

</script>

<br>

<CENTER>

</p><BR>

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=8,0,0,0" width="550" height="399" id="Introduction" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Introduction.swf" /><param name="loop"
value="false" /><param name="quality" value="high" /><param name="bgcolor"
value="#000000" /><embed src="Introduction.swf" loop="false" quality="high"
bgcolor="#000000" width="550" height="399" name="Introduction" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</CENTER>
<BR>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,0,0" width=238 height=115 align=middle id=Introduction>

<PARAM name="Movie" value="Get Info.swf">

<param name="quality" value="high">

<PARAM name="loop" value="false">

<PARAM name="menu" value="0">

<EMBED src="Get Info.swf" width=238 height=115 align=middle
swLiveConnect="true" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" LOOP=FALSE menu=0 name="Get_Info">

</EMBED>

</OBJECT>

</center>

</td>

<td>&nbsp;

<div align="right">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="200" height="180">

<param name="movie" value="Right%20Top.swf">

<param name="quality" value="high">

<embed src="Right%20Top.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="200" height="180"></embed>

</object><BR><BR>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
Re: Get Movie Started littlejohn999
12/22/2006 5:45:43 AM
the page is located at:
Re: Get Movie Started littlejohn999
12/23/2006 2:22:03 AM
Interesting but there is no indication of a stop anywhere in the swf file. In
fact when I run the html code generated by Flash 8, by it's self, all works
correctly but when I copy it over to the "index" page it fails to work.
Re: Get Movie Started ggshow
12/23/2006 4:01:30 AM
but when i decompile your swf file, I see a stop(); in the 1st keyframe..
that means it is nothing about your html.

Re: Get Movie Started littlejohn999
12/23/2006 4:03:27 AM
AddThis Social Bookmark Button