Hi,

Thanks for your reply.

1) I am editing, highlight.php file and inserting this code in it,
thats why not sure, its okay or not

2) Yeh i check and went through different example but still facing the
problem

I check this link to help i.e.
http://onflash.org/swfobject/
http://www.adobe.com/devnet/flashplayer/articles/swfobject.html

I put the following below code but when i test on my site, its stuck
on flash button to install flash player 10 but infact
already installed. I dont know why it stucked! anyways thanks for your
help, will try to solve the problem
but all examples i check the flash example files are done in Flash 6
or AS 1 or AS 2.0 even the actionscript expression
files are done in AS 2.0

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
        <head>
                <title></title>
                <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
                <script type="text/javascript" src="swfobject.js"></script>
                <script type="text/javascript">
                        var flashvars = {};
                        var params = {};
                        var attributes = {};
                        attributes.align = "middle";
                        swfobject.embedSWF("asimnet.swf", 
"myAlternativeContent", "638",
"200", "10.0.0", "expressInstall.swf", flashvars, params, attributes);
                </script>
        </head>
        <body>
                <div id="myAlternativeContent">
                        <a href="http://www.adobe.com/go/getflashplayer";>
                                <img 
src="http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" />
                        </a>
                </div>
        </body>
</html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" 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/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to