silexlabs / Cocktail

An HTML/CSS rendering engine for the Haxe language
http://www.silexlabs.org/haxe/cocktail/
Other
192 stars 34 forks source link

Fix ressources relative path and supress warning with remote assets with nme/openfl #393

Closed zabojad closed 11 years ago

yanhick commented 11 years ago

For all URL related functionnalities, use this class instead if possible : https://github.com/silexlabs/Cocktail/blob/master/cocktail/core/url/URL.hx

yanhick commented 11 years ago

For schemes (http, https), you can use the constants here : https://github.com/silexlabs/Cocktail/blob/master/cocktail/core/http/HTTPConstants.hx

zabojad commented 11 years ago

Waouw, that is a url handler, indeed !

OK, let me some time and I'm gonna fix it !

yanhick commented 11 years ago

Thanks !