This is a discussion on swf in html within the Flash Actionscript Programming forums, part of the Web Development category; while calling th swf file into html ,the swf file has been displayed twice as param value and embed src, ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| while calling th swf file into html ,the swf file has been displayed twice as param value and embed src, can any one explain the reason for it. <object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400"><param name="movie" value="sample.swf"> <param name="quality" value="high"> <embed src="sample.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed> </object> |
| Sponsored Links |
| |||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400"><param name="movie" value="ratingbar2.swf?bg_color=cd5c5c&yell_color=f f00ff&red_color=8b8970&tool_txt=rate"> <param name="quality" value="high"> <embed src="ratingbar2.swf?bg_color=cd5c5c&yell_color=ff0 0ff&red_color=8b8970&tool_txt=rate" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed></object> </body> </html> this is full code ,swf is called twice ,why it is so. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP and HTML | Jeyaseelansarc | PHP Programming | 43 | 04-09-2008 01:26 AM |
| HTML or CSS | capture | Web Design Help | 2 | 03-15-2007 07:21 PM |
| html | djree | HTML, CSS and Javascript Coding Techniques | 1 | 03-08-2007 09:12 PM |
| which is the best html editor ? | webmaster | HTML, CSS and Javascript Coding Techniques | 11 | 03-08-2007 12:40 PM |
| HTML vs. CSS | Joe | HTML, CSS and Javascript Coding Techniques | 3 | 03-03-2007 08:12 PM |