(Gast)
n/a Beiträge
|
Re: Flash (.swf) läuft nicht immer in Webbrowser (html)
15. Okt 2007, 14:19
Zitat von DeddyH:
Zitat von der verlinkten Seite:
Zitat:
Example
This example shows the correct and incorrect ways to format the numerical identifier for the resource type.
#define MYBITMAP 234
// This is correct.
"res://mydll.dll/#2/#234"
// This is not correct.
"res://mydll.dll/#2/MYBITMAP"
Auch nicht gebraucht :
Webbrowser1.Navigate(res://' + ParamStr(0) + '/#2/#23/flash');
|
|
Zitat
|