Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Re: Embedding flash in local HTML page

Reply
Thread Tools

Re: Embedding flash in local HTML page

 
 
idle
Guest
Posts: n/a
 
      10-13-2011
On Thu, 13 Oct 2011 16:33:09 +0200, Christian wrote in alt.html:

> Hello,
>
> I want to get the swf from this page
> http://www.forexpros.fr/indices/france-40
>
> But if I copy the following code from the source(<object classid ...
> </object>) to embed it inside an empty HTML page, it doesn't work
> Have you an idea ?
> Thanks.
>
> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash
> /swflash.cab#version=9,0,0,0" width="520" height="300" id="LiveChart"
> align="middle"><param name="allowScriptAccess" value="sameDomain"
> /><param name="allowFullScreen" value="false" /><param
> name="movie"value="/common/fchart/LiveChartV96.swf" /><param
> name="quality" value="high" /><param name="bgcolor" value="#ffffff"
> /><param name="FlashVars"
> value="FrameColor=0x000000&CurrentColor=0x00ff00&L ineColor=0x303060&FillColor=0x000000&
> CrossColor=0x000000&ValuesHColor=0x222222&ValuesVC olor=0x222222&VblocksNum=7&HblocksNum=7&PairInterv al=300&CandleCount=120&
> ShowFrame=true&ShowName=true&ShowLastValue=false&S howHighLow=false&ShowTickDirection=true&ShowChange =false&ShowValueMarker=true&
> ForceURL=/common/fchart
> /&PointFirst=4&PointEvery=12&CandleUpColor=0x009900 &
> CandleDownColor=0x880000&Type=line&SelfUpdate=0&Sh owWatermark=false&PairID=167"
> /><embed src="/common/fchart/LiveChartV96.swf"
> quality="high" bgcolor="#ffffff" width="520" height="300"
> name="LiveChart" align="middle" allowScriptAccess="sameDomain"
> allowFullScreen="false" type="application/x-shockwave-flash"
> pluginspage="http://www.adobe.com/go/getflashplayer"
> FlashVars="FrameColor=0x000000&CurrentColor=0x00ff 00&LineColor=0x303060&FillColor=0x000000&CrossColo r=0x000000&ValuesHColor=0x222222&
> ValuesVColor=0x222222&VblocksNum=7&HblocksNum=7&Pa irInterval=300&CandleCount=120&ShowFrame=true&Show Name=true&ShowLastValue=false&
> ShowHighLow=false&ShowTickDirection=true&ShowChang e=false&ShowValueMarker=true&ForceURL=/common/fchart/&PointFirst=4&
> PointEvery=12&CandleUpColor=0x009900&CandleDownCol or=0x880000&Type=line&SelfUpdate=0&ShowWatermark=f alse&PairID=167"
> /></object>


If you don't have the src, embed src="/common/fchart/LiveChartV96.swf"
locally, it won't have anything to play.


--
idle
I refuse to let common sense cloud my judgment.
 
Reply With Quote
 
 
 
 
Jonathan N. Little
Guest
Posts: n/a
 
      10-13-2011
Christian wrote:
> idle a écrit :
>
>> If you don't have the src, embed src="/common/fchart/LiveChartV96.swf"
>> locally, it won't have anything to play.

>
> Sorry, I had of course updated the code with :
> http://www.forexpros.fr/common/fchart/LiveChartV96.swf
> The swf is loaded, but it is blank...
>


Because it is probably is just a loader swf that then loads media from
the local server. You would need the media it is loading as well.
Normally these loader swfs are used to prevent unauthorized
"appropriation" of the site's content. You got permission from the
site's owner to use their content, right?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
 
 
Reply

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Embedding flash in local HTML page cwdjrxyz HTML 0 10-13-2011 09:40 PM
Re: Embedding flash in local HTML page richard HTML 0 10-13-2011 07:20 PM
Embedding an html application into a static html page jeff_j_dunlap@yahoo.com HTML 5 01-09-2008 04:49 PM
Embedding Gifs, animated gifs and other html pages into HTML winstontuck@gmail.com HTML 1 09-13-2006 11:11 AM
How to get the html output of a local JSP page from my Java code, or use a JSP as an HTML templates. DigitalUncle Java 0 11-02-2004 05:22 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57