I was not able to convert the Penguin Directions demo to Adobe SC4 so
I created it in Adobe Flex Builder. I was able to bring the project
into Flex Builder and compile it. The only problem was the 'debug
mode' watermark. I don't know how to get rid of that. But I added it
to my web page and pushed everything to my hosting site. The layout
shows up on my web page but doesn't execute (so I can't click run). In
Dreamweaver I can click on the .swf and it runs fine (both local and
on my remote hosted site). Here is my html. Any suggestions for
getting it to run and getting rid of the 'debug mode' watermark. Thank
you.
<div id="map_canvas" name="map_canvas">
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=6,0,29,0"
width="800px"
height="600px">
<param name="movie" value="../PenguinDirectionsDemo/bin-debug/
PenguinDirectionsDemo.swf">
<param name="quality" value="high">
<param name="flashVars" value="my key">
<param name="BGCOLOR" value="#D6D6D6" />
<embed
src="../PenguinDirectionsDemo/bin-debug/
PenguinDirectionsDemo.swf"
width="800px"
height="600px"
quality="high"
flashVars="key=my key"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" bgcolor="#D6D6D6">
</embed>
</object>
</div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---