TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
anand m
1.4k
335
34.3k
Html page to load without using .swf format.
Feb 18 2021 12:12 PM
Hello All,
Can anyone help me regarding loading html data without using Shockwave Flash(swf).
Currenlty i am using swf file to load html .Is there any other format to load .html page without using .swf format.
if any other format you suggest let me know what is the prerequisite to update in my machine.
My code :
<script type=
"text/javascript"
>
var
strURLFull = window.document.location.toString();
var
intTemp = strURLFull.indexOf(
"?"
);
var
strURLParams =
""
;
if
(intTemp != -1)
{
strURLParams = strURLFull.substring(intTemp + 1, strURLFull.length);
}
var
so =
new
SWFObject(
"Exercise for Function Models.swf"
,
"Captivate"
,
"961"
,
"767"
,
"10"
,
"#CCCCCC"
);
so.addParam(
"quality"
,
"high"
);
so.addParam(
"name"
,
"Captivate"
);
so.addParam(
"id"
,
"Captivate"
);
so.addParam(
"wmode"
,
"window"
);
so.addParam(
"bgcolor"
,
"#ffffff"
);
so.addParam(
"seamlesstabbing"
,
"false"
);
so.addParam(
"menu"
,
"false"
);
so.addParam(
"AllowScriptAccess"
,
"always"
);
so.addVariable(
"variable1"
,
"value1"
);
if
(strURLParams !=
""
)
{
so.addVariable(
"flashvars"
,strURLParams);
}
so.setAttribute(
"redirectUrl"
,
"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
);
so.write(
"CaptivateContent"
);
</script>
Reply
Answers (
2
)
Digital signature for autocad image/word document
How to get values from old Session after changing the SessionId ?