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

Posts: 6
Name: James
Trades: 0
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, 05:17 AM Re: ASP Newbie Question
chrishirst's Avatar
Super Moderator

Posts: 22,281
Location: Blackpool. UK
Trades: 0
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!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-16-2007, 07:18 PM Re: ASP Newbie Question
USR
Novice Talker

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

Posts: 5,943
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.20537 seconds with 13 queries