Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do I change the variable inside a SWF using PHP

New Here ,
Dec 26, 2013 Dec 26, 2013

I'm using an XML file to provide the text and URL that the user will be using (it works fine)

now each XML file is in its own unique folder depending on the user

The issue is:

facebook caches the SWF file and NOT the XML, I have to specify the remote XML file in the swf for it to work

with each url/folder being different

My only solution would be to use "flackzi" (http://stackoverflow.com/questions/1354197/using-php-to-write-to-swf-files

and inject the users URL into the swf file.

Anyone have any suggestions on how to accomplish this? flackzi doesnt seem to be working.

Thanks in advance.

TOPICS
ActionScript
475
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 30, 2013 Dec 30, 2013
LATEST

Please provide more details on what is hosting this SWF file, how it's being called, etc.

Editing the SWF like the above mentioned post is pretty extreme, not to mention potentially injectable/unsecure.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines