Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



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
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
USR is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-16-2007, 05:17 AM Re: ASP Newbie Question
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,515
Name: Chris Hirst
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!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
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?
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
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,938
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.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
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.20679 seconds with 12 queries