Flash behavior design required-linking to external html file

Hi peeps,

I’m aiming to build a flash (mx 2004) library of behaviors to make my life a little easier. I need just a few little scripts… that I will pay upto each £50 for.

My first requirement:

[font=Arial]I need a custom behaviour designed in Flash for calling up external html content. The way I envisage this behaviour is that you can apply it to a dynamic text region. From there you will need to define some simple parameters via a menu:[/font]
[font=Arial][size=2][font=Arial]1)[font=Times New Roman][size=1] [/size][/font][/font][/size][/font][font=Arial][size=2][font=Arial]HTML file source[/font][/size][/font]

[font=Arial][size=2][font=Arial]2)[font=Times New Roman][size=1] [/size][/font][/font][/size][/font][font=Arial][size=2][font=Arial]Style sheet source (I want the styles to be controlled externally via a CSS, although I should be able to apply styles and link to external stylesheets from within the html file)[/font][/size][/font]

[font=Arial][size=2][font=Arial]3)[font=Times New Roman][size=1] [/size][/font][/font][/size][/font][font=Arial][size=2][font=Arial]…and any other parameters that you think is necessary.[/font][/size][/font]

Just reply to this thread or mail me at:
hassan@thecroc.com

Thanks
Hass

I have build something that u might be helpful to you.
I have a much elaborated script, but can extract the parts u need.
My scripts loads an external HTML file, applies CSS, Can make achors and position them (advanced feature), you can create tooltips (advanced feature) and position them.
Is this what you are looking for?

mail me with the details :slight_smile:

Hi Guys thanks for the reply.

Ok what I have so far is this piece of script that works fine… I have figured how to adapt it for different text fields, but rather than copying, pasting, renaming variables etc, I want to be able to “apply” a behaviour from the menu and simply enter a few required perameters- such as instance name of text field, html source and style sheet. Perhaps also give it a unique name so that it doesn’t clash with other text fields within the same movie.

var ss:TextField.StyleSheet = new TextField.StyleSheet();
ss.load(“sample.css”);
content.styleSheet = ss;
story = new XML();
story.ignoreWhite = true;
story.load(“sample.html”);
story.onLoad = function () {
content.htmlText = story;
}

Besides this, it would be good if you guys can send me any links of stuff that you’ve done… or let me know what you’re capable of as I do have a need for freelance action scripters.

Regards