Click here to Skip to main content
15,884,177 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Order of insertion Pin
Ashfield17-Sep-09 9:25
Ashfield17-Sep-09 9:25 
GeneralRe: Order of insertion Pin
srikantha_nagaraj18-Sep-09 20:01
srikantha_nagaraj18-Sep-09 20:01 
GeneralRe: Order of insertion Pin
Ashfield18-Sep-09 21:36
Ashfield18-Sep-09 21:36 
GeneralRe: Order of insertion Pin
srikantha_nagaraj18-Sep-09 22:35
srikantha_nagaraj18-Sep-09 22:35 
GeneralRe: Order of insertion Pin
Ashfield20-Sep-09 22:42
Ashfield20-Sep-09 22:42 
AnswerRe: Order of insertion Pin
Christian Graus17-Sep-09 10:26
protectorChristian Graus17-Sep-09 10:26 
AnswerRe: Order of insertion Pin
Abhishek Sur17-Sep-09 11:25
professionalAbhishek Sur17-Sep-09 11:25 
Questionswf embed fails in firefox Pin
AndyInUK17-Sep-09 4:41
AndyInUK17-Sep-09 4:41 
Hi Devs,

The code below works fine in IE . It basically embeds swf file onto aspx page, but when i try this on Firefox - it doesn't work

<object id="myMovieName" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    height="100%" width="100%" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" >
    <param name="_cx" value="994" />
    <param name="_cy" value="1482"/>
    <param name="FlashVars" value=""/>
    <param name="Movie" value="..\test.swf"/>
    <param name="Src" value="..\test.swf"/>
    <param name="WMode" value="Window"/>
    <param name="Play" value="0"/>
    <param name="Loop" value="-1"/>
    <param name="Quality" value="AutoHigh"/>
    <param name="SAlign" value=""/>
    <param name="Menu" value="-1"/>
    <param name="Base" value=""/>
    <param name="AllowScriptAccess" value="always"/>
    <param name="Scale" value="exactfit"/>
    <param name="DeviceFont" value="0"/>
    <param name="EmbedMovie" value="0"/>
    <param name="BGColor" value=""/>
    <param name="SWRemote" value=""/>
    <param name="MovieData" value=""/>
    <param name="SeamlessTabbing" value="1"/>
    <embed src="..\test.swf" flashvars=""init=yes&check=true"" quality="high" bgcolor="#FFFFFF"
    width="100%" height="100%" name="myMovieName" scale= "exactfit" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
    </embed>
</object>


Any Ideas ?

Thank you
AnswerRe: swf embed fails in firefox Pin
Muhammad Mazhar17-Sep-09 9:03
Muhammad Mazhar17-Sep-09 9:03 
GeneralRe: swf embed fails in firefox Pin
AndyInUK17-Sep-09 11:53
AndyInUK17-Sep-09 11:53 
QuestionSaving Classic ASP Session Data to a SQL Database Pin
aj_coder17-Sep-09 3:54
aj_coder17-Sep-09 3:54 
AnswerRe: Saving Classic ASP Session Data to a SQL Database Pin
Christian Graus17-Sep-09 10:57
protectorChristian Graus17-Sep-09 10:57 
Question.NET Dashboard Pin
Civic0617-Sep-09 3:32
Civic0617-Sep-09 3:32 
AnswerRe: .NET Dashboard Pin
Abhijit Jana17-Sep-09 3:52
professionalAbhijit Jana17-Sep-09 3:52 
GeneralRe: .NET Dashboard Pin
Civic0617-Sep-09 4:20
Civic0617-Sep-09 4:20 
GeneralRe: .NET Dashboard Pin
Abhijit Jana17-Sep-09 4:23
professionalAbhijit Jana17-Sep-09 4:23 
GeneralRe: .NET Dashboard Pin
Abhijit Jana17-Sep-09 4:27
professionalAbhijit Jana17-Sep-09 4:27 
AnswerRe: .NET Dashboard Pin
Not Active17-Sep-09 4:12
mentorNot Active17-Sep-09 4:12 
QuestionDynamic column in SSRS 2005 Pin
Pankaj Saha17-Sep-09 3:11
Pankaj Saha17-Sep-09 3:11 
AnswerRe: Dynamic column in SSRS 2005 Pin
Not Active17-Sep-09 4:15
mentorNot Active17-Sep-09 4:15 
GeneralRe: Dynamic column in SSRS 2005 Pin
Pankaj Saha17-Sep-09 18:40
Pankaj Saha17-Sep-09 18:40 
GeneralRe: Dynamic column in SSRS 2005 Pin
Not Active18-Sep-09 1:46
mentorNot Active18-Sep-09 1:46 
GeneralRe: Dynamic column in SSRS 2005 Pin
Pankaj Saha20-Sep-09 18:54
Pankaj Saha20-Sep-09 18:54 
GeneralRe: Dynamic column in SSRS 2005 Pin
Not Active21-Sep-09 2:00
mentorNot Active21-Sep-09 2:00 
GeneralRe: Dynamic column in SSRS 2005 Pin
Pankaj Saha23-Sep-09 22:58
Pankaj Saha23-Sep-09 22:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.