Tag Archives: html

relative paths, HTML and embedded swfs

I recently had a need to load external jpgs into multiple swfs, which were embedded into an HTML page. The swfs were in sub-directories. The problem soon arose was this: Referencing relative paths from an swf that is not in … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | 1 Comment

Using Flex swf to load html into frames

I recently had a reason to do this, and saw that many people online are having problems. Here’s a solution, and a few notes to help. First the Flex code:

Posted in Flash, Flex | Tagged , , , , , , | Leave a comment

(No) Fun With HTML – Working With HTML Text In Flex

Working with HTML text in Flex [edit: found an interesting article on this recently here] I have recently been working alot populating TextFields with HTML text in Flex. I have noticed, as the community also shows with a quick google … Continue reading

Posted in Flash, Flex | Tagged , , , , , | Leave a comment