Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




HTML And Music?



Hello everyone, I have a problem I am hoping someone can help me with. I have a few clients that I am building HTML sites for with some Flash content like navigation and banners however they both want music on the sites.

How could I create a music player and not have it re-start or be interrupted every time the user goes to a new HTML page? The only option I can think of is to use a frameset and I definitely don’t want to do that.

I would appreciate anyone’s help or suggestions with this. Thanks in advance!



Ultrashock Forums > Flash > Flash Professional
Posted on: 2006-11-07


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

HTML And Music
Hello everyone, I have a problem I am hoping someone can help me with. I have a few clients that I am building HTML sites for with some Flash content like navigation and banners however they both want music on the sites.

How could I create a music player and not have it re-start or be interrupted every time the user goes to a new HTML page? The only option I can think of is to use a frameset and I definitely don’t want to do that.

I would appreciate anyone’s help or suggestions with this. Thanks in advance!

HOw Do I Add Music To An Html Site?
I want to have a music track play in the background of an html site. But I'm a flash designer and have never done this. HOw do I do it? Could you explain it step by step for me?

Thanks.

HOw Do I Add Music To An Html Site?
I want to have a music track play in the background of an html site. But I'm a flash designer and have never done this. HOw do I do it? Could you explain it step by step for me?

Thanks.

Background Music In Html
I have set a loadstreamingmp3 - behavior on the first frame of my fla.file and it doesn't work in html, but it does work in swf?

How Can I Stream Music On A Html Page?
sorry i wasnt sure where to post this question.


but i need to upload a song on the net using dreamweaver.

thanx

[CS3] Load Music From A Html Button
Hi,

Does anyone know how to load music from a html button? Just like amazon!

There would be a table with a list of songs and when you click the HTML button it launches the song.

I think it starts with using something like this


Code:
<a href="" onclick="getSong('01%2DDance%20O%20The%20Sugar%20Plum%20Fairy%2Eflv', 1);return false;" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('play_1','','images/player_on.gif',1)"><img src="images/player_off.gif" name="play_1" width="85" height="17" border="0" id="play_1" /></a>


Would every button be like this and then just have FLV files?

Thanks

Music Player On Top Banner Of Html Site
Hey everyone,
I need help making a flash music player that I can put underneath the htmt banner for my website. It's going to play 3 different songs, however since there are several different html pages on my website (images, video, forum, etc), as people navigate the site I don't want the music restarting every time someone clicks a link and changes pages.

Is there anyway I can make the music keep playing from page to page? I'd appreciate any help!

Thanks a lot,
Johnny P.

Music Player Embedded In HTML Problem
Hello All You Gurus-

Not sure what catergory this belongs to.


I have a problem and I'm currently looking for any solutions. Basically what I'm looking to do is build a music player in flash and embed it into an HTML page. Now the trick is, I need the player to stay present when a user clicks thru different areas of the site. (I.E. different html pages) However I do not want the flash to reload each time they go to a different page. Is there a way to have the Flash sit on top of HTML pages and not refresh when a user goes to a different page, or an alternative would be for when the next page loads, the music player knows where it left off and starts from its ending point on the page before. Building the site in iFrames or any frames will not be an option. Does anyone have any other suggestions for what I can do to accomplish this?

The solution I was looking at was to set the page up like the music player was a transparent promotion ad like you see on so many pages these days and see if I could just keep it present when clicking from page to page. This doesnt seem to work so I'm open to any suggestions. Thanks In Advance.

Play Same Music File Having Various Html Or Swf Files
I do have various html and swf files to play my cdbook and I want a track that plays ever and ever from begining to end with no stop when click a link to the next swf or htlm file, how can I do that?

......thanks

Flash Music To Play Across All Html Pages
I wonder if there is some kind of script for this. The whole site is done as an html but there is a flash music select at the bottom of the each page. They can lower the volumne select another sounds. My problem is that when the user selects from the html menu and that page loads, the music starts from the beginning. Is there anyway that any page they select can remember what they have selected so that the flash music doesn't keep reload on each html page?

[F8] Passing Music Settings To Another Html Page Without Middleware
Hi, I'm working on this site

http://cplandscapeanddesign.com/custom/index.html

Each page has a button that contains a music loop that can be muted. When I load a new page the button is reloaded with the new page and the music starts playing again. Annoying to say the least.
How can I pass the current settings of the flash button (muted for example) to the new button on the next page (so music doesn't start playing all over again)... I was thinking getURL or loadVariables using GET, but I believe they need PHP or ASP to act as a middle man... Can it be done just with actionscript? Thanks

Flash Music Player Embedded Into Html File
Hey there.

I have a webpage with a SWF, that is a music player, embedded into an html/php file. although it works fine when you load it seperately as a SWF, it does not load up at all when it is part of the webpage.

http://www.lightsmusic.ca/index.php?section=media

If you click on the option to listen to the song, either one will load an embedded SWF that does not load the song. As I said before, if you play it as a SWF on it's own, it loads fine.

n00b problem, I bet. However, why is it being like this? It's a streaming file that should work.


thanks much!

Multiple Flash Music Players On Single HTML Page
I have created an HTML page that has multiple Flash-based music players. These music players are very simple, containing Play, Pause, and Stop buttons. Each music player is linked to its own external MP3 file which it streams.

All the players work fine, but my problem is this - when a MP3 is playing and I hit the Play button of another music player, the second MP3 plays on top of the first one. So the two songs are both playing. Is there a way (perhaps using JavaScript and ActionScript?) that I can get all sounds to stop playing from all the other separate SWF music players when I hit Play on any given player?

Since the players are all separate files, the stopAllSounds(); function doesn't work. I hope I made sense explaining my situation. I'm new to this forum (just signed up). But if anybody can help me, I'd REALLY appreciate it.

Html Driven Music Player To Load In Flash Site.
Hi, I have a html code which contains my mp3 player settings but I would like it to launch in flash when someone visits my site. How do i tell flash to play the code so when people visit my flash site: my player will launch from the html code sources.


To go over that again if you didn't get it:

I have a snocap html code and I want the player to launch with my music off my flash site can this be done?

How To Change Buttons On Music Player Depending On Whether Music Is Playing Or Stoppe
When my music is playing, I want my play button to be blackened in. When the music is stopped, I want my stop button to be blackened but my play button to go back to it's original state.

Right now, when my cursor is over the button, it will change the rollover state. That's easy to do.

How can this be accomplished...do i need multiple layers?

Can I Loop A Specific Section Of Music In Flash After The Music Intro Plays?
Hi! My question involves looping audio in flash. I already know how to make a section of audio in an audio-editing program that loops and make it loop continuosly in Flash. What I would like to do now is take an audio clip that has an intro section and a "body" section and after the intro has played, loop back to the beginning of the "body" section continously. I assume it would involve sending it back to a specific millisecond?

Anyway, can anyone help me out with this one? Or is it even possible?

Thanks,
aswhitehead

How To Make MC Clip Play When Music Starts, Stop MC When Music Stops
Hey,

I've got a audio player on my flash website and I want to have a audio spectrum analyser (those little squares that move up and down randomly) start playing when the user starts playing music and then stop when they stop the music.

Is there a simple way to do this?

Cheers

Max

Links Of Bg Music Or Intro Music For Flash
Can anyone give me links of websites where they supply music background whether they are Royal free or i have to purchase it. Thanks a lot!!!

Display Music's Details As The Music Playing?
Hi

I saw something similiar at Flashkit - Sound FX, when you click on it, you would be able to play the music yet at the same time, display the music "detail", when the it high tone, the display go up high when the tone is low, the display go down?(Hope im not wrong in describing it)

http://www.flashkit.com/soundfx/Interfaces/

Can someone teach me how it work? Thanks

Preload Music And Fade In Music
Hi, i'm looking for a script that preloads my music. once it's loaded it should start playing the music with a fade in.

Anybody can help me with this. My actionscript-skills are very poor.

This is the code that i'm using for the moment, without preload and fadein. It uses a random of 3 tracks.

Loops = new Array("track01.mp3","track02.mp3","track03.mp3");
choice = random(Loops.length);
mySound = new Sound();
mySound.loadSound(Loops[choice], true);

thx
scarlac

Q On Music Array And Preloading Music
is there a way in flash where i have the play , next track , stop , and they load the music dynamically when pressed??? Using an array?

Flash MX - HTML Parsing Problem: Custom Extension File Won't Parse As HTML
I am using Flash MX.

The problem is, I have a movieclip in my main timeline. This movieclip has a main key and a refresh key, which updates the dynamic textfield's contents with a loaded variable named content. The variable content is stored within a file named readme.ifh. When I load the variable in the textfield, it shows me the source of the HTML, not the rendered version.

What's wrong (and yes, I do have the "Render as HTML" option checked)?

URGENT: Flash Navigation Embedded In Html That Link To Frameset Content In Html
Hi all,

I want to build a website that consists of a menu navigation (made in flash but embedded in a topframe in dreamweaver. On the left site, there would be some flash animations (images etc.)embedded in the leftframe and in the right/main frame, there would be either flash content or html content (depending on the content). The menu bar is made of 7 buttons; when you mouse over a button, you get a scrolling menu with different items, those buttons items have a rollover effect and when you click on one of this items it will load either a flash or html content in the right/mainframe of my dreamweaver site. My question is what is the best way to build this navigation bar so that when i click on one of this item, it will load the correct content in the right/main.frame.html. When this occurs, i want that the scrolling menu still displays while the content is loading so that when the visitor have seen the content, he just needs to click to another item to load the content (so no ectra step). Please help me with this as it urges.
Be clear in your responses as i am not a pro of actionscrit!
Many thanks, lineda

[MX04] HTML Tags Needs To Be Disabled In Dynamic Html Enabled Text Fields
Hi Buddies,

Am loading some dynamic text from an xml which has html tags inside dat text. I jus loading dat specified texts into a dynamic text fields where html is enabled and assisgned as a htmlText instead of normal text.

It works fine, but the thing is, i want to disable certain html tags to be rendered but it shud display as it is as a normal texts.
Is there any way to do dat

Dont Want To Render < HTML > Tags In HTML Enabled Dyna Text
Hi All,

Is there any way to display < HTML > tags in the HTML enabled dynamic text field with out actually rendering it ? one constraint is, I want to enable the HTML feature for that text field all the time. because, i want to render some other tags.

The problem is in my text field unable to display msgs having <> characters i.e. even if I say < hello > it is not displaying anything, because, it is treating it as HTML tag and trying to render it. Is there any work around to display this text as it is ??

Thank all in adv,

Getting Flash To Load HTML Pages Into Iframes In A Seperate HTML Page
Hi everybody

Does anybody know how to get Flash to load HTML pages into a seperate HTML page?

I'm currently running an animation within a webpage, and my client would like to be able to have some captions in HTML on the page that go with specific parts of the animation.

He wants the captions done in seperate HTML pages so that they can be changed into different languages at a later date.

I am loading these captions (HTML pages) into <iframes> on the page.

So far so good..... however...

I need to be able to get flash to load the HTML pages into the <iframes>, in certain points within the animation.

So... Does anybody know how to get Flash to load HTML pages into a seperate HTML page?

I'm guessing getURL is used somewhere, but I don't know the exact code.

Hope you can help!

Deadhands

Getting Flash To Load HTML Pages Into Iframes In A Seperate HTML Page
Hi everybody

Does anybody know how to get Flash to load HTML pages into a seperate HTML page?

I'm currently running an animation within a webpage, and my client would like to be able to have some captions in HTML on the page that go with specific parts of the animation.

He wants the captions done in seperate HTML pages so that they can be changed into different languages at a later date.

I am loading these captions (HTML pages) into <iframes> on the page.

So far so good..... however...

I need to be able to get flash to load the HTML pages into the <iframes>, in certain points within the animation.

So... Does anybody know how to get Flash to load HTML pages into a seperate HTML page?

I'm guessing getURL is used somewhere, but I don't know the exact code.

Hope you can help!

Deadhands

Passing HTML Form And Hidden Variables From Flash To Html Page
Hi,

I have a html/flash site now, http://www.zachariack.com.

i access email from my site itself by giving the userid and pwd text box which i copied from the actual website hosting my email access. i copied the entire
<form...></form> tag to my page and thus was able to put the name and pwd in my home page only and access the email in a separate window.

now i have redesigned my webpage using only flash. i would like to know how i can implement the same using flash. as i have not much experience using action scripting i am a bit stuck about how you pass the hidden form variables. the below is the the exact form syntax:

<form name="form1" action="http://www.accudatanet.com/mail/msglist.php" method=post>
<input type="hidden" name=sid value="E9697301F704A0CE947DEF42CF86636A">
<input type=text size=15 name=f_user value="">
<input type=hidden name=six value=0>
<input type=password size=15 name="f_pass">
<input type=submit name=submit value="Login >>" class="button">
</form>

how do i implement the above using action scripting. thanks.

regards,
vasant

Dynamic HTML Textbox Won't Display Flash Generated HTML?
I'll TRY to keep this simple... Keep in mind that the Hand Coded HTML works. It's the HTML that Flash writes that doesn't....

How I create the file:
------------------------
1st, I created a movie in Flash that has a HTML formated input box. So when I type things into that field, Flash automatically generates the HTML into the variable for the input box.

Next, I take that variable and display the HTML code in a dynamic text field. Then I copy and paste it into a text file, assign it a variable (myText=....), then I save it to my harddrive.

Got me so far?


The Problem
-------------------------
I have another movie that is just supposed to load the txt file and display the code in an Dynamic HTML text field. However... Flash can't seem to read the HTML that it creates? But it can read the HTML that I simplify and hand write. Does anyone know what I can do to use the Flash generated HTML?


Here is the code in the movie
----------------------------------------------

Code:
loadVarsText = new loadVars();
// load the text file
loadVarsText.load("scroller.txt");
// function which fires when the data is loaded:
loadVarsText.onLoad = function(success) {
if (success) {
// activate html
scroller.html = true;
// myText is var to put in the textfile
scroller.htmlText = this.myText;
} else {
trace("not loaded, try again!");
}
};

Below is what i'm loading into my movie. It's the HTML that Flash Generates from the input box, and below that is the HTML that I hand coded. HOWEVER I CAN'T GET THIS TO DISPLAY THE HTML CODE

FLASH CODE
-----------------------------
myText=<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* A hospital-acquired infection caused by methicillin-resistant Staphylococcus aureus or vancomycin-resistant Enterococcus can double the time a patient stays in the hospital</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* Infections in burn wounds account for 3 to 7of all infections in patients with burns, occurring most frequently in children, followed by the elderly</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* An analysis of post-surgical wound infections following head and neck surgery demonstrated an increase in the average hospitalization period from 14 days when wounds healed without complication, to 24 days when the wounds became infected.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* In a survey of 96 English hospitals, surgical site infections led to an additional hospital stay of 6.5 days, and the hospital costs were doubled.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* About 59of diabetic lower extremity amputations are proceeded by an infected foot ulcer; among people with diabetes (150 million globally), 15will experience a foot ulcer in their lifetime</FONT></P></TEXTFORMAT>





MY CODE
----------------------------------------------
myText=* A hospital-acquired infection caused by methicillin-resistant Staphylococcus aureus or vancomycin-resistant Enterococcus can double the time a patient stays in the hospital<br><br>* Infections in burn wounds account for 3 to 7% of all infections in patients with burns, occurring most frequently in children, followed by the elderly<br><br>* An analysis of post-surgical wound infections following head and neck surgery demonstrated an increase in the average hospitalization period from 14 days when wounds healed without complication, to 24 days when the wounds became infected.<br><br>* In a survey of 96 English hospitals, surgical site infections led to an additional hospital stay of 6.5 days, and the hospital costs were doubled.<br><br>* About 59% of diabetic lower extremity amputations are proceeded by an infected foot ulcer; among people with diabetes (150 million globally), 15% will experience a foot ulcer in their lifetime


Thanks in advance for any help you can give

Frequent-C
http://www.Freq-Fest.com
[Edited by Frequentc on 06-10-2002 at 05:06 PM]

Can I Load A Html File By Flash Link To An Html Iframe ?
Is it possible to create links in a flashmovie and force them to show several html-files in to a iframe, defined by the html document, which loaded the movie up ?? ( sorry 4 my bad english )

Button Going To Html File, Want Html To Be Specific Size In Window
When I click on a button in my flash project, it takes the user to a html file. In that file the user can click on different .pdf files. I would like to make the html file a certain sized window example 300x400. I do not know what code (or where to put it in the html file) to use to make the window constrain to 300x400. Also, I would like the users computer to open acrobat reader in a seperate window, when they click on a .pdf link. Right now, it just opens in the original html file so the user has to hit the back button to get back to the original html file. If anyone can help I'd appreciate it muchly!

Stittch

Opening New Html Window Without Toolbars And Scroll Bar From Html Link
Hello - is there a way to open a new html page( that will have my flash embedded) from my main html page that does not have the toolbars and scroll bar? I am trying for a clean look that will be supported by most if not all browsers.

Load HTML Page Into HTML Frame On Release [MX04]
I've got a minor glitch here.


Code:
getURL("about.htm", "bottomFrame");
It works, but instead of loading the "about.html" file into the "bottomFrame", it opens it in a new window; regardles of browser.

Funny thing is, this file worked perfectly about 4 months ago, and now its cactus. Anyone?

Passing HTML Form And Hidden Variables From Html To Flash
Hi

I need some help passing a html code to flash code. Maybe you guys can set some light on the subject.

<html>

<script>
function Dimensiones()
{

document.getElementById("tamx").value= document.getElementsByTagName('body')[0].clientHeight;
document.getElementById("tamy").value= document.getElementsByTagName('body')[0].clientWidth;

}
</script>
<body ONLOAD="Dimensiones();" ONRESIZE="Dimensiones();">
<form method="Post"
action="http://Validation link.asp">
<input type ="hidden" name="tamx">
<input type ="hidden" name="tamy">
<input type ="hidden" name="url_return" value ="http://Link.asp">
<input type ="hidden" name="url_ot" value = "http://Validation link.asp">
Nombre <input type="text" name="UserName" value="" size="20">
Password <input type="password" name="UserPass" size="20">
<INPUT type="submit" value="Enviar">
</form>
</body>
</html>

I'm having a real hard time passing the function Dimensiones() and dealing with the hidden variables. Can you guys help me with this? Thanks

Full Screen Flash Over HTML - Access Underlying HTML?
Im pretty sure this is done with JS somehow - but does anyone have any insight? I have a full screen transparent movie that overlays the html content below. The problem is, none of the html below (links, rollovers, etc) are accessible. How can I fix this?

Thanks in advance.

M

Scroll Bar For Html Dynamic Text Field Won't Work With Html
Hi:

I'm trying to add a scroll bar to a dynamic text field that is populated with an XML file. (see attached scolltext.zip file).

If I populate the field with plain hard coded text, it works fine. However, in my application, I need the text to contain html formatting codes. When I change the hard coded string to include html, it doesn't appear to work.

Can anyone suggest an alternative way to create a scroll bar for this dynamic text field? I need the html to stay as is because eventually the glossary will be populated via XML through a CF server.

Thanks in advance for any assistance!

Dawnthea

Display Html Table In Html Enabled Textfield. Alternative?
hello!

i'm facing an issue due to the shortcomings of html tag support in flash.
The xml file containing the content to be displayed in a textfield (with html enabled) on the stage, contains a table. Right now, it displays each cell underneath each other, as if it were a paragraph. Any idea if there is a way to do this?

Also, is it possible to display an image inside a textfield (loading a img src="myimage.jpg" ) ?

thanks a lot!

alex

Passing HTML Form And Hidden Variables From Html To Flash
Hi

I need some help passing a html code to flash code. Maybe you guys can set some light on the subject.

<html>

<script>
function Dimensiones()
{

document.getElementById("tamx").value= document.getElementsByTagName('body')[0].clientHeight;
document.getElementById("tamy").value= document.getElementsByTagName('body')[0].clientWidth;

}
</script>
<body ONLOAD="Dimensiones();" ONRESIZE="Dimensiones();">
<form method="Post"
action="http://Validation link.asp">
<input type ="hidden" name="tamx">
<input type ="hidden" name="tamy">
<input type ="hidden" name="url_return" value ="http://Link.asp">
<input type ="hidden" name="url_ot" value = "http://Validation link.asp">
Nombre <input type="text" name="UserName" value="" size="20">
Password <input type="password" name="UserPass" size="20">
<INPUT type="submit" value="Enviar">
</form>
</body>
</html>

I'm having a real hard time passing the function Dimensiones() and dealing with the hidden variables. Can you guys help me with this? Thanks

HTML Code In Flash To Load An HTML Page In A Frame
Hello.

I have an existing website built in html, with three frames. One on the top for the banner, one on the left for navigation, and a larger window to the right of the navigation for the main content. I want to replace the content in my navgation frame with a flash built navgation menu, and when my menu items are selected, it will load a new page in the content frame.

I currently have this working fine in html. I can make my buttons link to a URL no problem in flash, but how do I tell it to load the content into the other frame? I haven't started this process yet, and figured I'd ask first to get any ideas.

Thanks.

Html Format When Reading An Html File With Loadvariables()
hello,

i'm using the loadvariables() to display a text include in an html file.
I activated the "html render" in the properties of the dynamic text field.
My question is:
how may i display accents ?
actually, when i have an accent in my html text, it displays a rectangle instead.
if someone may help me, i'll be great.
thanks in advance.

3nityy

HTML Link Loading Text Html Formated From A .txt?
Hi all , heres the question, can i asign links to other HTML pages from a external .txt html fromated loaded into a .swf? how??
thanks a lot.

HTML Tag Display In HTML Enabled Text Fields
I have loaded an external text file and displayed it in HTML enabled field so I can use HTML. But I need to display HTML tags for example in a place how can I display HTML tags without flash interpreting it as HTML, I tried using <xmp> tag but it didn't work. Also I tried %3C and %3E for the sake of it but it also interpreted it as HTML. The problem is that the remaining text must be in HTML while I have to display this part as an HTML exmaple.

+ Changing <embed Src> Name In Html To Control .swf Menu In Html +
Please view the following .swf first:

same main menu .swf file, main button highlight on 1, submenu highlight on 1
http://www.phs.com.tw/common/menu.swf?mn1=1&mn2=1

same main menu .swf file, main button highlight on 3, submenu highlight on 2
http://www.phs.com.tw/common/menu.swf?mn1=3&mn2=2

My question is how to set up the Flash files so I can simply add codes after the .swf file name to control the flash movie? This way when jump to different pages through out the html site with Flash menu on top, the main menu and sub menu will be highlighted according to its page. Earlier days without knowing how to do it, I have to use frames or even different .swf to achive this kind of effect, if anyone knows how to set this up, please let me know, thanks!!

Embedding Html In Xml Tags, When Rednering Text As Html
Quick question,

I have a site that reads all content from an external xml. The text box that reads this info renders the content as html; does anyone know how to go about putting an html tag in an xml tag so that flash can read it?

So would it be possible to do:
<content>
" Welcome to the site<br>we are happy to have you here<br><img src="logo.jpg"> "
</content>

Html & Email Links Using Html Fields Example For D/l
Here is a quick example to demo html & email links using html fields I made to help bennettvonbennett who said his HTML text - HREF was not working.

Hopefully, it will be of use to someone else too. Feel free to download it.

[swf width=400 height=200]http://www.developette.com/help/htmlTextExample.swf[/swf]

hope it helps someone...

Html NavigationFrame To Content-html-Frame?
Hello,

I have the following problem.
I a frameset with two frames: 1.farme called navigation. 2.frame called content.

'mmkaay, now I have a navigation.swf loaded in the navigationframe. and I a loadtext.swf in the conent-frame.
the loadtext.swf has in keyframe 1 a mc called mcText with an actionscript

loadVariables("texturl", "mcText");

in the mcText there is textfield with the variablename text

now I want change with a buttom in the navigation, the variable of the path of the text-file which contents the text for the mcText.
the style of the txt-file is like this: text="hello poeple....."

so if i press in navigation.swf buttom 1 the path in loadtext should change to the file path of text1.txt.
also the same with buttom 2 the path schould change to text2.txt.
and so on....


I think I schould do it with the ne MX connect comand, but I don't understand how.

Pleaz help!

Place HTML From An Access-db Into HTML-field
ARGH, sorry Hi,

i'm getting quite nervous about this problem.
I have an dynamic textfield (HTML-code enabled) calles _root.mainText.
The text must be dynamically loaded from within an access-database.
I've made the ASPpage that reads the database and send it to the _root.mainText field. That works very perfect, untill ... I use HTML-code.
The text must be slightly edited with HTML-code (font size, bold, italic, ...) But Flash will not read any text further than a "<"-sign. After finding such a sign, it does not load more text in the field.

ie: in database => my text here is <b>bold</b> !
in the textfield => my text here is

How can I solve this one?

thanks in advance
kGP

Xml File Containing Html To Html Text Field
Hi all,
I am currently trying to import some HTML through XML and so far so good however when I import a string of code ie

Code:
some text and <a href="http://www.example.com" target="_blank">a link</a>
using this in XML

Code:
<?xml version="1.0" encoding="UTF-8"?>

<prop amountToShow="6">
<news newsStatus="1">
<date_txt>28 Feb 2004</date_txt>
<headline_txt>headline 4</headline_txt>
<content_txt><![CDATA[some text and <a href="http://www.example.com" target="_blank">a link</a>]]></content_txt>
</news>
</prop>
I get the string

Code:
some text and <a href="http://www.example.com" target="_blank">a link</a>
Where it breaks it down the open square brackets and more into html code.
I want to keep the html code as it is.
Does anyone know how I can do this?
Thanks

Moving From One Html/swf To An Exact Location In Another Html/swf
Please help.

I'd like to move from one URL that contains a Flash movie to an exact location of another URL's Flash movie. Moving from URL to URL is easy to do, but I'd like to go to a specific location in the new URL. Something like ... from: test.html (which has flash movie) to: whoopdiedoo.html (which has flash movie) and I'd like to immediately go to "frame 20" or to a label called "stuff" or to "Scene 3", "frame 6", within the whoopdiedoo.html Flash movie. Is this possible to get a very specific location in a getURL command? To Help out how about this is used as the example.

Assume I'm presently on ... test.html (test.swf ... and I've released the button in test.swf that will direct me to the exact location of another .swf in a different .html.)

What will the code be to have the On Release of the button direct me to ...

#1) different.html (containing diff.swf and frame 70) or
#2) dfifferent.html (containing diff.swf and Scene 2, frame 70) or
#3) different.html (containing diff.swf and Scene 3, Label of "dog")

Assuming all pages are in the same folder.

Flash MX 2004
Thanks ... Gord

Copyright © 2005-08 www.BigResource.com, All rights reserved