Einzelnen Beitrag anzeigen

taktaky
(Gast)

n/a Beiträge
 
#25

Re: Flash (.swf) läuft nicht immer in Webbrowser (html)

  Alt 15. Okt 2007, 13: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');
  Mit Zitat antworten Zitat