When I put an object tag around the embedded timeline swf I no longer
see the annotation flags on the timeline.
Any ideas why this is happening and how it can be fixed?
I'm putting the object tag in so I can get mouse events since the api
doesn't provide them.
Original is:
<div id="visualization" style="width: 800px; height: 400px;">
<table class="annotatedtimelinetable" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr valign="top">
<td>
<div id="chartDiv1" style="width: 600px; ">
<embed src="http://ajax.googleapis.com/ajax/static/modules/gviz/
1.0/annotatedtimeline/en_US/chart.swf" width="600" height="400"
type="application/x-shockwave-flash" menu="false"
name="chartTag49992073979228735" id="chartTag49992073979228735"
allowscriptaccess="always" wmode="window" flashvars="..."
pluginspage="http://www.macromedia.com/go/getflashplayer">
</div>
</td>
<td>
...
My version is:
<div id="visualization" style="width: 800px; height: 400px;">
<table class="annotatedtimelinetable" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr valign="top">
<td>
<div id="chartDiv1" style="width: 600px; ">
<object width="600" height="400"><param name="wmode"
value="transparent"><embed src="http://ajax.googleapis.com/ajax/static/
modules/gviz/1.0/annotatedtimeline/en_US/chart.swf" width="600"
height="400" type="application/x-shockwave-flash" menu="false"
name="chartTag49992073979228735" id="chartTag49992073979228735"
allowscriptaccess="always" wmode="transparent" flashvars="..."
pluginspage="http://www.macromedia.com/go/getflashplayer"></object>
</div>
</td>
<td>
...
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.