Reply
ASP Newbie Question
Old 10-16-2007, 01:04 AM ASP Newbie Question
USR
Novice Talker

Posts: 6
Name: James
I hope you can help me with this since I am new to this. Thanks


Is there a way to extract the flash of this site and post it on a wordpress widget?- FROM THIS ASP SITE?


Code:
http://new.philstocks.ph/stock.asp

Here is the original view source from mozilla but doesnt work
Code:
<HTML>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="5">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="../cabs/swflash.cab#version=6,0,0,0" WIDTH="215" HEIGHT="120" id="Candlestick">
<PARAM NAME=movie VALUE="candlestick.swf">
<PARAM NAME="FlashVars" VALUE="&dataURL=d_phisix.asp&chartWidth=215&chartHeight=120">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="candlestick.swf" FlashVars="&dataURL=d_phisix.asp&chartWidth=215&chartHeight=120" quality=high bgcolor=#FFFFFF WIDTH="215" HEIGHT="120" NAME="candlestick" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
<BR>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="../cabs/swflash.cab#version=6,0,0,0" WIDTH="215" HEIGHT="90" id="column2d">
<PARAM NAME=movie VALUE="Candlestick.swf">
<PARAM NAME="FlashVars" VALUE="&dataURL=d_phisixV.asp&chartWidth=215&chartHeight=90">
<PARAM NAME=quality VALUE=high>

<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="Candlestick.swf" FlashVars="&dataURL=d_phisixV.asp&chartWidth=215&chartHeight=90" quality=high bgcolor=#FFFFFF WIDTH="215" HEIGHT="90" NAME="column2d" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>
I used this (No Head and BODY) but also doest work
Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="5">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="../cabs/swflash.cab#version=6,0,0,0" WIDTH="215" HEIGHT="120" id="Candlestick">
<PARAM NAME=movie VALUE="candlestick.swf">
<PARAM NAME="FlashVars" VALUE="&dataURL=d_phisix.asp&chartWidth=215&chartHeight=120">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="candlestick.swf" FlashVars="&dataURL=d_phisix.asp&chartWidth=215&chartHeight=120" quality=high bgcolor=#FFFFFF WIDTH="215" HEIGHT="120" NAME="candlestick" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
<BR>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="../cabs/swflash.cab#version=6,0,0,0" WIDTH="215" HEIGHT="90" id="column2d">
<PARAM NAME=movie VALUE="Candlestick.swf">
<PARAM NAME="FlashVars" VALUE="&dataURL=d_phisixV.asp&chartWidth=215&chartHeight=90">
<PARAM NAME=quality VALUE=high>

<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="Candlestick.swf" FlashVars="&dataURL=d_phisixV.asp&chartWidth=215&chartHeight=90" quality=high bgcolor=#FFFFFF WIDTH="215" HEIGHT="90" NAME="column2d" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>

I also used this one, removed the other tags but stil doesnt work

Code:
<EMBED src="candlestick.swf" FlashVars="&dataURL=d_phisix.asp&chartWidth=215&chartHeight=120" quality=high bgcolor=#FFFFFF WIDTH="215" HEIGHT="120" NAME="candlestick" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>


<EMBED src="Candlestick.swf" FlashVars="&dataURL=d_phisixV.asp&chartWidth=215&chartHeight=90" quality=high bgcolor=#FFFFFF WIDTH="215" HEIGHT="90" NAME="column2d" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
Thanks for taking time to read this since I am new to this webdevelopment stuff. Any help is greatly appreciated.

Thanks in advance
USR is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 10-16-2007, 04:17 AM Re: ASP Newbie Question
chrishirst's Avatar
Super Moderator

Posts: 11,452
Location: Blackpool. UK
if you are "hotlinking" you need to specify a fully qualified URL to the flash .swf file in the src attribute.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-16-2007, 06:18 PM Re: ASP Newbie Question
USR
Novice Talker

Posts: 6
Name: James
What do you mean sir?
USR is offline
Reply With Quote
View Public Profile
 
Old 10-16-2007, 06:28 PM Re: ASP Newbie Question
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
http://www.domain.com/whatever-other...-here/file.swf

That's a fully qualified URL.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to ASP Newbie Question
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.14089 seconds with 13 queries