73pixieGirl
Programmer
Hello,
I have a text file that pulls data into my flash file. I'm able to pull in text in other areas, but now I'm trying to pull in a url (to a .wmv file) but when the page opens I get a "Page cannot be found" error, with the following in the url address "
It's adding a %3C// to the url and I don't know what I'm doing wrong.
In my text file, I have the following:
&page1_news1_url=http://www.gregorygetsresults.com/Clips/Files/Clip_8878.wmv
My button has the following action:
on(release) {
getURL(_root.page1_news1_url);
}
What am I missing?
TIA!
I have a text file that pulls data into my flash file. I'm able to pull in text in other areas, but now I'm trying to pull in a url (to a .wmv file) but when the page opens I get a "Page cannot be found" error, with the following in the url address "
It's adding a %3C// to the url and I don't know what I'm doing wrong.
In my text file, I have the following:
&page1_news1_url=http://www.gregorygetsresults.com/Clips/Files/Clip_8878.wmv
My button has the following action:
on(release) {
getURL(_root.page1_news1_url);
}
What am I missing?
TIA!