Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl Pin
David Crow23-Apr-03 8:04
David Crow23-Apr-03 8:04 
GeneralRe: CListCtrl Pin
Nitron23-Apr-03 14:16
Nitron23-Apr-03 14:16 
GeneralRe: CListCtrl Pin
Joan M23-Apr-03 21:47
professionalJoan M23-Apr-03 21:47 
QuestionHow to hide or delete scrollbars in formview Pin
gmlnd23-Apr-03 5:55
gmlnd23-Apr-03 5:55 
GeneralModify a record content into an AdoRecordset Pin
Anonymous23-Apr-03 5:00
Anonymous23-Apr-03 5:00 
GeneralRe: Modify a record content into an AdoRecordset Pin
Toni7823-Apr-03 9:51
Toni7823-Apr-03 9:51 
GeneralCopying the contents of one window into another Pin
ironhead23-Apr-03 4:12
ironhead23-Apr-03 4:12 
QuestionHow to load flash (SWF) from res: protocol ? Pin
renfield23-Apr-03 3:59
renfield23-Apr-03 3:59 
Hi there!

I'm trying to surf the resource in my CHtmlView. I want to have all the web stuff in the resource.
Everything except swf files seems to work with:
res://name.exe/'type'/'name' for all graphics (jpg, gif, png etc.) and html.
I can surf the HTML-pages without any problem.

But, it won't load the swf file.Cry | :((
The swf-player is there, but it says "Movie not loaded".

Excerpts from the html code:
<img src="res://MFCWebBrowserDemo.exe/test/test.jpg"> Works !!

Doesn't work!
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="800" height="400">
<param name="movie" value="res://MFCWebBrowserDemo.exe/test/intro.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000"><param name="LOOP" value="false"><embed src="res://MFCWebBrowserDemo.exe/test/intro.swf" width="800" height="400" loop="false" quality="high" 
bgcolor="#000000" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed></object>

(everything doesn't show up above, but I hope you all get the picture)

How do I proceed to load the whole HTML page from the resource, with graphics and Flash ?
I would really much appreciate an answer, because I don't know what to do ???!!!

Thanx in advance!
/Renfield
QuestionHow to determine buffer size in CryptEncrypt Pin
Chris Meech23-Apr-03 3:45
Chris Meech23-Apr-03 3:45 
AnswerRe: How to determine buffer size in CryptEncrypt Pin
Brian Shifrin23-Apr-03 7:13
Brian Shifrin23-Apr-03 7:13 
GeneralRe: How to determine buffer size in CryptEncrypt Pin
Chris Meech23-Apr-03 7:20
Chris Meech23-Apr-03 7:20 
General3x15 cell control Pin
doctorpi23-Apr-03 3:43
doctorpi23-Apr-03 3:43 
GeneralSocket Encryption. Pin
Mike Doner23-Apr-03 3:43
Mike Doner23-Apr-03 3:43 
GeneralWebBrowser Control / Java Plugin Pin
Bobuk23-Apr-03 3:37
Bobuk23-Apr-03 3:37 
QuestionHow to remotely start an application in a local network? Pin
David Gao23-Apr-03 3:27
David Gao23-Apr-03 3:27 
AnswerRe: How to remotely start an application in a local network? Pin
valikac23-Apr-03 6:13
valikac23-Apr-03 6:13 
GeneralAuto-resize of text-field Pin
JensB23-Apr-03 3:13
JensB23-Apr-03 3:13 
GeneralRe: Auto-resize of text-field Pin
valikac23-Apr-03 6:14
valikac23-Apr-03 6:14 
GeneralCallback functions Pin
will138323-Apr-03 2:51
will138323-Apr-03 2:51 
GeneralRe: Callback functions Pin
Rickard Andersson2023-Apr-03 2:57
Rickard Andersson2023-Apr-03 2:57 
GeneralRe: Callback functions Pin
will138323-Apr-03 3:00
will138323-Apr-03 3:00 
GeneralRe: Callback functions Pin
Rickard Andersson2023-Apr-03 3:05
Rickard Andersson2023-Apr-03 3:05 
GeneralCArray and Memory Leaks Pin
Ricky_TheBard23-Apr-03 2:40
Ricky_TheBard23-Apr-03 2:40 
GeneralRe: CArray and Memory Leaks Pin
Phil Hamer23-Apr-03 9:21
Phil Hamer23-Apr-03 9:21 
GeneralRe: CArray and Memory Leaks Pin
David Crow23-Apr-03 10:34
David Crow23-Apr-03 10:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.